Title: CodeBard's Replies - page 21 | WordPress.org

---

# CodeBard

  [  ](https://wordpress.org/support/users/codebard/)

 *   [Profile](https://wordpress.org/support/users/codebard/)
 *   [Topics Started](https://wordpress.org/support/users/codebard/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codebard/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codebard/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codebard/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codebard/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codebard/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 301 through 315 (of 336 total)

[←](https://wordpress.org/support/users/codebard/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/codebard/replies/?output_format=md) [2](https://wordpress.org/support/users/codebard/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codebard/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/codebard/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/codebard/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/codebard/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/codebard/replies/page/22/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Feature request: add goal tracking](https://wordpress.org/support/topic/feature-request-add-goal-tracking/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/feature-request-add-goal-tracking/#post-7353770)
 * That can be possible with the new version of the plugin.
 * The entire engine behind the plugin will change with a better one when its development
   completes. Then new features and addons would be easier to integrate. Along with
   any developer being able to code his/her own addons to extend plugin’s functionality.
 * Though every action in the current version is hook-able too, the new version 
   will be much more mature and developer-friendly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Widget not showing up on Main Page](https://wordpress.org/support/topic/widget-not-showing-up-on-main-page/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/widget-not-showing-up-on-main-page/#post-7283258)
 * Author widget should not appear in any page which is not a single page. Which
   is effected by the below check in plugin_core/widgets.php
 *  if(!is_single())
    { return;
 *  }
 * However, Site widget should appear anywhere. You may be using author widget and
   not site widget.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Invalid argument supplied for foreach](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-76/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-76/#post-7281632)
 * No problem. Enjoy.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Invalid argument supplied for foreach](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-76/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-76/#post-7281615)
 * Alright,
 * 1.0.5 should fix that. Its posted to wordpress.org just now.
 * In your wordpress admin, plugin updates section, when new version shows up as
   available, update the plugin.
 * In case you can force it to update, you can try that as well. But that may not
   work if the update did not propagate there yet.
 * Alternatively you can just download 1.0.5, extract the files and ftp them, overwriting
   existing plugin files at your site.
 * Please let me know if this fixes your issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Invalid argument supplied for foreach](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-76/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-76/#post-7281605)
 * That’s definitely not the reason.
 * Where exactly you are getting that error? In plugin administration screen, wordpress
   admin, or the site? Or, did you do an options reset from plugin options?
 * Have you ever deleted any options or anything from your wordpress database directly?
 * That error stems from info from plugin (not options) not being found in your 
   database.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Content Headers being modified by this plugin](https://wordpress.org/support/topic/content-headers-being-modified-by-this-plugin/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/content-headers-being-modified-by-this-plugin/#post-7221393)
 * I just issued 1.0.4 update to address this whitespace-capturing issue.
 * Anyone who has such problems (headers already sent problem) may try updating 
   to 1.0.4 to fix it.
 * If you cant login, you can download the plugin from wordpress.org, extract and
   ftp into its place at the plugins folder. Overwrite everything – your settings
   will be protected in database.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Content Headers being modified by this plugin](https://wordpress.org/support/topic/content-headers-being-modified-by-this-plugin/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/content-headers-being-modified-by-this-plugin/#post-7221375)
 * > I am having the exact same issue. It started yesterday. Something has changed,
   > but what?
 * There has not been any updates to the plugin since some time. It is possible 
   that some other plugin is producing some output while using a hook which this
   plugin uses, at a point where there should be no output. And this plugin is capturing
   it. If you installed any plugins, it may come from one of those.
 * I’m going to address this issue in next update and eliminate any such chances.
   For the time being, you can try the fix mentioned above.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Content Headers being modified by this plugin](https://wordpress.org/support/topic/content-headers-being-modified-by-this-plugin/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/content-headers-being-modified-by-this-plugin/#post-7221201)
 * It is possible.
 * For a temporary fix, if you change index.php line 399 to
 * if(trim($output)!=”)
 * this problem may go away.
 * Lets see if this will work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] patreon sub content](https://wordpress.org/support/topic/patreon-sub-content/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/patreon-sub-content/#post-7168563)
 * May be a possibility. The next feature that will possibly happen will probably
   be login with patreon feature. that’s needed for many things.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Patreon Button SHowing in Slideshow Widgetkit](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/#post-7132179)
 * The new version will probably fix your issue. Just update it from your WP admin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Illegal String Offset](https://wordpress.org/support/topic/illegal-string-offset-25/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/illegal-string-offset-25/#post-7141725)
 * The new version will probably fix your issue. Just update it from your WP admin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Patreon Button SHowing in Slideshow Widgetkit](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/#post-7132160)
 * Adding OR !is_single() to the above if code may fix the problem at its core and
   may not necessitate any CSS hacks, though if you want to leave your solution 
   at the CSS hack, its fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] WP Super Cache – I do not want to Clear all cache files when a post or update](https://wordpress.org/support/topic/wp-super-cache-i-do-not-want-to-clear-all-cache-files-when-a-post-or-update-1/)
 *  [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wp-super-cache-i-do-not-want-to-clear-all-cache-files-when-a-post-or-update-1/#post-6773219)
 * same problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Patreon Button SHowing in Slideshow Widgetkit](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/#post-7132134)
 * In the meantime you should try this in your plugin code:
 * > You can try adding !is_single() to the condition:
   > if(in_array(‘get_the_excerpt’, $GLOBALS[‘wp_current_filter’]) OR ‘post’ !==
   > get_post_type() OR !is_single())
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Patreon Button SHowing in Slideshow Widgetkit](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/patreon-button-showing-in-slideshow-widgetkit/#post-7132122)
 * How does your slider plugin pull the data it shows?
 * If it was using the_excerpt or get_the_excerpt, then the change should have worked.
 * You can try adding !is_single() to the condition:
 * if(in_array(‘get_the_excerpt’, $GLOBALS[‘wp_current_filter’]) OR ‘post’ !== get_post_type()
   OR !is_single())
 * Lets see what will that do.

Viewing 15 replies - 301 through 315 (of 336 total)

[←](https://wordpress.org/support/users/codebard/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/codebard/replies/?output_format=md) [2](https://wordpress.org/support/users/codebard/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codebard/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/codebard/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/codebard/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/codebard/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/codebard/replies/page/22/?output_format=md)