• Hello, I have not been able to get the main product description to show up on the product page. If I place the product description in the short description field, it displays without any issue.

    However, when placed in the short description field, when I add the size variations of the field, the short description duplicates for every size that is added to the product and repeats 16 times on the product page, filling the whole screen. I have read to use the main product description field will keep this from occurring but have also read that Woocommerce posts the short description rather than the longer primary description field on the product page. Any suggestions on solving the issue with either of these fields, either using the short description field while eliminating the duplication or the longer description field which I have not been able to display. I have removed all plugins other than Woocommerce and has not fixed either issue.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have this somewhere in your CSS:

    .product-template-default .woocommerce-tabs?{
    display: none;
    }

      Thread Starter mattsauder

      (@mattsauder)

      hello sean, yes, I do see the text mentioned.

      .product-template-default .woocommerce-tabs {

      ?????????????? display:none

      Thread Starter mattsauder

      (@mattsauder)

      Found the text mentioned but unsure of how this ban be corrected. Please advise.

      thank you

      In Appearance – Customize – Additional CSS

      Add something like:

      .product-template-default .woocommerce-tabs?{
      display: inline;
      }

      Plugin Support Zubair Zahid (woo-hc)

      (@doublezed2)

      Hello mattsauder,

      Thank you for contacting WooCommerce support.

      I understand you’re experiencing issues with the product description and duplication of the short description for size variations.

      This behavior likely stems from your theme. I recommend reaching out to your theme support for assistance in resolving this.

      Please don’t hesitate to contact us again if you have more questions or concerns.
      We are here to help ??

      Best regards.

    Viewing 5 replies - 1 through 5 (of 5 total)
    • You must be logged in to reply to this topic.