-
AuthorPosts
-
September 29, 2022 at 3:11 pm #1366911
Hi, we used an enfold shortcode together with a shortcode of the plugin PopUpMaker (e.g. see the link). That has always worked without any problems.
We recently discovered that the popup link continues to work, but the enfold shortcode is output as HTML.
Everything is up to date. Did an update change something? What can we do? Thank you in advance for your support.
Beste Regards
JanOctober 1, 2022 at 9:19 pm #1367237Hey Jan,
Thank you for your patience, please include an admin login in the Private Content area so we can investigate.Best regards,
MikeOctober 3, 2022 at 1:25 pm #1367400Thank you!
October 4, 2022 at 8:43 am #1367514Hi,
Did you change the login URL? The default one redirects to a 404 page. Please provide the custom login URL in the private field.
Would you mind providing an example of the shortcode combo? It is possible that PUM has prevented rendering of shortcodes within their own shortcodes.
You can also try this filter in the functions.php file.
function avf_custom_exec_sc_only_mod( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) { return true; } add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only_mod', 10, 6 );
Best regards,
IsmaelOctober 4, 2022 at 9:27 am #1367520Hi Ismael,
we didn’t change the login URL. You will find it in “private”.I’ve integrated the custom code in the functions.php (not a child), but it didn’t work:
This is a sample of the shortcode combination:
[popup_trigger id=”6441″ tag=”span”]
[av_font_icon icon='ue84d' font='entypo-fontello' style='' caption='' link='' linktarget='' size='16px' position='left' color='' av_uid='av-hxbli8'][/av_font_icon]Grundriss KG
[/popup_trigger]Thank you!
JanOctober 5, 2022 at 9:55 am #1367653Hi,
Thank you for the info.
We are still not sure why the icon shortcode is not rendering inside PUM but we managed to work around the issue by applying the PUM ID directly as the class name of the h2 element.
Example:
<h2 class="popmake-6441" style="font-size: 16px;">[av_font_icon icon='ue84d' font='entypo-fontello' style='' caption='' link='' linktarget='' size='16px' position='left' color='' av_uid='av-hxbli8-1'][/av_font_icon]Grundriss KG</h2>
Best regards,
IsmaelOctober 6, 2022 at 2:05 pm #1367813Hi Ismael, thank you. Our customer will change all links / popups. Hopefully, we don’t have do change it in the future again.
Best Regards, JanOctober 6, 2022 at 4:43 pm #1367833Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Shortcode doesn't work’ is closed to new replies.