Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
After digging into the code I found the problem, it is a minor issue, just apply do_shortcode before returning the content.
It is located in: /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox.php
Line: 263
Change:return$output;
To: return do_shortcode($output);
That did the trick for me. I hope you can use this bug fix for the next release. Also my complements on the nice clean code, keep up the good job!
Regards, Jeffrey
Hi Ismael,
Thanks for confirming, so it is a bug, I hope it will be fixed in the next release. Any idea when that’s going to happen?
For now I use the workaround, end use the actual generated html code.
Thanks for your help!
Hi,
I’ve upgraded WP to 3.6 and updated the theme, but still no go….
Kind Regards,Jeffrey
<meta name=”generator” content=”WordPress 3.6″ />
<!–
Debugging Info for Theme support:
Theme: Enfold
Version: 2.0.1
Installed: enfold
AviaFramework Version: 1.8.2
AviaBuilder Version: 0.3.1
ChildTheme: Enfold Child
ChildTheme Version: 1.0
ChildTheme Installed: enfold
ML:128-PU:49-PLA:5
–>
Hi Nick,
Thanks for responding. I just downloaded the latest version from ThemeForest to be sure I have the latest version. But unfortunately it still does not work. The shortcode works on other places, but not in the Promo Box, on other places the shortcode does work. It looks like it doesn’t execute do_shortcode() over there. Below some info that may help.
I hope this helps, thanks!
<!–
Debugging Info for Theme support:
Theme: Enfold
Version: 1.8.4
Installed: enfold
AviaFramework Version: 1.8.2
AviaBuilder Version: 0.3.1
ChildTheme: Enfold Child
ChildTheme Version: 1.0
ChildTheme Installed: enfold
ML:128-PU:48-PLA:5
–>
-
AuthorPosts