Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.July 27, 2015 at 12:32 pm in reply to: Portfolio masonry grid to show to items per row on mobile #198065
@media only screen and (max-width: 767px) { .portfolio-items .portfolio-item.item-animated { width: 50%; float: left; }}
Used this on previous project 🙂
Oh I had already fixed it, forgot to update (refresh) 🙂
If you add this to functions, it will allow you to use HTML in category & taxonomy descriptions 🙂
// HTML in descriptions remove_filter( 'pre_term_description', 'wp_filter_kses' ); remove_filter( 'pre_link_description', 'wp_filter_kses' ); remove_filter( 'pre_link_notes', 'wp_filter_kses' ); remove_filter( 'term_description', 'wp_kses_data' );
Regards,
This reply has been marked as private.Hi David,
Thanks, but the danish letter categories still dosnt show 🙂
Hi David,
That was my guess, but I cant seem to update the plugin, I have tried to disable, enable, should I delete to install again?
After you have changed image-size in WooCommerce, you should use regenerate thumbnails – https://wordpress.org/plugins/regenerate-thumbnails/
Just make sure you havnt “checked” the hard-crop checkbox under woocommerce > Product, if the images got the right aspect-ratio 🙂
Ok then, ill figure something out, seems like some other supporter wrote about it 🙂
It just reappear 🙁
Ok, ill find a freelancer, but I how do I remove the “you need to install this” message from wordpress? Its annoying, and I dont want half of it 🙂
This reply has been marked as private.This reply has been marked as private.What I want to do, is to switch “breadcrums” with “product description”, so breadcrums disapear (which I can do with CSS) and products short desc take its place 🙂
I hoped the attached image would help 🙂 Underneat the product image 🙂
it seems like the description shows under the price, how to I change it with the breadcrums? 🙂
-
Posted in: Reply To: 2 questions :)