Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @postoffice33,

    Thanks for posting on the forum.

    I have tested it on my test site using latest version of WordPress PopUp plugin and found the shortcodes are working fine in it.

    Could you please make sure the theme/plugin that is offering this shortcode [amazon-offers-popup] has been activated?

    Try using any other shortcode like [gallery] to check whether this is shortcode specific issue.

    Also please try changing the pop over loading method from the following path.

    Admin Area -> Pop Overs -> Settings

    Kind Regards,
    WPMU DEV

    Thread Starter postoffice33

    (@postoffice33)

    Hi,

    the shortcode is created using the plugin ‘My Shortcode’, but note that with previous version all was working fine…

    Even changing the load mode (all the 3 types) the shortcode is not expanded.

    Hi @postoffice33,

    Thank you for your reply.

    I could reproduce the issue after completely deleting and reinstalling the WordPress PopUp plugin therefore i have notified the plugin developer to fix it.

    In the meanwhile to fix this issue try editing the following WordPress PopUp plugin files as below on line number 27

    WordPress PopUp plugin files:
    wordpress-popup\css\tpl\old-default\template.php
    wordpress-popup\css\tpl\old-fullbackground\template.php
    wordpress-popup\css\tpl\old-fixed\template.php

    Before Editing:

    <?php echo '' . $content; ?>

    After Editing:

    <?php echo '' . do_shortcode( $content ); ?>

    Note: You are making changes in the plugin file and these changes will be overwritten and lost when you update the plugin and you will have to make these again after plugin updation.

    Best Regards,
    WPMU DEV

    Hi @postoffice33,

    thanks a lot for pointing out this issue!
    We just updated the plugin to version 4.6.1 which now correctly replaces shortcodes in the old Pop-up styles!

    Let us know in case there is anything else that we can help you with 🙂

    Philipp

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CRITICAL: shortcode are not expanded’ is closed to new replies.