Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @lakhotiaatul – Strange, try adding “” around the id=”15438″. Do you have a link?

    Thread Starter lakhotiaatul

    (@lakhotiaatul)

    Dear Danieliser,

    The “” also do not work. The link shall be https://kmindustrialcorp.com/cooper-bussmann-fuses/

    Plugin Author Daniel Iser

    (@danieliser)

    @lakhotiaatul – Ok found the issue. The popup_trigger shortcode didn’t call do_shortcode on the content between it. I have fixed this in v1.3 which is ~95% done and will be going into open beta in the next few days.

    If you need it fixed sooner you can modify the popup-maker/includes/shortcodes.php file and edit the line near the bottom

    Was

    $return .= $content;

    Needs to be

    $return .= do_shortcode( $content );

    Hope this helps.

    Please take a moment to rate and review the plugin and or support.

    Thread Starter lakhotiaatul

    (@lakhotiaatul)

    Dear Danieliser,

    Appreciate your quick response. Its working now.

    The pop blocker opens like a new window instead of a small box pop up. Can re rectify that?

    Plugin Author Daniel Iser

    (@danieliser)

    @lakhotiaatul – Sounds like a different plugin altogether. We don’t offer that functionality. Ours are simply overlaid on top of your site. If your seeing a new window then something else is causing it.

    Looked just now and didn’t get what you described.

    Hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Popup Maker not working with MAxbuttons’ is closed to new replies.