• Resolved LoreGI13

    (@loregi13)


    Hi,
    thank you for the beautiful Chaplin theme.
    I notice an issue when using the woocommerce plugin:
    on the single product post, I have a duplicate of the “Product short description” which should occur only once.
    In fact, after the Post Title in the source code, I notice a div class: intro-text section-inner which duplicate the Product short description
    It occurs with this theme, while if I switch to the Twenty Twenty or any other theme it does not occurs…
    can you suggest if there is a way to fix? cannot figure out why this is happening…
    Many thanks

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @loregi13,

    Chaplin displays the post excerpt as an intro text of sorts, as part of the page header. On product pages, WooCommerce also outputs the excerpt as part of the shortcode content, which is why it is output twice. Chaplin doesn’t include bespoke WooCommerce support (other than some very small and simple adjustments), so there are some niggles like this when using it with WooCommerce.

    You can hide the excerpt in the page header by adding the following CSS to Appearance → Customize → Extra CSS:

    .single-product .intro-text { display: none; }

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Product short description in Woo Product page is being duplicated?’ is closed to new replies.