Title: hmwind's Replies | WordPress.org

---

# hmwind

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] delete meta description](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-delete-meta-description/)
 *  [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-delete-meta-description/page/3/#post-2993577)
 * I have the same problem with the Magazine 3 theme.
 * Within that theme it is possible to switch the Magazine 3 SEO part off and rely
   e.g. on Yoast WordPress SEO which I did.
 * The header.php of the theme contains meta name description tags. However, those
   are not active in practice and will not be included if Magazine 3 SEO is switched
   off.
 * Nevertheless Youst WordPress SEO continues to give the meta name description 
   error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] [Plugin: Cookie Law Info] W3C validation](https://wordpress.org/support/topic/plugin-cookie-law-info-w3c-validation/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-cookie-law-info-w3c-validation/#post-2808262)
 * Richard, In the meantime I modified my theme and the new plugin version now runs(
   and updates) without further manual modifications from my side.
 * Update done without problems. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] [Plugin: Cookie Law Info] W3C validation](https://wordpress.org/support/topic/plugin-cookie-law-info-w3c-validation/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-cookie-law-info-w3c-validation/#post-2808181)
 * That is the solution indeed, Richard!
 * Thanks a lot for the very quick fix.
 * I adapted the code and it validates perfectly in W3C now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] [Plugin: Cookie Law Info] W3C validation](https://wordpress.org/support/topic/plugin-cookie-law-info-w3c-validation/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-cookie-law-info-w3c-validation/#post-2808032)
 * By the way, the document write trick is mentioned here:
    [http://jamesingham.me/blog/google-plusone-w3c-valid](http://jamesingham.me/blog/google-plusone-w3c-valid)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] [Plugin: Cookie Law Info] Banner does not show up](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/#post-2805268)
 * In the meantime I have added the plug-in to [http://www.3dtvnieuws.nl](http://www.3dtvnieuws.nl)
   and added a THANK YOU statement with link to the plugin on the cookies and privacy
   page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] [Plugin: Cookie Law Info] Banner does not show up](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/#post-2805249)
 * Hi Richard,
 * I got the plugin working properly after adapting my own theme. The main changes
   were adding the jquery lines as mentioned above and in addition I had to change
   some layout settings.
 * Is there another way to load your script functions (e.g. in the header.php)
 * I am unclear what kind of other functionality cookielawinfo_enqueue_frontend_scripts()
   offers. Is the Audit function part of that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] [Plugin: Cookie Law Info] Banner does not show up](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/#post-2805199)
 * Hi Richard,
 * Thanks a lot!
 * After adding:
 * <?php wp_enqueue_script(“jquery”); ?>
    <?php wp_head(); ?>
 * to the header.php of my theme ist seems to work now.
 * Now I have to make sure that other banners are not overlapping the banner of 
   your plugin.
 * Hans
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] [Plugin: Cookie Law Info] Banner does not show up](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-cookie-law-info-banner-does-not-show-up/#post-2805152)
 * Hi Richard,
 * Thanks a lot for your very quick response. That is highly appreciated.
 * There is no carriage return in the text and I tried header and footer as well
   as disabling colour pickers.
 * As your plug-in works flawlessly in the standard theme I will have to check my
   own (adapted) theme for jQuery modifications. Maybe hard to find as I am in no
   way a PHP expert.
 * I’ll post my findings.
 * Hans
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Error 403 Forbidden](https://wordpress.org/support/topic/plugin-w3-total-cache-error-403-forbidden/)
 *  [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [15 years ago](https://wordpress.org/support/topic/plugin-w3-total-cache-error-403-forbidden/page/2/#post-1625225)
 * From what I Read in this forum I understand that this problem has not yet been
   corrected in a newer version of W3TC. Is that correct?
 * Is there any new release planned with a fix for this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Error 403 Forbidden](https://wordpress.org/support/topic/plugin-w3-total-cache-error-403-forbidden/)
 *  [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-error-403-forbidden/#post-1625148)
 * Unfortunately I have exactly the same problem.
 * All access to the w3tc/pgcache directory is denied by the server. Had to un-install
   the Plugin again because spiders got a 403 Error.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] WordPress in subdirectory problem with cache](https://wordpress.org/support/topic/plugin-w3-total-cache-wordpress-in-subdirectory-problem-with-cache/)
 *  Thread Starter [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-wordpress-in-subdirectory-problem-with-cache/#post-1689642)
 * It looks like that did the trick Frederick. Thanks a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] upgrade stops cached file listing, can;t delete specific file](https://wordpress.org/support/topic/plugin-wp-super-cache-upgrade-stops-cached-file-listing-cant-delete-specific-file/)
 *  [hmwind](https://wordpress.org/support/users/hmwind/)
 * (@hmwind)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-upgrade-stops-cached-file-listing-cant-delete-specific-file/#post-1536993)
 * I have similar problems.
 * Initially I decided to use preload cache but that did not work out well for me
   so I dedided to disable preload again. However, the “list all cached files” option
   did not come back despite the fact that the total number of cached files is below
   300.
 * Any fix will be appreciated.

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