• Hello – I have an image that I have upload in the popup when a visitor goes to my homepage. The image has two different embedded links in it to different pages on my site. Basically, people can click “Donate” or “No Thanks, Go To Site”. The problem is that when either of those “buttons” are clicked, it opens that page inside the popup window. I need for people to click those buttons and be redirected to those pages – outside the popup window. Thanks for any help!

    https://www.ads-software.com/extend/plugins/wp-super-popup/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter NeilRosekrans

    (@neilrosekrans)

    Nevermind – I just figured it out. If anyone finds it useful, you just use the “target=_parent” code next to your href link and it will close the popup window and then go to your link – instead of opening that link inside the popup window.

    Thread Starter NeilRosekrans

    (@neilrosekrans)

    oops – target=”_parent”

    Hey Neil,

    How do I implement your advice partner?? In my pop up I would like to show a youtube video and then a button below it that redirects to https://fundyourmarketing.com but when I set the popup using the wysiwig editor and they click on the button the new site loads in the frame.

    Can you give me how I am supposed to place the link for the button??

    Thanks partner.

    Thread Starter NeilRosekrans

    (@neilrosekrans)

    Hi John,

    I didn’t use the wysiwyg editor but that might not matter. I used the html editor instead.

    Anyways, for your link in your button, try this:

    <img src=”place your image url here”>

    Essentially, it’s the target=”_parent” code that tells the link to open up outside the pop-up window and on your main window. Let me know if that works!

    Thread Starter NeilRosekrans

    (@neilrosekrans)

    Oops it looks like the support forum didn’t like my code.

    for the link to your fundyourmarketing.com, put this in your code, in between the tags:

    href=”https://fundyourmarketing.com&#8221; target=”_parent”

    If you don’t get it, let me know and I’ll give you my e-mail address.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP Super Popup] Embedded links opening inside popup window’ is closed to new replies.