CodeBard
Forum Replies Created
-
Forum: Plugins
In reply to: [Patreon WordPress] Patreon can’t access website postCan you both visit Patreon settings -> Site health section and copy/paste the contents of ‘Last 50 connection errors’ section to the email [email protected]?
Alternatively you can post them in a thread in the official support forum:
https://www.patreondevelopers.com/c/patreon-wordpress-plugin-support/11
Forum: Plugins
In reply to: [Patreon WordPress] Let other multiple users Connect their Patreon accountCurrently not out of the box. It would require code modifications – somewhat noticeable.
Also, official support forum is at the below address:
Forum: Plugins
In reply to: [Patreon WordPress] Connect / Disconnect profile buttonThe fields are added to WP’s own user profile page via hooks. If you have a modified template which does not apply these hooks/filters, then you may need to add the relevant code from patreon_user_profiles.php class into those templates manually.
Also please note that support is provided at official forum below:
https://www.patreoncommunity.com/c/tools/patreon-partners/53
That could be a reason – if the access token is expired and refresh token was not used to refresh the token on time. Best option then would be to delete the existing client for that site at Patreon at clients page…
https://www.patreon.com/portal/registration/register-clients
…empty all details in ‘Connection details’ section in Patreon settings at WP admin, save, and then use ‘Connect’ to reconnect the site.
Please also note that support is rendered at official forum:
https://www.patreoncommunity.com/c/tools/patreon-partners/53
This may be caused by the account being paused, yes. To test, you can create a new creator account with a new email, launch its page and try connecting your site to this new account. If it connects, then its likely because the other account being paused. If it does not, then a situation at your server/host setup or site can be considered.
Forum: Plugins
In reply to: [Patreon WordPress] Gating content within a postPlease note that official support is being rendered at the official forum:
https://www.patreoncommunity.com/c/tools/patreon-partners/53
The format you propose requires directly gating the audio file itself, even if you gate the post it is included in or not.
The plugin does not support locking non-image files yet, however it has that capability even if it is not yet enabled. In the coming months such locking (pdf files, audio files etc) will be possible. If you’d rather not wait until then, you can look into plugin code and do some minor modifications to make it happen. But those changes would get overwritten when the plugin updates, of course. Better option is likely waiting until the feature is released.
Giving users VIP access (access to everything) or Custom Patreon level access (access to a given $ level and below) is possible with the Patron Pro premium addon to this plugin. You can find it by Googling.
Not at all. Since this is a widget plugin, it does not require regular updates. Only when there are new widgets or features to add.
This plugin is also used in the Patron Pro bundle which integrates all Patreon plugins, so its a vital part of the entire small ecosystem of Patreon plugins.
You can just install it and use it by putting the widgets where you want.
- This reply was modified 5 years, 10 months ago by CodeBard.
Forum: Plugins
In reply to: [CodeBard's Patron Button and Widgets for Patreon] update widgetWidget currently only works for financial goals. If your goal is not financial, it may not work.
Forum: Plugins
In reply to: [Patreon WordPress] Sync: Category Post Lock/Automatic Tier-Based LockOur pleasure.
Forum: Plugins
In reply to: [Patreon WordPress] Sync: Category Post Lock/Automatic Tier-Based Lock1 – Category/tag locking is not in the free official (this) version, but it is available in Pro addon.
2 – Since Patreon api does not return the tier level of a patron-only post, we currently cant have the synced post set to the relevant tier. But we can only make it patron only – as we do now.
Forum: Plugins
In reply to: [Patreon WordPress] Any translation coming ?Internationalization is on the horizon since Patreon has announced internationalization as well. The timeline would probably match Patreon’s internationalization timeline, or a little earlier.
Forum: Plugins
In reply to: [Patreon WordPress] Publish WP posts on Patreon?Youre welcome.
If you have any feedback or requests related to post sync feature, you can post it in below thread at the official forum:
https://www.patreondevelopers.com/t/patreon-wordpress-post-sync-guide/3069
Forum: Plugins
In reply to: [Patreon WordPress] Publish WP posts on Patreon?Currently post sync is supported only from Patreon to your WP site. It auto-syncs all your posts from Patreon to your WP site. You can also manually import all your existing posts. Updates to posts are also synced.
Forum: Plugins
In reply to: [Patreon WordPress] Version 1.5.7 – Critical Site errorYou should need the secret key only to delete the app at Patreon. And the secret key should be available in app details at Patreon when you view it. But yes, you can copy it from your site’s record and paste at Patreon when the prompt asks you too.
However there are cases in which the app details at your site being different than the one at the one at Patreon app listing. In that case, you would need to view the app details at Patreon and copy the secret key from there.
Glad to hear you got it to work.
Forum: Plugins
In reply to: [Patreon WordPress] Version 1.5.7 – Critical Site errorYou didnt see warning upgrading from 1.5.6 to 1.5.7? Thats odd.