janestone
Forum Replies Created
-
Hi,
I had the same problem, can you tell me how to fix it?
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] w3 total cache crashed my wordpress siteHi
I’ve sent couple times, please check. If you still couldn’t receive, do you have any email address I can send directly?
Forum: Plugins
In reply to: [W3 Total Cache] w3 total cache crashed my wordpress siteHi Marko,
Ok. Actually I have sent message to w3-edge/contact before I posted here, but haven’t got answer. So I will get answer there? Or can you advise how to fix it?
Thank you!
Forum: Plugins
In reply to: [W3 Total Cache] w3 total cache crashed my wordpress siteHi Marko,
Thank you, my site url is above
yes, i have tried that too.- This reply was modified 7 years ago by janestone.
Hello Amir,
Pls see below, the thumbnail is on the product page of woocommerce.
if ( ! function_exists( 'woocommerce_get_product_thumbnail' ) ) { function woocommerce_get_product_thumbnail( $size = 'shop_catalog', $placeholder_width = 0, $placeholder_height = 0 ) { global $post; if ( has_post_thumbnail() ) return get_the_post_thumbnail( $post->ID, $size ); elseif ( woocommerce_placeholder_img_src() ) return woocommerce_placeholder_img( $size ); } }[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Here’s the code:
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails', array( 'post', 'page', 'movie','portfolio' ) ); }[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Hello, Amir,
Like what you said, the “add_theme_support( ‘post-thumbnails’); is called by my another plugin (Woocommerce),then how can i fix it? I need both of the two plugins.
Thank you!