[Plugin: Shortcodes Pro] attributes_slug not working
-
Attribute slugs are not being populated with their values as specified in the shortcode settings. The content portion works, but the attribute_slug tag does not get replaced by a value.
Here is what I specified for my text attribute options
Third|third,Last|lastThis is what I am using for the HTML code
<div class="%%attribute_slug%%">%%content%%</div>But all I get in the generated page is
<div class="%%attribute_slug%%">sample text for column here.</div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Shortcodes Pro] attributes_slug not working’ is closed to new replies.