Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    Jan

    #1367237

    Hey Jan,
    Thank you for your patience, please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    #1367400

    Thank you!

    #1367514

    Hi,

    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,
    Ismael

    #1367520

    Hi 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!
    Jan

    #1367653

    Hi,

    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,
    Ismael

    #1367813

    Hi Ismael, thank you. Our customer will change all links / popups. Hopefully, we don’t have do change it in the future again.
    Best Regards, Jan

    #1367833

    Hi,
    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Shortcode doesn't work’ is closed to new replies.