Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter thomasg77

    (@thomasg77)

    Their dev had a look at my site and suggested a small change in a javascript file. You should find the following file:
    wp-content/themes/zerif-lite/js/zerif.js

    Make a small modification to it, replacing:
    if ( jQuery(‘section [id*=’ + idName + ‘]’).length > 0 && jQuery(window).width() >= 751 ){

    with this:
    if ( jQuery(‘section [id*=”‘ + idName + ‘”]’).length > 0 && jQuery(window).width() >= 751 ){

    If you look closely the only difference is a pair of quotation marks.

    That did it – tyvm thomasg77! ??

    Now…onto the other issue – setting this popup to take payment info/deliver digital eBook on completion! ??

    Plugin Author supsystic

    (@supsysticcom)

    Hello @cbjason

    If you want to deliver digital eBook after payment – you need to redirect user to link with downloads after checkout – try to adjust this in your store settings or customize the checkout success page and add the link for downloads into this page.
    Or we can offer you to show one more popup after payment (enable “After Purchasing (Checkout)” option in When to show PopUp block) with link for download of your digital eBook.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Zerif lite Pop on Green Button Press’ is closed to new replies.