• zaidapicazo

    (@zaidapicazogmailcom)


    Hello,

    I would like to know if with this plugin I can create a popup which will be shown when you load the page and once you have pressed the popup close button, to show in the bottom of the page an action bar fixed with the same promotion, having this action bar visible in all the pages.

    Hope you can reply soon about this.

    Thank you in advance,

    Zaida

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

Viewing 1 replies (of 1 total)
  • Plugin Author Icegram

    (@icegram)

    Hi Zaida,

    Thank you for using Icegram.
    You can achieve this using Icegram.
    For that you have to write some javascript code in page.
    1.Add popup and action bar in campaign.
    2.Set popup delay time as you wish.
    3.Set Action bar delay time as -1.
    4.Add below code in your page and replace action bar and popup ids accordingly.

    <script type="text/javascript">jQuery( window ).on( "track.icegram", function( e ,type, params ) {
        if(type !== undefined && type !== '' && type == 'close' ){
          if(params.hasOwnProperty('message_id') && params.hasOwnProperty('message_id') == {popup_id}){
          	icegram.get_message_by_id({action_bar_id}).show();
          }
      }</script>

    Hope this helps you.

    Thanks,
    Sandhya
    Team Icegram

Viewing 1 replies (of 1 total)
  • The topic ‘Show action bar when close popup’ is closed to new replies.