How to set large contents in short in product page details of products

This topic has 16 replies, 3 voices, and was last updated 1 months, 3 weeks ago ago by Jack Richardson

  • Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 16, 2025 at 09:58

    how to set large contents in short in product page details of products. like a plus button or when clicking plus button or anything the content will show fully like accordion menu or lyk that

    Files is visible for topic creator and
    support staff only.
    15 Answers
    Avatar: Alex Carter
    Alex Carter
    Support staff
    April 16, 2025 at 11:13

    Hello, Zamgra_Legacy,

    Thank you for reaching out to us.

    We kindly suggest trying the following element, which may help address your inquiry: https://prnt.sc/o82v7aTLkDs4

    Should you have any further questions or require additional assistance, please do not hesitate to contact us.

    Warm Regards,
    The 8Theme Team

    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 16, 2025 at 11:18

    i cant edit single product. its showing like that. when editing single product builder its changing and appearing in all single products. i need to add accordion like ingredients, key beenfits like that accordian in every single product.

    Files is visible for topic creator and
    support staff only.
    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 16, 2025 at 11:20

    i need to change 3 section in a accordian . because its look too congested… but i cant change each products

    Files is visible for topic creator and
    support staff only.
    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 16, 2025 at 11:23

    pls solve this issue.. i am trying to do it from about a week.cant able to edit every single product page its showing missing product tab pls kindly check thatinside my website

    Files is visible for topic creator and
    support staff only.
    Avatar: Alex Carter
    Alex Carter
    Support staff
    April 16, 2025 at 14:38

    Hello, Zamgra_Legacy,

    The reason you were unable to edit the Product Description https://prnt.sc/Pgs8T3GhSFwp because it has not yet been added to the content structure of the page within XStore Builders > Single Product Builder with Elementor > Edit Template.
    To include the Product Description, you have two options:
    1. Use the “Tabs” element, as indicated in the screenshot you provided.
    2. Alternatively, you may use this specific element: https://prnt.sc/4lmhB4QO7Y__
    Please try to edit product descriptions now.

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Best Regards,
    8Theme’s Team

    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 17, 2025 at 05:01

    the above screenshort you provided is not visible to me. both are not visible . when i click that product content in 2 nd screenshot its doesnt have any change nothing happening

    Files is visible for topic creator and
    support staff only.
    Avatar: Alex Carter
    Alex Carter
    Support staff
    April 17, 2025 at 08:49

    Hello, Zamgra_Legacy,

    Alternatively, you may use the Product Content element – https://prnt.sc/JCS5bBy8gG58

    Please try to edit product descriptions now – https://prnt.sc/Pgs8T3GhSFwp

    Best Regards,
    8Theme’s Team

    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 17, 2025 at 09:26

    i want to edit this section to put inside accordion but cant able to change it. its only able to change in single product builder of common. when i edit baby oil saection inside that column its moving to single product builder of ayurveda why i cant edit inside that baby oil section i need set accordion inside that paragraph like u said above long and short description . how to do that

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 17, 2025 at 15:18

    Dear @Zamgra_Legacy,

    Thank you for reaching out.

    As illustrated in the following screenshot: https://prnt.sc/61RoPLvdpowf, the product short description field in WooCommerce is limited to a basic text editor and does not support editing via Elementor. This limitation is inherent to WooCommerce itself and is not related to our theme.

    Therefore, we kindly recommend contacting WooCommerce support directly for further assistance: https://wordpress.org/support/plugin/woocommerce/. Additionally, you may consider posting your inquiry on the Elementor support forum: https://wordpress.org/support/plugin/elementor/.

    As an alternative solution, you can implement a simple accordion-style layout using the HTML and elements. More information on this approach can be found here: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/details.

    Using this method, your product descriptions may appear similar to the example shown here: https://gyazo.com/7c9bca0f3bf515a86367ce4aa841228c.

    To further enhance the appearance, you may apply the following custom CSS. For guidance on where to place custom CSS in your theme, please refer to our documentation: https://www.8theme.com/documentation/xstore/additional-customisation/optimal-placement-for-custom-css-code/

    Here is a sample CSS snippet:

    details summary:before {
        content: '\e905';
        font-family: 'xstore-icons';
        font-size: 0.7em;
        margin-right: 5px;
    }
    details[open] summary:before {
        content: '\e904';
    }
    details summary {
        font-size: 20px;
    }

    We hope this information is helpful. Should you have any further questions, please do not hesitate to contact us.

    Best regards,
    Jack Richardson
    The 8Theme Team

    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 21, 2025 at 06:07

    i have used with a product tab plugin for woocommerce. but why its not working

    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 21, 2025 at 06:24

    Pls see this i had added a plugin. why its not apparing in the page as tab . im so stressed. pls help me

    Files is visible for topic creator and
    support staff only.
    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 21, 2025 at 06:28

    when i check edit with elementor that accordion is showing there but not in live preview mode. its hidden . also that bottom content and image of that girl . i dont want in my site how to remove that or edit that . if i delte that is that affect my site . why that product tab is hidden when its not in editing mode

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 21, 2025 at 09:03

    Dear @Zamgra_Legacy,

    Thank you for reaching out.

    Please note that it is not feasible to ensure full compatibility with every plugin available globally, particularly those that are less widely used. The plugin you are currently using has approximately 1,000 active installations, which limits our ability to provide dedicated support for it.

    If you would like to display more specific product-based content on your single product pages, we recommend using the Advanced Custom Fields plugin, available at: https://wordpress.org/plugins/advanced-custom-fields/. This plugin allows you to add custom fields to your product editor and display them on the front end using Elementor’s dynamic tags feature: https://developers.elementor.com/docs/dynamic-tags/.

    Should you require further customization beyond this, you are welcome to submit a request through your account at: https://www.8theme.com/account, under the Customization section.

    Best regards,
    The 8Theme Team

    Avatar: Zamgra_Legacy
    Zamgra_Legacy
    Participant
    April 21, 2025 at 12:38

    i have added acf and given shortcode like that add shortcode to theme file editor etc… but in live mode why its not working.. i am stuck with this

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 21, 2025 at 16:33

    Hello @Zamgra_Legacy

    1. https://prnt.sc/g4NtJ8pmKcci
    2. https://prnt.sc/vRdZzT_cias6
    3. https://prnt.sc/Y_U96ken9O49
    4. https://prnt.sc/8upGepGJCzF8
    5. https://prnt.sc/L7WuZoiRs76I
    6. https://prnt.sc/yQ_hvC-23OAZ
    Please, check the steps on screenshots and try to implement such solution on your single product layout.
    Follow the documentation of ACF plugin and Elementor article to implement your changes correctly.

    Kind regards, Jack Richardson
    The 8theme’s team

  • Viewing 16 results - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.