[Plugin: Mini Loops] Miniloops inside another shortcode
-
First I want to thank you for this limitless plugin! Thank you!
Now let me tell the problem. I am using sws sliding tabs to generate tabs. I want to combine your loop with the tabs. Here is what the tabs normally look like.
[sws_hor_stab width=”0″ height=”0″ contentAnim=”slideH” contentAnimTime=”600″ easing=”easeInOutExpo” autoHeight=”false” autoHeightTime=”400″ autoplay=”false” autoplayInterval=”4000″ auto=”” buttonsFunction=”slide” tabSaveState=”false” tabsAnimTime=”300″ tabsEasing=””][h_stab_panel title=”This is title for tab #1″ rel=””]This is content of tab #1 [/h_stab_panel] [h_stab_panel title=”This is title for tab #2″ rel=””]This is content of tab #2 [/h_stab_panel] [/sws_hor_stab]
And here is what I turn it into:
[sws_hor_stab width=”0″ height=”0″ contentAnim=”slideH” contentAnimTime=”600″ easing=”easeInOutExpo” autoHeight=”false” autoHeightTime=”400″ autoplay=”false” autoplayInterval=”4000″ auto=”” buttonsFunction=”slide” tabSaveState=”false” tabsAnimTime=”300″ tabsEasing=””][miniloop before_items='[h_stab_panel title=”[title]”]’ after_items='[/sws_hor_stab]’][miniloop][excerpt wlength=30 space_between=1 after=”…” after_link=1][/h_stab_panel][/miniloop][/miniloop][/sws_hor_stab]
However it does not work :/ What should I do? Please consider that I am not so good at coding at all.
- The topic ‘[Plugin: Mini Loops] Miniloops inside another shortcode’ is closed to new replies.