Title: CodeBard's Replies - page 22 | 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 - 316 through 330 (of 336 total)

[←](https://wordpress.org/support/users/codebard/replies/page/21/?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)…
[21](https://wordpress.org/support/users/codebard/replies/page/21/?output_format=md)
22 [23](https://wordpress.org/support/users/codebard/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/codebard/replies/page/23/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] All cache being cleared on any post edit](https://wordpress.org/support/topic/all-cache-being-cleared-on-any-post-edit/)
 *  [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/all-cache-being-cleared-on-any-post-edit/#post-7050347)
 * Scratch that – after a day WP Super cache totally eradicated ~30,000 cached files
   again.
 * Which makes preloading useless.
 *   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-7132025)
 * If your slider is using the_excerpt or get_the_excerpt, that may be causing it
   since the current version of the plugin has a bug.
 * It will be fixed in the next, but until then you can do what i advised someone
   else who had a similar problem:
 * at plugin_core/core_actions.php in plugin folder, on line 11:
 * if(in_array(‘get_the_excerpt’, $GLOBALS[‘wp_current_filter’]) OR ‘post’ !== get_post_type())
   $return = $content;
 * to
 * if(in_array(‘get_the_excerpt’, $GLOBALS[‘wp_current_filter’]) OR ‘post’ !== get_post_type()){
 * $return = $content;
    break;
 * }
 * Let me know if that fixes it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Preload files dissapear](https://wordpress.org/support/topic/preload-files-dissapear-1/)
 *  [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/preload-files-dissapear-1/#post-6954142)
 * Your issue is possibly the same one like the below:
 * [https://wordpress.org/support/topic/all-cache-being-cleared-on-any-post-edit](https://wordpress.org/support/topic/all-cache-being-cleared-on-any-post-edit)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] All cache being cleared on any post edit](https://wordpress.org/support/topic/all-cache-being-cleared-on-any-post-edit/)
 *  [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/all-cache-being-cleared-on-any-post-edit/#post-7050344)
 * I can confirm the same problem – “Clear all cache files when a post or page is
   published or updated.” unchecked, all posts preloaded, and when you edit just
   one post in wordpress admin, entire preloaded cache gets deleted.
 * I can also confirm that jciselectric’s fix fixes it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Conflict with Yoast SEO](https://wordpress.org/support/topic/conflict-with-yoast-seo-14/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/conflict-with-yoast-seo-14/#post-7127244)
 * [https://plugins.svn.wordpress.org/patron-button-and-widgets-by-codebard/trunk/plugin_core/](https://plugins.svn.wordpress.org/patron-button-and-widgets-by-codebard/trunk/plugin_core/)
 * core_actions.php here is fixed. you can get this one and replace it with the 
   one you have.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Conflict with Yoast SEO](https://wordpress.org/support/topic/conflict-with-yoast-seo-14/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/conflict-with-yoast-seo-14/#post-7127136)
 * It is possible that you may have accidentally added any tabs to your plugin code,
   while you were editing to fix the issue with buttons showing in the excerpt. 
   For the whitespace which appears in the xml file you showed, fits an exact tab
   length. You may want to check the file you editein the last thread you opened
   here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Conflict with Yoast SEO](https://wordpress.org/support/topic/conflict-with-yoast-seo-14/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/conflict-with-yoast-seo-14/#post-7127135)
 * Here is a blog which uses Yoast with XML sitemaps, and also this plugin:
 * [http://viapopuli.com/sitemap_index.xml](http://viapopuli.com/sitemap_index.xml)
 * There doesn’t seem to be any whitespace issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Text showing in Blog except](https://wordpress.org/support/topic/text-showing-in-blog-except/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-showing-in-blog-except/#post-7119527)
 * Closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Text showing in Blog except](https://wordpress.org/support/topic/text-showing-in-blog-except/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-showing-in-blog-except/#post-7119526)
 * Great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Text showing in Blog except](https://wordpress.org/support/topic/text-showing-in-blog-except/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-showing-in-blog-except/#post-7119503)
 * This will probably do it:
 * Same code in the same place to:
 * if(in_array(‘get_the_excerpt’, $GLOBALS[‘wp_current_filter’]) OR ‘post’ !== get_post_type()){
 * $return = $content;
    break;
 * }
 * Without the earlier modification suggested, of course. Just try turning that 
   block to this. This has to detect that loop is active, and then just assign original
   content to return.
 * Tested to work. If it doesn’t, it may be that your theme is doing some things
   differently. Then introducing additional single post checks should do the trick.
   I’ll let you know if it comes to that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Text showing in Blog except](https://wordpress.org/support/topic/text-showing-in-blog-except/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-showing-in-blog-except/#post-7119372)
 * You can try the below until it is fixed in the update:
 * at plugin_core/core_actions.php in plugin folder, on line 11:
 * if(in_array(‘get_the_excerpt’, $GLOBALS[‘wp_current_filter’]) OR ‘post’ !== get_post_type())
   $return = $content;
 * to
 * if(in_array(‘get_the_excerpt’, $GLOBALS[‘wp_current_filter’]) OR ‘post’ !== get_post_type()
   OR !is_single()) $return = $content;
 * Here !is_single(); check should prevent filtering from happening in the loop.
 * the_content filter is being applied in your loop, possibly because you dont’ 
   have excerpts saved for your posts. That’s why WP is possibly picking up the 
   content and then clipping it.
 * Let me know if this works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Placement of button](https://wordpress.org/support/topic/placement-of-button/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/placement-of-button/#post-7008825)
 * Closing this as resolved. If you still have issues, feel free to make another
   post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Small problem with the Widget](https://wordpress.org/support/topic/small-problem-with-the-widget/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/small-problem-with-the-widget/#post-7006617)
 * Closing this as resolved. If you still have issues, feel free to make another
   post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Small problem with the Widget](https://wordpress.org/support/topic/small-problem-with-the-widget/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/small-problem-with-the-widget/#post-7006455)
 * > First of all, I tried your code in my theme “Custom CSS” and nothing changed.
   > Maybe this is not the correct to place this and I have no idea where else I
   > should try.
 * 1.0.2 was just updated 34 minutes ago. if you dled and tried before that, you
   may try again now.
 * Then first remove your widgets and re-place them to your sidebar, and load your
   site with ctrl+f5.
 * Also if you have any caching plugins or CDN which is caching your website or 
   CSS, the changes may take long time to appear. You should look into that.
 * If bullet points still persist, you should link your site url so a better picture
   about the issue can be visible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeBard's Patron Button and Widgets for Patreon] Placement of button](https://wordpress.org/support/topic/placement-of-button/)
 *  Plugin Author [CodeBard](https://wordpress.org/support/users/codebard/)
 * (@codebard)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/placement-of-button/#post-7008581)
 * > I’ll have a look at your code changes in the morning
 * It already did. You can retry reinstalling.
 * After that issue is remains, then its deeper than this and cant be solved easily
   as such.

Viewing 15 replies - 316 through 330 (of 336 total)

[←](https://wordpress.org/support/users/codebard/replies/page/21/?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)…
[21](https://wordpress.org/support/users/codebard/replies/page/21/?output_format=md)
22 [23](https://wordpress.org/support/users/codebard/replies/page/23/?output_format=md)
[→](https://wordpress.org/support/users/codebard/replies/page/23/?output_format=md)