Hi,
Is it possible to nest a catalogue element inside a tab or accordion element? Or is there a way to make a catalogue element collapsible?
Thanks for your time!
Shane
I have tried using the collapse-o-matic plugin, but I can’t see a way to wrap the catalogue element in the tags required for the plugin to work. Maybe you can point me to the appropriate PHP file to edit for the Catalogue layout element to try to wrap it in the tags that way?
Hey!
Yes, it would look something like this.
[av_toggle_container initial='0' mode='accordion' sort='']
[av_toggle title='Toggle 1' tags='']
[av_catalogue ]
[av_catalogue_item title='test' price='' id='' link='' target='']
test
[/av_catalogue_item]
[av_catalogue_item title='test' price='' id='' link='' target='']
test
[/av_catalogue_item]
[/av_catalogue]
[/av_toggle]
[/av_toggle_container]
You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the layout editor debugger. You can then drag the codes around to place the catalogue inside the accordion.
Best regards,
Elliott