Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.2

    #224277

    Hi 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!
    Ismael

    #224440

    I 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?

    #224441

    By the way Ismael, thanks for your prompt reply. It’s much appreciated. Srubens

    #224508

    How can I send you my private site link as it’s not live yet?

    #224670

    Hi!

    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!
    Yigit

    #224725
    This reply has been marked as private.
    #225553

    Hey!

    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!
    Devin

    #225857
    This reply has been marked as private.
    #226009

    Hey!

    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,
    Peter

    #226021

    HEY DUDE

    Thanks a million. That’s fixed the problem. Much appreciated. You have earned your name! The tabs are back.

    Cheers
    Shanti

    #226029

    Hi!

    Great :)

    Cheers!
    Peter

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Product descriptions disappeared from front end of site’ is closed to new replies.