Title: wpger's Replies | WordPress.org

---

# wpger

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/users/fogruen/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fogruen/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/fogruen/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/fogruen/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VG WORT METIS] Keine Zählung trotz korrekt zugewiesener Zählmarken](https://wordpress.org/support/topic/keine-zahlung-trotz-korrekt-zugewiesener-zahlmarken/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/keine-zahlung-trotz-korrekt-zugewiesener-zahlmarken/#post-18784356)
 * Schade, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VG WORT METIS] Keine Zählung trotz korrekt zugewiesener Zählmarken](https://wordpress.org/support/topic/keine-zahlung-trotz-korrekt-zugewiesener-zahlmarken/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/keine-zahlung-trotz-korrekt-zugewiesener-zahlmarken/#post-18782984)
 * Mithilfe von KI konnte ich den folgenden Filter auf der Seite einfügen.
 *     ```wp-block-code
       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](https://vg08.met.vgwort.de) erfolgreich
   zustande. Trotzdem registriert das Plug-in weiterhin keine Zählungen. Bin ich
   auf dem Holzweg?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookie Information | Free GDPR Consent Solution] Link to Privacy policy page does not work 2.0.12](https://wordpress.org/support/topic/link-to-privacy-policy-page-does-not-work-2-0-12/)
 *  [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [4 years ago](https://wordpress.org/support/topic/link-to-privacy-policy-page-does-not-work-2-0-12/#post-15535454)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookie Information | Free GDPR Consent Solution] Link to Privacy policy page does not work 2.0.12](https://wordpress.org/support/topic/link-to-privacy-policy-page-does-not-work-2-0-12/)
 *  [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [4 years ago](https://wordpress.org/support/topic/link-to-privacy-policy-page-does-not-work-2-0-12/#post-15535420)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Aware Sidebars - Fastest Widget Area Plugin] Warning: Declaration of CASConditionPlaceholde](https://wordpress.org/support/topic/warning-declaration-of-casconditionplaceholde/)
 *  [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/warning-declaration-of-casconditionplaceholde/#post-14557067)
 * 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:557
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Aware Sidebars - Fastest Widget Area Plugin] Warning: Declaration of CASConditionPlaceholde](https://wordpress.org/support/topic/warning-declaration-of-casconditionplaceholde/)
 *  [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/warning-declaration-of-casconditionplaceholde/#post-14556876)
 * I’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](https://wordpress.org/support/users/fogruen/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookie Information | Free GDPR Consent Solution] How to remove automated banner-injection?](https://wordpress.org/support/topic/how-to-remove-automated-banner-injection/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-automated-banner-injection/#post-10454155)
 * Must have been an caching issue. Problem solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyper Cache] Compability with WP 4.9.1](https://wordpress.org/support/topic/compability-with-wp-4-9-1/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/compability-with-wp-4-9-1/#post-9976466)
 * Come on men, nobody here who’s running Hyper Cache under WordPress 4.9.x ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Kompatibilität mit WP 4.9.1](https://wordpress.org/support/topic/kompatibilitat-mit-wp-4-9-1/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/kompatibilitat-mit-wp-4-9-1/#post-9809389)
 * Gibt es wirklich niemanden hier, der schon Erfahrungen mit WP 4.9.1 gesammelt
   hat?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Error when using PHP 7.1](https://wordpress.org/support/topic/error-when-using-php-7-1/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/error-when-using-php-7-1/#post-9163138)
 * Thank 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Error when using PHP 7.1](https://wordpress.org/support/topic/error-when-using-php-7-1/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/error-when-using-php-7-1/#post-9163021)
 * I’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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Review Plugin: The Ultimate Solution for Building a Review Website] not compatible with php 7.1](https://wordpress.org/support/topic/not-compatible-with-php-7-1/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/not-compatible-with-php-7-1/#post-9162695)
 * Your Update fixed the issue. Thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Review Plugin: The Ultimate Solution for Building a Review Website] not compatible with php 7.1](https://wordpress.org/support/topic/not-compatible-with-php-7-1/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/not-compatible-with-php-7-1/#post-9154836)
 * 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.
    -  This reply was modified 8 years, 11 months ago by [wpger](https://wordpress.org/support/users/fogruen/).
    -  This reply was modified 8 years, 11 months ago by [wpger](https://wordpress.org/support/users/fogruen/).
    -  This reply was modified 8 years, 11 months ago by [wpger](https://wordpress.org/support/users/fogruen/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Review Plugin: The Ultimate Solution for Building a Review Website] not compatible with php 7.1](https://wordpress.org/support/topic/not-compatible-with-php-7-1/)
 *  Thread Starter [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/not-compatible-with-php-7-1/#post-9153243)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] Remove div class=”crp_title”](https://wordpress.org/support/topic/remove-div-classcrp_title/)
 *  [wpger](https://wordpress.org/support/users/fogruen/)
 * (@fogruen)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-div-classcrp_title/page/2/#post-8324268)
 * That’s true. Same effect with feedburner.

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/users/fogruen/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fogruen/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/fogruen/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/fogruen/replies/page/2/?output_format=md)