Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author John Turner

    (@johnnytee)

    Strange, I have my install in a sub folder and it works fine. I use the wp variable to is_user_logged_in to determine whether to show the page or not.

    Does you index.php in the root just do a redirect or it a top level site. Can you post the contents of your htaccess. I’ll see if I can reproduce the issue in my dev environment.

    Also if you want to debug it yourself. Check the value of is_user_logged_in on line 37 in file inc/config.php

    if ( !is_user_logged_in() || (isset($_GET['cs_preview']) && $_GET['cs_preview'] == 'true')) {

    Thread Starter draivika

    (@draivika)

    Thanks it works now, I think it had to do with something else I was doing on the server. PLugin works great!

    I’m having the same issue. Could you share what fixed it?

    I checked the value referenced above and it was the same as above.

    Plugin Author John Turner

    (@johnnytee)

    I’m not sure how he fixed his issue. Hopefully he’ll reply.

    Thread Starter draivika

    (@draivika)

    Sorry, I don’t remember what the fix was. I’ve used this plugin since then on the same setup without that issue.

    Hello
    I have the same problem, i have edited my index.php to direct my main site https://www.tytecurl.com to my WordPress, but my coming soon page is only showing here: https://www.tytecurl.com/tytecurlwp/

    any ideas?

    I updated my WordPress version and it works now. Don’t know if that will help.

    I am using the latest version 3.3.2??

    Plugin Author John Turner

    (@johnnytee)

    I see your coming soon page on your main site as well https://screencast.com/t/GxmAerX5xPZh

    ok lol, now i feel silly
    I am POSITIVE it wasnt there before…:-)

    Thanks for your quick response and help

    Something about the update fixed my problem. So maybe try deleting the plugin and re-installing?

    ETA. I see I’m a little late. Glad it’s working. ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Ultimate Coming Soon Page] Doesn't work if wp installed in subdirectory’ is closed to new replies.