wpger
Forum Replies Created
-
Forum: Plugins
In reply to: [VG WORT METIS] Keine Zählung trotz korrekt zugewiesener ZählmarkenSchade, das wusste ich nicht. Dann hätte es vielleicht doch funktioniert. Bin mittlerweile zu einem anderen Plug-in gewechselt. Es wäre hilfreich, wenn solche Grundlagen in die FAQs aufgenommen würden. Der ganze Prozess ist mehr oder weniger gar nicht dokumentiert.
Forum: Plugins
In reply to: [VG WORT METIS] Keine Zählung trotz korrekt zugewiesener ZählmarkenMithilfe von KI konnte ich den folgenden Filter auf der Seite einfügen.
add_filter( 'wp_img_tag_add_loading_attr', function( $value, $image, $context ) {
if ( strpos( $image, 'vgwort.de' ) !== false ) {
return false; // entfernt loading-Attribut für VG Wort Pixel
}
return $value;
}, 10, 3 );Damit ist das Lazy-Loading weg und laut Entwicklerkonsole des Browsers kommt eine Verbindung zu https://vg08.met.vgwort.de erfolgreich zustande. Trotzdem registriert das Plug-in weiterhin keine Zählungen. Bin ich auf dem Holzweg?
I just tried it anyway and the link to the privacy policy works for me. Have you tried to save the settings for comments again?
Thank you for pointing this out. Then I can save myself the update. I’m still stuck on a previous version and waiting for the fix, wondering if it will ever happen.
Here some additional information on the error location:
wp-content/plugins/content-aware-sidebars/conditions/placeholder.php:115 CAS_Sidebar_Edit->add_modules() wp-includes/class-wp-hook.php:287 do_action('wpca/modules/init') wp-content/plugins/content-aware-sidebars/lib/wp-content-aware-engine/typemanager.php:89 WPCATypeManager->set_modules() wp-includes/class-wp-hook.php:287 do_action('init') wp-settings.php:557I’m using the Plug-In Query Monitor by John Blackbourn and it gives me a similar warning:
Declaration of CASConditionPlaceholder::filter_excluded_context($posts) should be compatible with WPCAModule_Base::filter_excluded_context($posts, $in_context = false)
Version: 3.16
Theme Twenty Fourteen- This reply was modified 4 years, 10 months ago by wpger.
Must have been an caching issue. Problem solved.
Forum: Plugins
In reply to: [Hyper Cache] Compability with WP 4.9.1Come on men, nobody here who’s running Hyper Cache under WordPress 4.9.x ?
Forum: Plugins
In reply to: [Shariff Wrapper] Kompatibilität mit WP 4.9.1Gibt es wirklich niemanden hier, der schon Erfahrungen mit WP 4.9.1 gesammelt hat?
Forum: Plugins
In reply to: [Shariff Wrapper] Error when using PHP 7.1Thank you. Setting WP_DEBUG to false would probably not solve the problem because the buttons ain’t showing up at all. That would only result in a blank widget.
Forum: Plugins
In reply to: [Shariff Wrapper] Error when using PHP 7.1I’m afraid I don’t know exactly what you mean by „media=attribute“. I just dragged the widget to the sidebar. Only the field „shorttag“ is filled out with [shariff]. All other fields are empty. The field for Pinterest Image-settings in the general plugin settings is empty too. And: the error only occurs in the content sidebar (right) on the homepage. The same widget works fine on the left sidebar and all other pages or posts.
Your Update fixed the issue. Thank you very much!
I upgraded to 7.1 and became aware of the errors. Then I downgraded again to 7.0 to avoid them. Unfortunately I can’t irgnore them because they are showing up on my website. (php display_errors enabled). Maybe you could tweak your code a bit to make them disappear.
The errors are:
Warning: Illegal string offset ‘id’ in /homepages/…/…/htdocs/blog/wp-content/plugins/wp-review/includes/functions.php on line 173
Warning: Cannot assign an empty string to a string offset in /homepages/…/…/htdocs/blog/wp-content/plugins/wp-review/includes/functions.php on line 173
Warning: Illegal string offset ‘id’ in /homepages/…/…/htdocs/blog/wp-content/plugins/wp-review/includes/functions.php on line 175
Forum: Plugins
In reply to: [Contextual Related Posts] Remove div class=”crp_title”That’s true. Same effect with feedburner.