Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3594855
Show short description
Open

Comments

  • Tom started the conversation

    Hi,

    Is it possible to show the short description only when a product is selected? Or to show the short description below the add to cart when a product is selected?

    Now the short description is always showed or always hidden.

  •  767
    Janilyn replied

    Hi Tom,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,224
    Dustin replied

    Hi Tom,

    If you're using the ddSlick selector, please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:

    .wooco-wrap .dd-desc .wooco_component_product_short_description {
        display: none !important;
    }
    .wooco-wrap .dd-desc.dd-selected-description .wooco_component_product_short_description {
        display: block !important;
    }

    Then, the short description will be shown on the selected option only: https://app.screencast.com/ir5SZe34SFHbN

    Best regards,
    Dustin

  • Tom replied

    Thank you for the reply, but on this particular webshop I am using the Grid 4 layout.

  • Tom replied

    Hi, can you please help me with this?

  • Tom replied

    Anyone?