Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @aquariusstudent – In your case you can use a custom JS trigger rather than adding the class. The default action is prevented when a popup click event is triggered. This was the same in Easy Modal so likely your using something like below there as well. Without this prevention when you click a normal link with the modal/popup class it would trigger the popup but immediately load a new page which isn’t desirable.

    jQuery('.download-img').on('click', function (e) {
      jQuery('#popmake-123').popmake('open');
    });
    Thread Starter AquariusStudent

    (@aquariusstudent)

    Hello and thanks for the response. Unfortunately this is a bit beyond my knowledge. I did a little investigating to see where to add this jQuery but couldn’t really find anything. With easy modal I used a freelancer who was able to get the image button to work as well as the pop up load by using some html.

    My next best option is to be able to have the pop up come at the thank you page where the downloads are delivered rather then the checkout page before visitors get your downloads. I saw in a different thread you mentioned having woo commerce targeting in your next release, I was wondering how close you are to this?

    Kind regards

    Plugin Author Daniel Iser

    (@danieliser)

    @aquariusstudent – Sure, the v1.3 beta is already available and will likely be officially released this weekend as beta tests have gone really well.

    Plugin Author Daniel Iser

    (@danieliser)

    @aquariusstudent – Also we have Priority Support packages which will get you not only first in line but also includes us logging into your site/ftp and setting up a customized functionality to your needs. Very reasonable prices all things considered?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pop-up Blocking Image Link From Loading.’ is closed to new replies.