I tried using the Patreon plugin for WordPress on my website www.MCrider.com. I have been unable to get this option (Make entire site Patron-only with Pledge Level ) to work.
I have added the option, updated the settings, cleared cache and viewed in an incognito tab and it is not working for me.
Any updates on when this might be available or the option to make pages Patron only?
I use Pretty Links (https://wordpress.org/plugins/pretty-link/) to send users to affiliate links. Does anyone know if these would quit working if the make entire site Patron option is selected?
I can still load the page as normal in an incognito window when the option is checked to make the entire site Patron only. I have added the Patron-only option, updated the settings, cleared cache in Wordpress and viewed in an incognito tab, I can still load the page.
Scroll down to see our Patreon lock. It’s locking the post content, but the wordpress theme we use is loading a div with content above the post content. In fact, I’d like to lock everything on the page below the site navigation… the sidebar and the comments as well… but leave in the footer.
I added a Patron button in the navigation area, but that has nothing to do with my request in locking the page (just for clarity).
Is there a php code I can load in the theme below the site navigation to lock the content with the Patreon plugin?
I suspect this is a specific theme or plugin which serves what you have in the header via a different field or utility.
Its possible that it is a custom post type that is being served by theme/plugin, or an ordinary post that is not marked protected.
In such a case, the_content filter wouldnt kick in, and therefore protection wouldnt take effect.
You should first check your setup, and whether that content is being saved in any way different than normal posts or normal custom post types. If it is in a custom post type, you may try locking that post and see if protection will kick in. If it doesnt, then it means theme/plugin does not apply the_content filter to what it is showing.