Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hi!
    You need to use shortcode for button link – [supsystic-show-popup id=100]

    1. Go to Main settings of WordPress Popup plugin by Supsystic.
    2. In “Whom to show” block choose “Click on certain link / button / other element” radiobutton.
    3. Copy the shortcode from the first field of this option.
    4. Go to your page editor and edit link with popup.

    Your link code should look like this –

    <a href="https://[supsystic-show-popup id=100]" class="btn btn-primary custom-button green-btn">Get Started</a>

    Please try it. If you will have any problems with it – just let us know.

    Thread Starter thomasg77

    (@thomasg77)

    Thank you for your help. I’ve done what you suggested but when I click on the link it opens a blank tab

    Plugin Author supsystic

    (@supsysticcom)

    Hello.
    I checked your site one more time, you inserted shortcode correctly, it just doesn’t compile there – https://prntscr.com/b4s4t9 . Please tell me – where are you editing this button? Is this some theme editor? If so – can you ask it’s developers to make it compile shortcodes in it’s buttons?
    And finally – here is another thing that you should try, and I believe – it will work for you case:
    1. Somewhere in your theme php files (in header.php for example, right after <head> tag) add next shortcode:
    <?php do_shortcode(‘[supsystic-show-popup id=”100″ load=”1″]’)?>
    2. Then in your button link set it’s href parameter to:
    #ppsShowPopUp_100
    So your link will be like:
    <a href="#ppsShowPopUp_100" class="btn btn-primary custom-button green-btn">Get Started</a>
    What will happens in this case: first step will make PopUp load from server side (database), second step – will bind it show on your link click.

    Thread Starter thomasg77

    (@thomasg77)

    Hi thanks, it is in the theme editor. I tried your recommendation and it doesn’t seem to do anything. The theme is Zerif Lite, I can try to ask them but I don’t think they will help.

    Plugin Author supsystic

    (@supsysticcom)

    Hello.
    Please try to clear your browser cache, I just checked your site – and after I click on button – it show me PopUp as it should – https://prntscr.com/b4tfbi .

    Thread Starter thomasg77

    (@thomasg77)

    Thank you, I see it works in IE but still returns a blank page in chrome. Is your screenshot taken in Chrome? I did clear cache.

    Thread Starter thomasg77

    (@thomasg77)

    I just had a colleague check in Chrome from a different location and he also gets a blank page.

    Plugin Author supsystic

    (@supsysticcom)

    Hello!
    Today we will release new version of popup plugin where we made some changes to the processing logic of onClick popup. I will inform you about the release – you will update plugin, clear the cache in Chrome browser and try to check popup one more time.
    If you still will problems with it – please contact us through our?internal support. We will check what is wrong and will help you to solve the problem.

    Thread Starter thomasg77

    (@thomasg77)

    Ok thanks for keeping me informed and for the great service. I’ll look out for the update.

    Plugin Author supsystic

    (@supsysticcom)

    Hello.
    Just released new version of PopUp plugin, please try it.

    Thread Starter thomasg77

    (@thomasg77)

    Hi thanks again for your continuing help. I updated the plugin and cleared all browser cache. Still getting a blank page in Chrome.

    Plugin Author supsystic

    (@supsysticcom)

    Hi!
    Please contact us through our?internal support. We will check what is wrong and will help you to solve the problem.

    Similar problem – trying to get a short code to load from the red button using Zerif Lite theme. I’ve followed the thread details and tried adding the phph reference the header.php file, as well as the tag in the customization window. The button does show up, but when I click on it, I am getting an error where the site can’t be reached…

    I’m inserting the code as follows:

    [code]Buy the eBook[/code]

    But for some reason it’s reverting to inserting %20 for the spaces and removing the a href…

    Once I get this popup functionality working, I’d actually like the popup to be a payment window to actually buy the ebook so users don’t have to redirect to another page or anything that takes them away from the main page. Suggestions?

    My site is at:

    https://photographythesmartway.com

    Thread Starter thomasg77

    (@thomasg77)

    What exactly did you enter under the “red button link” field? Looking at your page source it appears you have some extra spacing or something. It shows:
    a href=”https://a%20href=#ppsShowPopUp_100%20class=btn%20btn-primary%20custom-button%20red-btnBuy%20the%20eBook/a

    It should just be: https://#ppsShowPopUp_100

    Aw crap, my coding here is getting chopped up…

    Ok, sorry, guess I misread that…adjusted accordingly, but now getting the blank page…Seems to be a Chrome issue *sigh*

    Now for my next challenge – customizing the plugin for a payment mechanism to enter payment info and get the buyer their digitial eBook…

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