Hi,
Is it possible to create an image gallery inside a tabbed section? If so, could you tell me how?
Thanks!
Tom
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
Well there’s a whole new thing I didn’t know how to do! You’re a genius, Josue, thank-you!!
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!
Hey!
You can use the Easy Slider with this settings:
That way the image will get linked as a lightbox.
Best regards,
Josue
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?
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