Tagged: , , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1219755

    Hi,

    I’m currently trying to build a productpage which includes a ‘menu’ with different types of products which are clickable and show a short text about the product and some images with a lightbox. Is it possible to create somthing like this? It looks a bit like a portfolio where you filter items.

    Attached a example of how i would like to make it.

    Hope to hear from you soon

    Kind Regards,
    Lars

    #1220227

    Hey irxcommunicatie,

    Well, you can show products in a grid, masonry or slider. Building this layout will require custom coding or looking for a plugin that has such a layout.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1220429

    Hey Victoria,

    Thankyou. I think i keep it simple with the tabtitles in the centre and just a header above it. It works fine on the computer but on mobile and tablet the tab titles overlap eachother or go off screen. Is there a way to keep them responsive?

    #1220640

    Hi irxcommunicatie,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1220762

    Hi Victoria,

    Yes, see attached. I have also added two links to the website.

    Thank you in advance.

    Kind Regards,
    Lars

    #1221367

    Hi Lars,

    Yes, this is the correct behavior for the tab section. The only thing that is incorrect is that the last tab title goes to the next line. It should not do that.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1222116

    Hi Victoria,

    Yes, thank you!

    Kind Regards,
    Lars

    #1222689

    Hi irxcommunicatie,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
      .js_active .av-tab-section-tab-title-container {
          min-width: 970px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1224047

    Hi Victoria,

    It works! thank you :)

    Kind Regards,
    Lars

    #1224154

    Hi Lars,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1230595

    Hi Victoria,

    Is it possible to make have the tabtitles underneath eachother?
    now you see 2 tab titels on mobile and if you swipe you see a new one. This is pretty confusing for others that scroll through the website.

    this are the codes i have now for the tab section:

    .av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
    width: auto;
    margin-right: 10px;
    }

    .tab_titles {
    text-align: center !important;
    }

    .tab_titles .tab {
    display: inline-block !important;
    float: none !important;
    }

    Kind Regards,
    Lars

    #1230612

    I added arrows to the tab section. Everything works good now.

    #1230739

    Hi irxcommunicatie,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.