Attribute "theme" inside [popup]-shortcode
-
On my website I dynamically create popups inside a loop (like described here)
Inside the [popup]-shortcode I set the attribute “theme” to the name of the popup maker theme I defined in the admin panel. The code looks like this:
do_shortcode("[popup id='custom_popup_id' theme='theme_name' size='micro' title=''"][/popup]");
Before update 1.4 everything worked fine and the theme was set correctly! Now with 1.4.8 the only way to set the popup-theme inside the [popup]-shortcode is by the attribute “theme_id”. Is there a solution how I can set the theme by name again?
Thanks for your help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Attribute "theme" inside [popup]-shortcode’ is closed to new replies.