Forums

WP Super Popup
text link to close the popup (3 posts)

  1. thiagoip
    Member
    Posted 1 year ago #

    Hi

    Thanks for your great job on this plugin.

    I would like to know if I can put a text link within the popup to close. Working the same way when I click on the X.

  2. pozzad
    Member
    Posted 1 year ago #

    Hi
    unfortunately the popup theme doesn't provide this feature

  3. marcolo
    Member
    Posted 10 months ago #

    hi,
    here my solution:

    first do you make your popup by the editor

    then rename the file uploads/smp_popup.html in something else .php

    into the new file .php you have to insert the next code in the head section to grab the url in the parent frame:

    <script type="text/javascript">
    function myurl()
    {
    var parentUrl = parent.location.href;
    return parentUrl;
    
    }
    </script>

    then insert in the place you want the link to close the popup (in this case is a image link):

    <script type="text/javascript">
    document.write("<a href=" + myurl() + " target=\"_top\"><img title=\"Enter into the website\" src=\"/wp-content/uploads/2011/07/enter_website.png\" alt=\"Enter into the website\" width=\"225\" height=\"80\" /></a>")
    </script>

    at last, you have to insert the complete url in the admin panel, to load the new page.php instead of the default html page.

    ciao
    marco

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic