Title: peterb80's Replies | WordPress.org

---

# peterb80

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Round Brackets screw up JobTitle Schema](https://wordpress.org/support/topic/round-brackets-screw-up-jobtitle-schema/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/round-brackets-screw-up-jobtitle-schema/#post-16868034)
 * Thank you very much
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] Plugin overrides fontawesome of theme](https://wordpress.org/support/topic/plugin-overrides-fontawesome-of-theme/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/plugin-overrides-fontawesome-of-theme/#post-14150741)
 * “And disabling WPEL immediately removes FA?” Yes, exactly.
 * It seems that the plugin loads FA regardless of any settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] TOC displayed in excerpt](https://wordpress.org/support/topic/toc-displayed-in-excerpt/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/toc-displayed-in-excerpt/#post-14150192)
 * as an alternative i would be really happy about a position option: “before the
   second headline”. this would fix my problem too
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Links - nofollow, noopener & new window] Plugin overrides fontawesome of theme](https://wordpress.org/support/topic/plugin-overrides-fontawesome-of-theme/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/plugin-overrides-fontawesome-of-theme/#post-14149997)
 * Hi Webfactory-Team,
 * thanks for the quick reply.
    Unfortunately your solution does not work. If i 
   set the type of internal and external links to “no icon” the font-awesome font
   is still enqueued and overrides the font of the theme. Even if i completely disable
   all changes to internal and external links font-awesome is still enqueued.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] Can’t save changes or reset all settings](https://wordpress.org/support/topic/cant-save-changes-or-reset-all-settings/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-or-reset-all-settings/#post-14138102)
 * Ahh, it was 500. Setting it to max 100 fixed the problem. I guess 500 was ok 
   in an older version of the plugin.
 * Thanks for the quick support. very good plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] Can’t save changes or reset all settings](https://wordpress.org/support/topic/cant-save-changes-or-reset-all-settings/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-or-reset-all-settings/#post-14135566)
 * Plugin is version 3.0.7
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RevivePress – Keep your Old Content Evergreen] Plugin stops working after a couple of days](https://wordpress.org/support/topic/plugin-stops-working-after-a-couple-of-days/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-stops-working-after-a-couple-of-days/#post-11416546)
 * Hi Sayan,
 * i don’t have any scheduled posts on my websites and never used post scheduling.
 * Maybe is there a way to see which posts WP Auto Republish is going to republish
   next and when?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Warning! WP Super Cache caching was broken but has been fixed!](https://wordpress.org/support/topic/warning-wp-super-cache-caching-was-broken-but-has-been-fixed-2/)
 *  [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/warning-wp-super-cache-caching-was-broken-but-has-been-fixed-2/#post-10755707)
 * Add this back in to wp-settings.php
 * /**
    * Filters whether to enable loading of the advanced-cache.php drop-in. **
   This filter runs before it can be used by plugins. It is designed for non-web*
   run-times. If false is returned, advanced-cache.php will never be loaded. * *
   [@since](https://wordpress.org/support/users/since/) 4.6.0 * * [@param](https://wordpress.org/support/users/param/)
   bool $enable_advanced_cache Whether to enable loading advanced-cache.php (if 
   present). * Default true. */ if ( WP_CACHE && apply_filters( ‘enable_loading_advanced_cache_dropin’,
   true ) ) { // For an advanced caching plugin to use. Uses a static drop-in because
   you would only want one. WP_DEBUG ? include( WP_CONTENT_DIR . ‘/advanced-cache.
   php’ ) : [@include](https://wordpress.org/support/users/include/)( WP_CONTENT_DIR.‘/
   advanced-cache.php’ );
 *  // Re-initialize any hooks added manually by advanced-cache.php
    if ( $wp_filter){
   $wp_filter = WP_Hook::build_preinitialized_hooks( $wp_filter ); } }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SlimStat Analytics] Where is Network View?](https://wordpress.org/support/topic/where-is-network-view/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/where-is-network-view/#post-5236815)
 * Ahhhh. So i got the whole addon wrong.
    I thought it’s kind of a collective dashboard
   for all of your wordpress sites regardless of hosting. Just like the clicky or
   analytics dashboard.
 * You should totally do such an addon 🙂
 * Probably going to refund.
    Sry and thanks for the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SlimStat Analytics] Where is Network View?](https://wordpress.org/support/topic/where-is-network-view/)
 *  Thread Starter [peterb80](https://wordpress.org/support/users/peterb80/)
 * (@peterb80)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/where-is-network-view/#post-5236809)
 * Hi again,
 * i really didn’t want to sound rude^^ thats the way we communicate here in germany
   😉
 * thanks for the screenshots, but still the same problem.
    here is a screenshot
   of my wordpress dashboard: [http://i60.tinypic.com/2b2mh2.jpg](http://i60.tinypic.com/2b2mh2.jpg)
 * Is it the language? Can’t change it.

Viewing 10 replies - 1 through 10 (of 10 total)