• Resolved KBSINC

    (@kbsinc)


    Hello, I’ve been using your fantastic plugin for several months now with no issues; however, when I updated to this latest version, my site is now visible to the public. I didn’t change any settings and I have the same plugins that I had initially. What could be happening? It is asking me to pick a page for the public, but I don’t want any pages to be public. Please advise.

    Thanks!

    http://wordpress.org/extend/plugins/private-only/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Kate Mag

    (@katemag)

    Okay, I’m going to investigate that problem.
    Can you just leave a single page for public empty?

    Subscribing to this thread since I had the same issue after updating one of my sites this past weekend. I would give it to you to test, but I actually need that one to be public now. That said, I have several clients’ sites I’m holding off updating until the issue is resolved.

    Thread Starter KBSINC

    (@kbsinc)

    Kate Mag replied to my offline messages very quickly. Leaving the single page for public field empty didn’t help, so she sent me an older version, 2.0. The site is back to working perfectly now! Thanks!

    Plugin Author Kate Mag

    (@katemag)

    anyone who have problem with new version, I suggest to downgrade the plugin to private only 2.0 until I can fix that.
    If you don’t have the private only 2.0 in your backup, please contact me via email studio[at}pixert.com

    note : change [at] to @

    Hey thanks for the quick reply! I have a couple of copies of the older version, so I’ll stick with that until the next version.

    By the way, it is *awesome-sauce*. When it works. You know what I mean. 😉

    I have the same problem, but privacy seems to work once a public page was selected (I use my contact page). I like the idea of selecting a public page; though I would prefer if it still works even without doing so. Otherwise, great plugin!

    Plugin Author Kate Mag

    (@katemag)

    I just upload the Private Only plugin ver 2.0 to pixert.com
    You can download that version here, http://pixert.com/download/Private+Only+-+WordPress+plugin

    Hi, Kate.

    Quick Hacked 2.5 – plugins/private-only/privateonly.php #82

    if (is_page($settings['public_pages'])) {
    to
    if (isset($settings['public_pages']) && $settings['public_pages'] && is_page($settings['public_pages'])) {

    How about it?

    Plugin Author Kate Mag

    (@katemag)

    Okay, I’ll test that.

    Plugin Author Kate Mag

    (@katemag)

    I have fixed the Single Page option.
    I tested the plugin on a local development site and a live site.
    It’s working well now.

    With or without Single Page selected, the plugin protected WordPress site. If you still have problem, tell me WordPress version and other plugin installed on your site

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Private Only] Updated to new version and site is no longer private’ is closed to new replies.