• Resolved jbarro

    (@jbarro)


    Hi,

    I have a shortcode [my_code_here] which has a line

    $sxid = (isset($_GET['sxid'])) ? $_GET['sxid'] : 0;

    and with this $sxid, I’m loading an iframe with src www.yyyy.com?sxid=' . $sxid . '

    I am trying to access my site with parameters www.xxxx.com?sxid=xxxx and in Icegram, I put [my_code_here]

    But when I load the page, and my exit intent pops up, it is showing me iframe for www.yyyy.com?sxid=0 instead of www.yyyy.com?sxid=xxxx

    [my_code_here] passes the correct value of sxid when it is not called through Icegram.

    I think this is an ajax issue in Icegram but couldn’t figure which part of the code.

    Hope you could help me out.

    Thanks!
    Jane

    https://www.ads-software.com/plugins/icegram/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jbarro

    (@jbarro)

    Posting email thread reply:

    Hello Sandhya,

    We did have Lazy load on. We tried to turn it off and it solved the problem! Although, we would like to lazy load the other scripts so the site would load faster. In case you have fix for this, kindly let me know. Thank you! ??

    Regards,
    Janelle

    Thread Starter jbarro

    (@jbarro)

    I fixed my issue by injecting cookies on the viewer’s browser.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL post params, shortcode within icegram not working’ is closed to new replies.