Product Description Not Showing But Selected As On

My product’s full description is not showing. And yes, I have them set as turned on in the theme options.

I’ve read through quite a bit of other posts on the forum, but can not figure out what the problem is.

Here is a link to an example of one of my products:

If you have any suggestions for me, I’d greatly appreciate it.

Hi There,

Thanks for writing in! It seems that your tab is visible on the page.

Could you please try adding the following CSS rule into your Theme Options > Global CSS area.

.x-tab-content > .x-tab-pane {
    display: block;
}

Before doing that, check the WooCommerce options under your Appearance -> Customize -> WooCommerce area.

Thanks!

Adding the code worked. Thank you very much!

Not sure if I should make another post or not, but how can I change the thumbnail image sizes on the product pages only? I see where to change them for the shop, but I want to leave the sizes as they are for the shop thumbnail images, but change the size of them on the product pages. The most reading I’ve done on this deals with a child theme, which I do not have. Is there code I can enter, or will I need a child theme to do this?

Thanks again!

Hi There,

X does not directly modify single-product.php file. Files which are modified by X, can be seen under /wp-content/themes/x/woocommerce directory.

You can use WordPress hooks to add customizations. Refer to the following resources.

Hope that helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.