Can you make a display like this with xstore?

This topic has 18 replies, 3 voices, and was last updated 10 minutes ago ago by Luca Rossi

  • Avatar: Ombi
    Ombi
    Participant
    September 17, 2024 at 05:39

    we plan to create a list of categories in our footer, we are inspired by sites like private content, can we create it with xstore?

    I didn’t find the elements to make it.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    17 Answers
    Avatar: Ombi
    Ombi
    Participant
    September 17, 2024 at 05:41

    for tabs I have created them with a general tab, but with a table of contents I haven’t found a way.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 17, 2024 at 06:59

    Hello, @Ombi,

    Thank you for contacting us and for using XStore.

    We are pleased to inform you that you can enhance your site’s functionality using the XStore General Tabs and Ajax Products Tabs widgets. These tools are designed to improve user experience and site efficiency.

    For your reference, please visit the following links to view demonstrations and further details:

    – General Tabs Element: (https://xstore.8theme.com/elementor/demos/minimal-fashion02/general-tabs-element/)
    – Ajax Products Tabs Element: (https://xstore.8theme.com/elementor/demos/minimal-fashion02/ajax-products-tabs-element/)

    2/ We kindly request that you download the necessary files for certain elements from the following link: https://we.tl/t-AKW4eSudBj – Upon successful download, please proceed to edit a page using the Elementor tool and import the templates to your website as per the instructions available at https://elementor.com/help/template-library/.

    We hope you find these resources helpful. Should you have any questions or require further assistance, please do not hesitate to contact us.

    Best Regards,
    The 8Theme Team

    Content is visible for topic creator and
    support staff only.
    Avatar: Ombi
    Ombi
    Participant
    September 17, 2024 at 12:50

    Thank you for your response,

    I meant more about the content, in the example of https://xstore.8theme.com/elementor/demos/minimal-fashion02/general-tabs-element/ they only contain paragraphs.

    I want them to contain a list like in the picture I sent earlier.

    Avatar: Ombi
    Ombi
    Participant
    September 17, 2024 at 12:51

    like this

    Files is visible for topic creator and
    support staff only.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 17, 2024 at 13:37

    Hello, @Ombi,

    Thank you for your response.

    To edit the general tabs widget, please navigate to ‘Edit Tab Content Type’, where you can either create and select a static block or upload a saved template and update it accordingly.

    For your convenience, we have recorded a detailed instructional video. You can find the link to this video in the private content area of our website.

    We hope this resource proves helpful to you.

    Best regards,
    The 8Theme Team

    Content is visible for topic creator and
    support staff only.
    Avatar: Ombi
    Ombi
    Participant
    September 17, 2024 at 16:23

    Very helpful, I managed to make it. but how can the mobile display be like this?

    Files is visible for topic creator and
    support staff only.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 18, 2024 at 06:47

    Hello, @Ombi,

    To enable us to assist you more effectively, could you kindly provide the URL of the page where you are utilizing our services? Additionally, please share your site’s wp-admin access credentials in the private content area designated for secure information.

    We appreciate your cooperation and look forward to resolving your concerns promptly.

    Best regards,
    The 8Theme Team

    Content is visible for topic creator and
    support staff only.
    Avatar: Ombi
    Ombi
    Participant
    September 18, 2024 at 09:07

    Can you check the problem below as well? edited and live versions are not the same.

    I’ve provided cache several times.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    Avatar: Ombi
    Ombi
    Participant
    September 18, 2024 at 09:07

    in blog page

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    September 18, 2024 at 10:20

    Dear @Ombi,

    We hope this message finds you well. We would like to inform you that the issue you encountered is a recognized bug, and our development team is actively working on a resolution.

    In the meantime, we have implemented a hotfix on your website. Could you please revisit the following link and confirm if the issue has been resolved?

    We appreciate your cooperation and patience in this matter. Thank you for your attention.

    Best Regards,
    The 8Theme Team

    Content is visible for topic creator and
    support staff only.
    Avatar: Ombi
    Ombi
    Participant
    September 18, 2024 at 10:37

    I see the problem on the article is completely solved, but the rating on the homepage still looks the same.

    It should be gold instead of gray.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    September 18, 2024 at 11:16

    Hi @Ombi,

    Could you please check again?

    https://prnt.sc/KZpyKNevD6By

    Thank you!

    Avatar: Ombi
    Ombi
    Participant
    September 18, 2024 at 15:28

    Thank you, everything went well.

    To the discussion above, can I create a style like this with a general tab?

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    Avatar: Ombi
    Ombi
    Participant
    September 18, 2024 at 15:30

    Currently our display looks like this on mobile.

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    September 19, 2024 at 04:54

    Hi @Ombi,

    Please add this custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    @media (max-width: 480px){
        body .et-advance-tabs .et-tabs-nav>ul {
            flex-direction: row;
            flex-wrap: nowrap;
            width: auto;
            overflow-x: scroll;
        }
        body .et-advance-tabs .et-tabs-nav>ul .et-tab-nav {
            margin: 0 10px !important;
        }
    }
    

    Hope it helps!

    Avatar: Ombi
    Ombi
    Participant
    September 20, 2024 at 04:53

    ohhh thats work, tahk you

    but why is the title with two words down and not sideways?

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    September 20, 2024 at 09:31

    Hi @Ombi,

    Please update the previous CSS codes to this:

    
    @media (max-width: 480px){
        body .et-advance-tabs .et-tabs-nav>ul {
            flex-direction: row;
            flex-wrap: nowrap;
            width: auto;
            overflow-x: scroll;
        }
        body .et-advance-tabs .et-tabs-nav>ul .et-tab-nav {
            margin: 0 10px !important;
            min-width: 120px;
        }
    }

    Hope it helps!

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

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

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