-
AuthorPosts
-
February 14, 2014 at 7:39 pm #224123
Hi
The Product Descriptions have disappeared from all of the products in Woocommerce. That is, they are still in the back end/admin panel but are not showing up in the tabbed section on the site.
I think they may have disappeared when I was adjusting the settings for the Column and Product Count in Woocommerce.
Can someone please help me with this? I can’t give you a link to the site because it is not live yet.
My installs are as follows:
WordPress 3.8.1 using Enfold 2.5.2.
bbPress by The bbPress Community version 2.5.3,
Delightful Downloads by Ashley Rich version 1.3.4,
Regenerate Thumbnails by Viper007Bond version 2.2.4,
WooCommerce by WooThemes version 2.1.2February 15, 2014 at 8:23 am #224277Hi srubens!
We haven’t tested Woocommerce 2.1 on Enfold. Please try a lower version of the plugin. We need to inspect the site live.
Cheers!
IsmaelFebruary 16, 2014 at 1:45 am #224440I was actually using the earlier version of Woocommerce when the problem arose. I updated to the current version and the problem remained.
I will give you access to the live site. How can I send you a private password and not post to this forum?
February 16, 2014 at 1:46 am #224441By the way Ismael, thanks for your prompt reply. It’s much appreciated. Srubens
February 16, 2014 at 11:26 am #224508How can I send you my private site link as it’s not live yet?
February 17, 2014 at 12:54 am #224670Hi!
You can set your post to private by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitFebruary 17, 2014 at 3:14 am #224725This reply has been marked as private.February 18, 2014 at 4:58 pm #225553Hey!
I’m not sure what the cause of it is. There wasn’t any change to remove them in the theme updates so I would suggest deactivating all active plugins besides WooCommerce core and then checking it out again. Make sure that you check through your functions.php and that there aren’t any custom functions you’ve previously added which might be removing the short description even on accident (my changing its position or something).
Cheers!
DevinFebruary 19, 2014 at 1:24 am #225857This reply has been marked as private.February 19, 2014 at 8:31 am #226009Hey!
It seems like this code in your quick css field (Enfold > Theme Options > Styling):
.product-sorting, .product .woocommerce-tabs, .related.products { display: none; }
hides the tabs. If you want to show them replace it with this code:
.product-sorting, .related.products { display: none; }
Regards,
PeterFebruary 19, 2014 at 8:46 am #226021HEY DUDE
Thanks a million. That’s fixed the problem. Much appreciated. You have earned your name! The tabs are back.
Cheers
ShantiFebruary 19, 2014 at 9:03 am #226029Hi!
Great :)
Cheers!
Peter -
AuthorPosts
- The topic ‘Product descriptions disappeared from front end of site’ is closed to new replies.