CodeBard
Forum Replies Created
-
Forum: Plugins
In reply to: [Patreon WordPress] Last update (31july) crash my web)Alternatively, try upgrading to just released 1.2.8 to see if this fixes your issue.
Forum: Plugins
In reply to: [Patreon WordPress] Last update (31july) crash my web)Please use official support forum at the address below:
https://www.patreondevelopers.com/c/patreon-wordpress-plugin-support
Another user reported that in his/her site a plugin conflicted with latest version of Patreon WordPress.
Can you get a screenshot of the page where the error is happening? Also can you check your PHP error logs and copy/paste the exact error that is happening?
Any sensitive information, you can PM to user Codebard at the above support forum.
Forum: Plugins
In reply to: [Patreon WordPress] The blocked content is saying my real name!?1.2.7 is out and it should fix the issue you posted.
Forum: Plugins
In reply to: [Patreon WordPress] The blocked content is saying my real name!?Soon a patch will go out for this, and it will show your Patreon page name or a custom text which you can enter in the options. This may be today or until midweek next week.
Until then, you can use this small pluginlet:
https://www.dropbox.com/s/3nwmo2pe54eumvx/customizations-for-patreon-wordpress.zip?dl=0
Just open this zip, and put in your name where it says “Type in your name here” and type in what you would want to appear as your page name in place of “Type in what you want to show instead of your name here”.
Then zip the entire folder, upload and activate this updated zip as a plugin. It should replace your name with the text you want.
Forum: Plugins
In reply to: [Patreon WordPress] How it Works?What is a Patreon Campaign
Ie your Patreon account where you create tiers, your page details.
I would like to have just 1 Patreon Account and lock certain posts/pages with this plugin on different WordPress websites
Yes you can do that.
Are you saying in order to do that, I would need to create a Patreon Account for each website?
No you just need to create different access credentials for each site. But you will use your single Patreon account.
Forum: Reviews
In reply to: [Patreon WordPress] This tool made being an independent journalist easierIndeed! Empowering independent journalists, activists in addition to artists, writers, creators of all kinds!
We love seeing people who want to change the world empowered!
Forum: Plugins
In reply to: [Patreon WordPress] How it Works?1) No, you can maintain multiple sites with one creator account, but they will all get linked to the same Patreon campaign.
2) Since you cant have different campaigns on the same creator account at Patreon, it is necessary to have multiple creator accounts at Patreon if you run multiple campaigns.
Wow! I also noticed that the plugin changes the attachment urls in the db as opposed to replacing the urls on the fly during page load? So once you install and activate this, your media urls are changed irreversibly and you have to update your db if you uninstall it?
Forum: Plugins
In reply to: [Patreon WordPress] Patrons not allowed to access Patreon Locked ChaptersPlease use official forums for support: https://www.patreondevelopers.com/c/patreon-wordpress-plugin-support
……….
What you describe may be a caching issue – if you have any caching plugins and turned settings like ‘cache page for known users’ on, this could cause logged in patrons to see the cached, locked version of the page until it updates.
Also aggressive caching on the part of your host may be a cause. You can contact your host and ask whether they have any caching mechanism in place at the server label.
Forum: Plugins
In reply to: [CodeBard's Patron Button and Widgets for Patreon] Button off centeredThere is no certainty where a broken html or css rule will distort the html. The html and css used with the locked button are valid, as you can observe.
Therefore there is nothing that can be done on the plugin side to address this issue. Maybe you can try to !important the css for the button, but then again this likely would not work since broken html cannot be fixed that way.
Broken site html is not something that should be left alone in any case.
Forum: Plugins
In reply to: [CodeBard's Patron Button and Widgets for Patreon] Button off centeredNot reproducable in a test installation. Button seems to center alright.
The chances are high that there is some CSS or HTML which causes the html to be broken, and centering doesnt work.
Checking your page with W3 validator may show pointers.
Forum: Plugins
In reply to: [Patreon WordPress] Does this allow an ad-free experience?Hi!
First, please note that you can get always get free support at our official forum below:
https://www.patreondevelopers.com/
As for your question: Indeed! The below code allows you not only to lock any part of your website by wrapping that part of your template within it, but also it can be switched to make the opposite – show things if someone is not a patron, or even a patron below a certain tier.
Forum: Plugins
In reply to: [Patreon WordPress] Is there a way to change usernames?Please prefer our official support forum when inquiring for support:
https://www.patreondevelopers.com/c/patreon-wordpress-plugin-support
……
We did not intend the users to log in via the generated username above, expecting that they would prefer to log in via Patreon. And their own Patreon handles are supposed to appear wherever they are necessary. If that username is appearing instead of their Patreon handle, that may be a configuration setting at your site.
…..
We seem to be using the generated username only to satisfy WordPress requirements and not to be using it anything specific or login related.
You may try changing the username of a Patreon user and seeing if they are able to access your site functions and Patreon functions at your site without problems.
Forum: Plugins
In reply to: [Patreon WordPress] Patreon Blocks Text to SpeechThat would mean once you enter the password the thing would work.
You or your users should not have to deal with any passwords while using the plugin? Is a password popping up somewhere?
I think the way the sitespeaker plugin works is that it is offsite and tries to read the page externally, but since the sitespeaker site doesn’t have Patreon access, it can’t.
That seems a likely analysis. You can contact the plugin’s support and confirm whether it is so, and whether they have an api or something that can be used to get around that limitation.
Forum: Plugins
In reply to: [Patreon WordPress] Patreon Blocks Text to SpeechPlease prefer our official support forum when inquiring for support:
https://www.patreondevelopers.com/c/patreon-wordpress-plugin-support
……..
PW doesnt prevent your site from connecting to any remote service in the background. It only locks the content from the user.
From what you are telling, its possible that some JS or other script which is supposed to be displayed to the end user to engage the text to speech engine by contacting the 3rd party service may not be getting displayed to the user because it is hidden behind the locked content.
If you put that JS or whatever insert you are using outside the_content, then it would display.
That is if i understood your situation right. If not, please post a detailed topic at our support forum above.