Hi,
How can I create a slider within tab containers similar to this http://www.troutsflyfishing.com/
Thanks,
Lyse
Hi,
How can I create a slider within tab containers similar to this http://www.troutsflyfishing.com/
Thanks,
Lyse
Hi Lyse,
To my knowledge, Abundance doesn't allow for a slider like the one on that particular website. That said, you could use a the "tabbed content" shortcode then within that shortcode use the "slider" shortcode. So your code would look something like this:
[tab_container initial_open="1"]
[tab title="Default"]Default content goes here.[/tab]
[tab title="With Slider"]
[slideshow ]
[slide title="One"]One content goes here.[/slide]
[slide title="Two"]Two content goes here.[/slide]
[slide title="Three"]Three content goes here.[/slide]
[slide title="Four"]Four content goes here.[/slide]
[/slideshow]
[/tab]
[tab title="Whatever"]Whatever content goes here.[/tab]
[/tab_container]
Hope this helps!
Regards,
Mya
HI Mya,
Thank you for the prompt response. What I was trying to do was to add a Woocommerce shortcode within the slider. Ugly results. I'll work out another solution.
However, I will try that styling and layout on another page but with with the gallery shortcode options.
Much appreciated.
Lyse
Hi Lyse,
You may also want to look at this extension from WooCommerce. I haven't tested it with the Abundance theme so I'm not sure how well it look but it may be worth a look.
http://www.woothemes.com/extension/product-gallery-slider/
Regards,
Mya
Hi Mya,
I will give it a try.
Thank you very much.
Lyse
You're welcome. Hope that helps!
Regards,
Mya
This topic has been closed to new replies.