• Resolved richardward1974

    (@richardward1974)


    Hi,

    I was wondering if someone can help/advise.

    I’m using the Extra Product Option plugin on some of my product pages to show a price with quantity select and add to basket. This has overridden the standard product page layout so the short description text has been omitted from the page display – example of this is on https://rjfloorstore.co.uk/product/cognac-brown-herringbone/

    Can you please advise how I can introduce the short description text to this page either above the add basket area or beneath area.

    Thanks,
    Rich

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mcampal – a11n

    (@mcampal)

    Hi Rich,

    After taking a closer look at your site, I can see that a custom CSS rule is preventing the short description from displaying on the product page:

    .woocommerce-product-details__short-description {
        margin-bottom: 1.5rem;
        display: none;
    }

    Since there is more than one plugin with similar names and features, I cannot confirm how this is being implemented.

    If this rule is set by the ‘Extra Product Option’ plugin and displaying the short description is not an option within the plugin settings, you could use custom CSS code to override this rule. I would suggest contacting the plugin developers for further assistance.

    If this rule has been added through Additional CSS, you can remove it from your customizations and the short description will display on the product page.

    I hope this helps!

    Best,

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @richardward1974,

    It’s been a while since we heard back from you. I was just checking your product page and saw that the short description is still hidden. I share the same observation and advice given by @mcampal.

    As you reach the plugin authors, you could temporarily override the CSS hiding the short description using:

    .woocommerce-product-details__short-description {
        display: block !important;
    }

    Hope this helps.
    Thanks.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,
    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful.

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘display short description woocommerce on Extra Product Option controlled page’ is closed to new replies.