Pods shortcode inside shortcode: odd behavior
-
When I use pods shortcodes in salient theme’s shortcodes, this usually works wonders.
However.
Not with: [if] [/if][if personal] <h6>My Preferences:</h6> [fancy-ul icon_type="standard_dash" color="Accent-Color" alignment="left" spacing="5px" enable_animation="true" link_style="default"] {@personal} [/fancy-ul] [/if]
This breaks the salient shortcode fancy-ul.
When I break it up: an if around the H6, and and if around the fancy-ul’s content, that works but it creates unnecessary <p> and <br>’s<div class="nectar-fancy-ul animated-in" data-list-icon="icon-salient-thin-line" data-animation="true" data-animation-delay="0" data-color="accent-color" data-spacing="5px" data-alignment="left"> <p></p> <ul> <li aria-level="4" style="opacity: 1; left: 0px;"><i class="icon-default-style icon-salient-thin-line accent-color"></i> my item one</li> <li aria-level="4" style="opacity: 1; left: 0px;"><i class="icon-default-style icon-salient-thin-line accent-color"></i> my item two</li> </ul> <p> </p></div>
Hope this can be resolved?
Thank you
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Pods shortcode inside shortcode: odd behavior’ is closed to new replies.