• Hello, I just downloaded the plugin today and I’m having trouble linking the slider on my website to display the pop up when clicked. There are 5 slider images, and each one is going to link to an outside URL. When the slider image is clicked, the pop up should show.

    I’m having trouble placing the HTML code in the right area on WordPress. Everytime I put it in a PHP file, the page gets messed up due to the new code from the popup. I tried putting it in the PHP file for the header, but that didn’t work. Not sure which file to put the code into.

    What am I doing wrong?

    https://wordpress.org/plugins/popup-by-supsystic/

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

    (@supsysticcom)

    Hi!

    I’m sorry for the late reply.

    If you hae the ability to edit code of image – you can insert this code – onclick=”ppsShowPopup(1); return false;” – into the code of image.
    For example, it would look like this – <img onclick=”ppsShowPopup(1); return false;” src=”http://site/wp-content/uploads/2015/04/imagep.jpg&#8221; />
    (1) – it is ID of your popup.

    In fact, the code should be inserted to the elements of the slider, but we can’t say – that for all sliders it will work – because we can’t physically to test all possible sliders. If you have any problems with it – provide us link to the page with slider and the name of slider, which you use. We will try to help you with this.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue Putting PopUp on Slider’ is closed to new replies.