Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #245147

    Hi,
    Is it possible to create an image gallery inside a tabbed section? If so, could you tell me how?
    Thanks!
    Tom

    #246185

    Hey Tom!

    Using the magic wand tool in a different Page to generate the Gallery shortcode which you’d paste in the Tab content textarea.

    Best regards,
    Josue

    #247260

    Well there’s a whole new thing I didn’t know how to do! You’re a genius, Josue, thank-you!!

    #247269

    Okay, please forgive me for being greedy with the cool new things (and quite possibly naively optimistic), but is there a way to create a gallery – say five columns wide – with navigation to scroll horizontally to the next five images, rather than having the images stack up in a grid? I guess I could use a slider, but I’d like to maintain the ability to open up individual large images in the lightbox. Wracking my brains to think what else might do that job…
    Cheers, and just give me a slap if I’m being green!

    #247283

    Hey!

    You can use the Easy Slider with this settings:

    That way the image will get linked as a lightbox.

    Best regards,
    Josue

    #311315

    First off, thanks a lot.

    Is there any way to make the gallery responsive in the tabs? When i go on mobile device, the Gallery in the tabs are not responsive, an do not adjust to mobile?

    #311323

    Hi @kimsejer,

    Can you post the link to your website please?

    Regards,
    Josue

    #311347
    #311348
    #311365

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .tab_inner_content > div {
        width: auto !important;
    }
    }

    Cheers! 
    Josue

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