Forums

[Plugin: WP Super Popup] Pop up won't show on one site (25 posts)

  1. tylertervooren
    Member
    Posted 2 years ago #

    I am able to get this plug-in to work on many sites except my own, http://tylertervooren.com/advancedriskology.

    I was also able to get it working on a test site at http://tylertervooren.com/artest.

    I tried disabling all other plug-ins, but it still didn't work.

    When I inspect the site with the Firebug developer tool, it looks like the site is running the script, but no pop-up will show.

    Also, the url display option is the only option that will work on http://.../artest. The WYSIWYG and plain text editor will always return a 404 error.

    All of my wp-content folder permissions are set to 755.

    Does anyone know why this might not be working?

    I am a beginner with javascript so I don't really know what I am doing.

    Cheers,
    Tyler

    http://wordpress.org/extend/plugins/wp-super-popup/

  2. mike58
    Member
    Posted 1 year ago #

    No I don´t know, Tyler, why this plug don´t work.
    I do know that I had exactly the same problem - and others have had to...

    I did ditch it - and are gonna buy a good popup-plugin instead.
    It had a nice GUI and functions though - but ´til this problem is fixed it´s a waste of time...
    at least for me...

    regards

    m

  3. pozzad
    Member
    Posted 1 year ago #

    Hi all
    the 0.9 version should solve your issues.

  4. noski2009
    Member
    Posted 1 year ago #

    Hi pozzad, I have 0.9 installed on my website and nothing seems to pop up, even when I turned off all the plugins? Using the moring after theme here's a link: http://bit.ly/cmfzpq

    any ideas welcome?

    Thanks

  5. pozzad
    Member
    Posted 1 year ago #

    Hi
    On the provided blog the popup is not active (please check the "enabled" flag on the admin page).

  6. noski2009
    Member
    Posted 1 year ago #

    Hi,

    Thanks for your reply, I've switched the plugin back on. http://bit.ly/cmfzpq and it should be active on the front page only.

  7. pozzad
    Member
    Posted 1 year ago #

    Hi noski2009
    I can't see the plugin code on the front page source code...are you sure you have configured and enabled it?

  8. noski2009
    Member
    Posted 1 year ago #

    I couldn't see it either, I'm pretty sure I've clicked all the relevant buttons, Popup enabled clicked, Show the popup only for the following paths is on and path is http://scrummagazine/, Show the popup: clicked, Popup content load mode:Embed the following URL content: http://www.scrummagazine.com/modal
    Have the visuals done, I can preview it, just doesn't show, do I have to set anything outside of these settings like on the dashboard? or place some code in the home page.

    cheers,

  9. pozzad
    Member
    Posted 1 year ago #

    Hi noski2009
    please change "http://scrummagazine/" to "/" on "Show the popup only for the following paths": only the URI should be specified...

  10. noski2009
    Member
    Posted 1 year ago #

    Changed the path to just a dash "/" it gave me the spinning wheel of death on the front page slider, also got rid of the / at the end of "http://scrummagazine/"... still nothing. Could it be that it's conflicting with "Frontpage Slideshow"?

    Cheers,

  11. pozzad
    Member
    Posted 1 year ago #

    Hi
    I've found something strange on your blog: please check this url http://www.scrummagazine.com/wp-content/plugins/wp-super-popup/.
    It will show the list of the plugin files, but if you try to click on "jquery.cookie-min.js" you'll get a 404 error instead of the js source.
    I think this could be caused by a strange rewrite rule or by a permissions issue

  12. noski2009
    Member
    Posted 1 year ago #

    Ah, that's interesting, I'll make the file writable tomorrow as it's getting late over here, I'll let you know how that goes. Thanks for your help.

  13. chriscalo123
    Member
    Posted 1 year ago #

    Same problem,

    Been trying to get it to work for hours on http://www.howtoseduction.com

    I checked the code and it's listed in the source of the homepage, and none of the files are 404'.

    I don't think I have any conflicting pop-ups and I'm running the latest version 0.9 & wordpress 3.01

    Confused :\

  14. pozzad
    Member
    Posted 1 year ago #

    Hi chriscalo123
    you have a different problem: your pages contain an double inclusion of jquery which causes an internal conflict.
    Plaese remove the following inclusion (or deactivate/change the plugin which make it - it does it in a wrong way!):

    <script type="text/javascript" src="http://www.howtoseduction.com/wp-includes/js/jquery/jquery.js"></script>

    Jquery is already included on the top:
    <script type='text/javascript' src='http://www.howtoseduction.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>

  15. noski2009
    Member
    Posted 1 year ago #

    Hi pozzad,

    I changed the writable info on the main folder and the "jquery.cookie-min.js" file and... it still didn't show up, neither on the homepage or http://www.scrummagazine.com/wp-content/plugins/wp-super-popup/
    Very confused how it can find the link when the file is right there?
    I also tried the "modal dialog" plugin as well and got the same issue?
    Any ideas?

    Cheers,

  16. pozzad
    Member
    Posted 1 year ago #

    Hi noski
    in my opinion you have a custom rewrite rule which causes the 404
    You should check your .htaccess file and also try to deactivate all the other plugin (expecialy the ones which could perform firewalling/protection/redirections)

  17. noski2009
    Member
    Posted 1 year ago #

    Thanks Pozzad,

    Deactivated all the plugins, nothing changed?

    I've found the .htaccess file, is there anything that I should add/subtract to it?

    cheers,

  18. pozzad
    Member
    Posted 1 year ago #

    Please paste the .htaccess content here...

  19. noski2009
    Member
    Posted 1 year ago #

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Cheers,

  20. chriscalo123
    Member
    Posted 1 year ago #

    Thanks Pozzad! You kick ass. Disabling the plugins that were conflicting fixed the problem and it works great now.

  21. noski2009
    Member
    Posted 1 year ago #

    Hi Pozzad,

    Did I put up the wrong .htaccess file?

    Cheers,

  22. noski2009
    Member
    Posted 1 year ago #

    Hi Pozzad,

    I have it working (sort of) though it may not be the right thing to do? I renamed jquery.cookie-min.js to something else and then renamed the links in wp-super-popup.php and it works, though there seems to be very thin in lines appearing in the popup box, but I'll see if I can sort that in css.

    Thanks for your help.

  23. pozzad
    Member
    Posted 1 year ago #

    Hi noski2009
    I was going to tell you to try the rename :-)
    There's probably a strange security filter on your server (perharps it filters the word "cookie") and this causes the 404.

  24. noski2009
    Member
    Posted 1 year ago #

    I read somewhere on a drupal forum that the name change might work, thankfully it does.

    Thanks for your help dude.

  25. Noiseky
    Member
    Posted 1 year ago #

    Thanks. I’ve just installed this plugin. But I want to know the function of “show the popup” for __ days and ___ visits. I put 1 day and 3 visits. Is that okay?

    Also, I have deactivated all the plugins except this one and WP super cache. I wonder if I can bring back my other plugins like adsense injections and other widgets. Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic