Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #352385

    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

    #352526

    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?

    #352725

    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

    • This reply was modified 10 years ago by Elliott.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.