• Resolved Carolyn Melo

    (@nubiesan)


    I am having a problem on certain products on my site. If I open the edit view, the long description is there, but when I view the product, there is no long description.

    The pages in question all have an option to add an item to the purchase. I have other products with a similar option, but they work just fine. I tried switiching themes, disabling plugins but there is no improvement. It just happens in the Panel Quilt Kit section — the other kits are fine.

    I am at a loss for what to do. Any ideas? I’m even considering removing and reposting the products — I don’t know if that would help.

    Thanks for your suggestions.

    • This topic was modified 10 months, 2 weeks ago by Carolyn Melo. Reason: spelling error in title

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    I’ve taken a look at the issue, and I can confirm that the long description is present in the backend, but it’s currently not displaying on the product page because it’s being hidden via CSS — specifically, it’s set to display: none;, as shown in this screenshot: https://go.screenpal.com/watch/cTh0hMn60e2

    This could be caused by a plugin or a theme setting that’s affecting how content is displayed on certain products. Since you’ve already tried switching themes and deactivating plugins, let’s try a more controlled test:

    👉 Please try the following steps:

    1. Activate the default Storefront theme.
    2. Deactivate all plugins except WooCommerce.
    3. Check if the long description appears on the affected product pages.

    This will help us determine whether a plugin or theme is causing the issue.

    In the meantime, you can also temporarily fix the issue by adding the following custom CSS:

    .single-product .wcz-product-long-desc div#tab-description {
    display: block !important;
    }

    Please note that generally we do not provide support for custom CSS code. If that does not work, please try to run a conflict by following the steps I metion above.

    I hope this helps.

    Thread Starter Carolyn Melo

    (@nubiesan)

    Thank you so much! The CSS worked. When i get some downtime, I will try to identify the source of the issue. For now, as long as it works, I’m thrilled. Thanks again

    Hi @nubiesan,

    You’re very welcome, I’m glad to hear the CSS fix did the trick! 🎉

    When you get a chance to dig into it further, feel free to reach out if you have any other questions. And if you have a moment, we’d really appreciate it if you could leave a review here:

    👉 https://wordpress.org/support/plugin/woocommerce/reviews/#new-post

    Thanks again and happy selling!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Product Long Description not Showing on Product Page’ is closed to new replies.