Viewing 9 replies - 16 through 24 (of 24 total)
  • 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,

    Please paste the .htaccess content here…

    # 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,

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

    Hi Pozzad,

    Did I put up the wrong .htaccess file?

    Cheers,

    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.

    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.

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

    Thanks for your help dude.

    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.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘[Plugin: WP Super Popup] Pop up won’t show on one site’ is closed to new replies.