peterb80
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Author Box] Round Brackets screw up JobTitle SchemaThank you very much
“And disabling WPEL immediately removes FA?” Yes, exactly.
It seems that the plugin loads FA regardless of any settings.
Forum: Plugins
In reply to: [Easy Table of Contents] TOC displayed in excerptas an alternative i would be really happy about a position option: “before the second headline”. this would fix my problem too
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
In reply to: [Contextual Related Posts] Can’t save changes or reset all settingsAhh, 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
In reply to: [Contextual Related Posts] Can’t save changes or reset all settingsPlugin is version 3.0.7
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?
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 4.6.0
*
* @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( 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
In reply to: [SlimStat Analytics] Where is Network View?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
In reply to: [SlimStat Analytics] Where is Network View?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.jpgIs it the language? Can’t change it.