I have found a conflict with two plugins and I am trying to use this to disable WordPress HTTPS plugin but it’s not seeming to work. If I completely disable the plugin the conflict goes away but if I just use the organizer it still does not work.
Still does not seem like the filters are working on sub pages for a URL:
Filter:
http://dev.v-fit.us/module-2/
Page is still showing the disabled plugins.
http://dev.v-fit.us/module-2/understanding-s-m-a-r-t-goals-and-how-to-use-them/
now it seems to be working. It’s touch and go 🙂
Looks like the old version had an option to still apply even if there were per page settings. Appears that if there is a Filter AND settings on a page the filter is not being applied…..as best I can tell is the issue.
That is the way it always has been. A page or post would override the plugin_filter/url entry. If you see the old version behaving differently that is an unintended bug.
okay then I think it’s an Order of operations thing:
Create a page (No change)
Create filter and apply to Permalink to remove plugins
View page (no plugin running)
Edit page content make change and save
View page (Plugin running again)
What it appears is that the saving of the page updates something then the filter is made null and void. It was driving me nuts on some pages but I had NOT edited it them. I just did another page edit and Boom….filter died.
If for instance you have a plugin disabled globally and then enabled on that page it will find that page and ignore the filter. Can you look in the post meta table to see if anything is saved to that post as far as the disabled and enabled plugin arrays? They should both be empty unless you changed something on the edit screen.
And by empty I mean an empty serialized array so it will look like this:
a:0:{}
The post meta keys you are looking for are:
_PO_enabled_plugins
_PO_disabled_plugins
_PO_enabled_mobile_plugins
_PO_disabled_mobile_plugins
I created a plugin filter with the permalink http://www.jsterup.com/portfolio/livewell-nebraska/ and disabled all plugins. When I went to the page I could tell the plugins were disabled because the browser shot short code shows up. Then I went into that page and changed the page content by adding a few words and saved it. When I went to the page the browser shot short code was still showing instead of the screenshot.
Hmm….maybe we can use my Dev server too investigate more.
Can you send me the login info for your dev site?
You can send the info to foomagoo at gmail dot com if you want. Put ccolotti in the subject so I know who its from.
Sure I can do it this weekend. I can give you WordPress access I need to figure out the SSH if you need it to that directory