I’m trying to migrate all websites to php8.2. The Patreon Pro plugin throws me an error:
“Warning: The magic method cb_p6_a1_core::__wakeup() must have public visibility in…”
It seems that Patreon Plugin Pro is not PHP8 compatible (I tried 8.0, 8.1 and 8.2).
]]>Hello, it’s possible to hide the button for the authors who didn’t setup their Patreon under personal settings and show only if they have set it?
Thanks.
]]>I’m trying to update my website to use PHP 8 but I get the following two warnings from your plugins:
Warning: The magic method cb_p6_core::__wakeup() must have public visibility in /home/martin/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 81
Warning: The magic method cb_p6_a1_core::__wakeup() must have public visibility in /home/martin/public_html/wp-content/plugins/patron-plugin-pro/index.php on line 79
Is there any chance of getting these plugins updated to support PHP 8?
]]>I am having a problem with my WordPress Blog. WordPress Support thinks there is an issue with the Patreon Widget and have requested I send you the following inquiry:
I’m using your Patreon widget on my website; however, I noticed there is a missing 3.bundle.js on the widget which caused Error 404 to keep popping up on my log and interfering with my website performance. Can you relay this information to your widget developer so they can check the widget?
Thank you
Lewis Lafontaine
]]>Just a fair warning. I fell upon this plugin (haven’t used it) today and the first thing I saw was the button image. the logo to the left of the test would violate Patreon’s terms as it edits the color of the logo per its “Brand resources and assets” page. Just an FYI. Who knows how often they take action for such a thing, but you could see your account reprimanded for using a button that changes the design (colors) of their logo. Be careful ??
]]>Hello,
I am interested in this extension but WordPress tells me that it has not been tested with the latest WordPress update, it has not been updated for 8 months.
Does it carry risks? Is it abandoned?
Thank you
]]>hello, why widget dont update progress. have some patrons but it still show 0%
]]>Hi!
Love the looks of the plugins fuctionality, and has tested the Pro demo site as well.
Do you have any links to users live sites or testimonials of their use of the plugin?
If you are a user, please do post your Patreon WordPress link here!
Thanx!
]]>Hey there!
I did a lot of updates today and noticed afterwards that the text box for editing was broken. All the text is white and the visual editor doesn’t show up at all.
https://www.dropbox.com/s/vw66yyioh7r4n79/Annotation%202019-12-02%20212439.png?raw=1
After testing all of my plugins, it was this one that broke it. As soon as I deactivate it, the editor comes back.
Looks like I’m going to have to deactivate it every time I want to edit a page or post, unless you have any ideas on how to fix it.
]]>I noticed by default that if an author does not add a patron account Url, it automatically displays the patron button and map it to the patron.
I wanted to ask if there was a code you could share that I could use that makes it possible to hide the function so if an author has not added his or her Patreon URL the patron function should not display on his or her post content.
My company set up a ‘Follow By Email’ plugin at the bottom of our page to help people easily subscribe to our website and get email notifications when there are new posts on our website, but every time we click on it, it goes to this “specificfeeds.com” page and I don’t understand why. We would like it to either send us an alert that someone has signed up, or have it aggregate into a feed that says when someone signed up for the email subscription. So we’d like to do one of these options if it’s possible:
– If there’s a way, we’d like to be able to just create a page for them to go to
– Or how we can customize this page for our branding?
I posted about this before and there was no support. I just updated to the newest version thinking that it would be fixed and it isn’t.
The text “Liked it? Take a second to support us on Patreon!” is centered but the button is not.
]]>I’m a relative amateur with coding, and am attempting to install the plugin on a site hosted at GoDaddy, and I keep getting the following message:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_STATIC in /home/content/92/14008292/html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 78
Any ideas how to clear that?
]]>Hey there!
I would like to make it so that the Become a Patron buttons no longer show up for folks who are already patrons. How would I go about this?
Thanks!
]]>Will this plugin and widget affect the adsense status? Does adsense reject the application?
]]>I just found your plugin and installed it. Everything seems to be working ok except for the button location. The text properly aligns, but the button if off center. Is there a way to fix this so that the button is centered on the next line?
Thank you.
]]>Hi,
I would like to translate this plugin. But it is not set up for translations. If you can set it up, I can start.
Thanks!
]]>Last version (2.0.1) had code which may cause non-English (non en-US) language sites to get memory errors.
To fix this problem, just upgrade to the latest version – either through your WP admin, or if you had to deactivate/delete the plugin due to issues, then just reinstall the plugin from your WP admin’s page to add plugins.
Your old settings will be preserved and the re-installed plugin will work normally.
]]>In case you are receiving out of memory error, or just flat out a 500 error page or other abrupt error when upgrading, you may be running out of memory in your WP install.
The new plugin adds only ~2 mb memory requirement in admin and in frontend, but if you are dangerously close to memory limit you set for PHP and WordPress, you may run out of memory if you install any plugin.
Solution is increasing the memory available for PHP and WordPress. If you don’t know how to increase memory for PHP, contact your host and they will do it or tell you how to do it.
Then, to be able to use that memory limit, you should tell WordPress to use all available memory.
For example if your PHP memory limit is increased to 256, you need to put the below line to your wp-config.php
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
Otherwise WP wont use the memory available.
If this doesnt fix your problem, pop up a support topic here.
]]>I upgraded to version 2.0. After doing so, all images on my WordPress failed to load.
For some reason, all images suddenly were trying to load in the default directory, which is in wp-content/uploads, but they aren’t located there.
From day one I’ve had a custom location, as defined in wp-config.php.
Here’s the code:
define( 'UPLOADS', ''.'images' );
As soon as I disable your plugin, the images load properly.
It seems like relative asset links were broken, as in WP is ignoring my rule in wp-config.
Any idea why the 2.0 update causes this behaviour?
]]>The latest update to the plugin keeps crashing my website. I’ve had to manually delete the plugin to allow me to get back in but re-installing crashes the site again. I was initally getting a plugin/plugin.php missing error but on the second attempt it is a Fatal error – Memory exhausted error. The plugin was previously working fine
]]>Hello,
I’d like to collect data on users clicking on the widget button as their method of exiting the site it is hosted on. Google Analytics supports exit tracking by adding the below code to href tags, with the ‘trackOutboundLink’ function defined in my site header.
onclick=”trackOutboundLink(‘https://www.example.com’); return false;”
Is there a way to add this to the widget link? I tried editing into the core_actions.php script that appears to generate the href tags, but it gave a fatal error, presumably because the widget doesn’t know the function is defined elsewhere in the site.
Halp?
The script code (in my header) straight copied from Google is:
<script>
/**
* Function that tracks a click on an outbound link in Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label. Setting the transport method to ‘beacon’ lets the hit be sent
* using ‘navigator.sendBeacon’ in browser that support it.
*/
var trackOutboundLink = function(url) {
ga(‘send’, ‘event’, ‘outbound’, ‘click’, url, {
‘transport’: ‘beacon’,
‘hitCallback’: function(){document.location = url;}
});
}
</script>
Hi there,
I use the Child Theme Configurator to create and edit my Child Themes, and in a recent check of a theme that had been giving me issues, I came across these:
Hi there,
I use the Child Theme Configurator to create and edit my Child Themes, and in a recent check of a theme that had been giving me issues, I came across these:
Notice: Undefined index: cb_p6_action in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/plugin_core/options_load_reset.php on line 7
Notice: The called constructor method for WP_Widget in cb_p6_sidebar_author_widget is deprecated since version 4.3.0! Use __construct() instead. in /home/*****/public_html/wp-includes/functions.php on line 3894
Notice: The called constructor method for WP_Widget in cb_p6_sidebar_site_widget is deprecated since version 4.3.0! Use __construct() instead. in /home/*****/public_html/wp-includes/functions.php on line 3894
Notice: Undefined offset: 1 in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 111
Notice: Undefined offset: 2 in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 112
Notice: Undefined offset: 3 in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 113
Notice: Undefined offset: 4 in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 114
Notice: Undefined index: cb_p6_init in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 121
Notice: Undefined variable: return in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 400
Notice: Undefined index: cb_p6_frontend_init in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 121
Notice: Undefined index: cb_p6_action in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 185
Notice: Undefined index: cb_p6_append_to_content in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 121
Notice: Undefined index: cb_p6_addstyles in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 121
Notice: Undefined index: cb_p6_add_styles in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 121
Notice: Undefined offset: 0 in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 110
Notice: Undefined index: cb_p6_site_sidebar_widget in /home/*****/public_html/wp-content/plugins/patron-button-and-widgets-by-codebard/index.php on line 121
Some of them repeat several times. I know they’re Notices, and not Fatal errors or anything, but should I be worried?
]]>After installing your plugin, the primary color of my website was changed from blue to yellow, and will not allow me to change it back.
How do I fix this problem your plugin caused?
]]>Hi. Is there any way to have the Patreon button show up on some Post categories only? I couldn’t see any option for that.
Thanks for a great plugin.
]]>I wasn’t even aware of the “patronage pipe” until I saw this post over on Reddit about this plugin.
The official widget indeed takes me to the patronage pipe, but this plugin does not. It just goes to my profile/campaign page. Unless I am doing something wrong.
I tried entering the ID number from the patronage pipe link into the plugin, but it gives me a 404 error. Only using my Patreon account page name works, but it doesn’t use the patronage pipe.
]]>I can’t seem to get the widget to reliably show up after placing it in one of the Widget areas in Appearance. I’ve tried doing it through the Live Preview mode and just the regular drag-and-drop appearance mode.
(1) The author widget never shows up
(2) The site widget will show up… sometimes. It doesn’t seem to care about Visibility rules, though.
It shows up on Single Post Pages, but not on the front page of the site (Posts page).
I’m using the Twenty-Twelve theme with the front page set to be the Posts page (not static).
]]>Greetings,
Where do I go to replace the Patreon button image?
Thanks,
Antoinette
https://www.ads-software.com/plugins/patron-button-and-widgets-by-codebard/
]]>When activating plugin i get:
Fatal error: Call to undefined function array_replace_recursive() in [sitename]/wp-content/plugins/patron-button-and-widgets-by-codebard/plugin_core/options_load_reset.php on line 19
Any ideas?
Thanks
https://www.ads-software.com/plugins/patron-button-and-widgets-by-codebard/
]]>Is there any way to add the button to the theme itself with a shortcode or PHP?
https://www.ads-software.com/plugins/patron-button-and-widgets-by-codebard/
]]>