Title: Nico's Replies | WordPress.org

---

# Nico

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/gooloode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/gooloode/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/gooloode/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/gooloode/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/gooloode/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/gooloode/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/page/2/#post-18903449)
 * Hi Daan, do you have an Update? 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/#post-18901991)
 * I use a custom PHP Snippet since i’m not paying money for hosting to get bombarded
   by plugin ads and notices that no one needs. 😀
 *     ```wp-block-code
       // ── Notices: PHP-Hooks entfernen (außer auf Divi-Seiten) ──────────────────add_action( 'admin_init', function() {    // Divi-Seiten vollständig auslassen    $screen = get_current_screen();    if ( $screen ) {        $is_divi = (            $screen->post_type === 'et_pb_layout'            || strpos( $screen->id, 'et_' ) !== false            || strpos( $screen->id, 'divi' ) !== false        );        if ( $is_divi ) {            return;        }    }    // Alle Notice-Hooks entfernen – sicher, da wir hier NICHT auf Divi-Seiten sind    remove_all_actions( 'admin_notices' );    remove_all_actions( 'all_admin_notices' );    remove_all_actions( 'network_admin_notices' );    remove_all_actions( 'user_admin_notices' );}, 20 ); // Priorität 20: nach Plugin-Registrierungen, vor der Ausgabe// ── CSS-Fallback: alle verbleibenden Notices auf ALLEN Seiten ausblenden ──// (außer Divi – doppelte Absicherung per Screen-Check)add_action( 'admin_head', function() {    $screen = get_current_screen();    if ( $screen ) {        $is_divi = (            $screen->post_type === 'et_pb_layout'            || strpos( $screen->id, 'et_' ) !== false            || strpos( $screen->id, 'divi' ) !== false        );        if ( $is_divi ) {            return;        }    }    echo '<style>        /* Alle Standard-Notice-Klassen */        .notice,        .notice-warning,        .notice-info,        .notice-success,        .notice-error,        .notice.is-dismissible,        .updated,        .update-nag,        div.error,        div.updated,        #message,        .update-message,        .updated-message,        /* Plugin-spezifische Wrapper */        .plugin-update-tr .update-message,        /* Inline-Notices mancher Plugins */        [class*="notice-"],        [id*="-notice"],        [id*="-message"] {            display: none !important;        }    </style>';}, 9999 );// ── Admin-Footer-Text entfernen ────────────────────────────────────────────function remove_footer_admin() {    return '';}add_filter( 'admin_footer_text', 'remove_footer_admin' );add_filter( 'update_footer',     'remove_footer_admin' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/#post-18901959)
 * Hi, i used the ZIP you provided, but it still doesn’t find it:
 * ![](https://i0.wp.com/www.gooloo.de/wp-content/uploads/2026/05/ce83e6ab-343b-
   4b2a-9342-9134ff0eaf47.png?ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/#post-18899974)
 * Okay, thank you! :))
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/#post-18899937)
 * Yes, i’m hiding the Admin Bar with the White Label CMS Plugin ([https://de.wordpress.org/plugins/white-label-cms/](https://de.wordpress.org/plugins/white-label-cms/))
 * I don’t see anything that appears to have “status” in the Network Tab. I only
   see fairly “normal” links to scripts, fonts, etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/#post-18899923)
 * Hi Daan, i actually don’t even know what that means. 😀 Here’s my browser console
   on the link i gave you in the first post:
 * ![](https://i0.wp.com/www.gooloo.de/wp-content/uploads/2026/05/sc_1.jpg?ssl=1)
 * ![](https://i0.wp.com/www.gooloo.de/wp-content/uploads/2026/05/sc_2.jpg?ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/#post-18899906)
 * Hi, no OMGF hasn’t found it, so i think a Pro Upgrade will be necessary. I will
   contact WideAccess regarding this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Nunito Sans found but not downloaded](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/nunito-sans-found-but-not-downloaded/#post-18899876)
 * Hi, i have temporarily disabled all features. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Can’t edit any forms](https://wordpress.org/support/topic/cant-edit-any-forms-2/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [3 months ago](https://wordpress.org/support/topic/cant-edit-any-forms-2/#post-18828815)
 * Hi,
 * i’ve talked to my host and it is caused by BunnyCDN’s Optimizer. This affects
   not only this plugin, but also Complianz Cookies. Maybe you could work on an 
   fix? Temporarily disabling it, purging the cache and then coming back to the 
   edit page fixes the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Can’t edit any forms](https://wordpress.org/support/topic/cant-edit-any-forms-2/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/cant-edit-any-forms-2/#post-18821255)
 * I was not able to find a conflicting plugin or theme. Here’s my list of plugins:
 *     ```wp-block-code
       Plugin Name Version301 Redirects Pro 6.27Action Scheduler Daily Cleanup 1.0.0Advanced Editor Tools 5.9.2ALTCHA Spam Protection 1.26.3Auto Bluesky Poster 2.0Basic User Avatars 1.0.9Block List Updater 1.0.2Code Snippets 3.9.5Complianz | GDPR/CCPA Cookie Consent 7.4.4.2Delete Me 3.2Flying Scripts 1.2.4Forminator 1.50.3GDPR Data Request Form 1.7Glossary 2.3.10gooloo.de Review Bar Plugin Enhanced 4.0.14Helpful 1.14Hide Posts Toggle System 1.6.1Index WP MySQL For Speed 1.5.6Ivory Search 5.5.14Koko Analytics 2.2.1Leira Letter Avatar 1.3.13Lightweight Accordion 1.6.0LiteSpeed Cache 7.7Loco Translate 2.8.1MailPoet 5.21.1Nextend Social Login 3.1.22OMGF 6.1.1OneSignal Push Notifications 3.8.0Paid Memberships Pro 3.6.4Paid Memberships Pro - Add Name to Checkout 0.7.1Paid Memberships Pro - Add PayPal Express Add On 0.7.1Paid Memberships Pro - Email Confirmation Add On 0.8Paid Memberships Pro - Failed Payment Limit Add On .3Paid Memberships Pro - Social Login Add On 1.1Paid Memberships Pro - Update Manager 1.0.1Pods - Custom Content Types and Fields 3.3.4Post Feedback Collector 1.2.0Send Users Email 1.6.2Smart Slider 3 3.5.1.32SQLite Object Cache 1.6.1The SEO Framework 5.1.4The SEO Framework - Extension Manager 2.7.2White Label CMS 2.7.8WP-PageNavi 2.94.5WP-Sweep 1.1.8WP 2FA - Two-factor authentication for WordPress 3.1.0WP Auto Updater 1.7.3wpDiscuz 7.6.46WP Grid Builder 2.3.0WP Instant Indexing 1.3.3WP to Buffer 4.0.7
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Can’t edit any forms](https://wordpress.org/support/topic/cant-edit-any-forms-2/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/cant-edit-any-forms-2/#post-18819926)
 * And the following is with Script Debug:
 *     ```wp-block-code
       Uncaught ReferenceError: module is not definedat eval (runtime.js:4:3)at ./node_modules/react-refresh/runtime.js (react-refresh-runtime.js?ver=8f1acdfb845f670b0ef2:665:156)at t (react-refresh-runtime.js?ver=8f1acdfb845f670b0ef2:672:165)at react-refresh-runtime.js?ver=8f1acdfb845f670b0ef2:672:194at react-refresh-runtime.js?ver=8f1acdfb845f670b0ef2:672:269Fehler nachvollziehenReactRefreshEntry.js:4 Uncaught ReferenceError: webpack_require is not definedat eval (ReactRefreshEntry.js:4:20)at ./node_modules/@pmmmwh/react-refresh-webpack-plugin/client/ReactRefreshEntry.js (react-refresh-entry.js?ver=a100113810d2b7fe3a75:117:139)at e (react-refresh-entry.js?ver=a100113810d2b7fe3a75:983:255)at react-refresh-entry.js?ver=a100113810d2b7fe3a75:983:470at react-refresh-entry.js?ver=a100113810d2b7fe3a75:983:556Fehler nachvollziehenreact-dom.js?ver=18.3.1.1:122 Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtoolsjsx-runtime.js:4 Uncaught ReferenceError: module is not definedat eval (jsx-runtime.js:4:3)at ./node_modules/react/jsx-runtime.js (react-jsx-runtime.js?ver=18.3.1:1342:140)at t (react-jsx-runtime.js?ver=18.3.1:1349:188)at react-jsx-runtime.js?ver=18.3.1:1349:217at react-jsx-runtime.js?ver=18.3.1:1349:284Fehler nachvollziehencomponents.js?ver=316cf67f025fcb3e30cc:38 Uncaught TypeError: Cannot read properties of undefined (reading 'jsx')at components.js?ver=316cf67f025fcb3e30cc:38:114767at components.js?ver=316cf67f025fcb3e30cc:186:85496at components.js?ver=316cf67f025fcb3e30cc:186:85539Fehler nachvollziehencommands.js?ver=dc36b1bd84586300bf60:45 Uncaught TypeError: Cannot read properties of undefined (reading 'jsx')at commands.js?ver=dc36b1bd84586300bf60:45:11996at commands.js?ver=dc36b1bd84586300bf60:45:19030Fehler nachvollziehenpreferences.js?ver=82e07780e2bc6c33ac54:1 Uncaught TypeError: Cannot read properties of undefined (reading 'jsx')at preferences.js?ver=82e07780e2bc6c33ac54:1:806at preferences.js?ver=82e07780e2bc6c33ac54:1:7046Fehler nachvollziehenwp-preferences-js-after:2633 Uncaught TypeError: Cannot read properties of undefined (reading 'store')at wp-preferences-js-after:6:43at wp-preferences-js-after:8:8Fehler nachvollziehenblock-editor.js?ver=eae9c1c1fdbcd744c9d5:32 Uncaught TypeError: Cannot read properties of undefined (reading 'jsx')at block-editor.js?ver=eae9c1c1fdbcd744c9d5:32:57421at block-editor.js?ver=eae9c1c1fdbcd744c9d5:251:6659at block-editor.js?ver=eae9c1c1fdbcd744c9d5:251:6703Fehler nachvollziehencore-commands.js?ver=2aa6475e85b024c6a8d7:1 Uncaught TypeError: Cannot read properties of undefined (reading 'jsx')at core-commands.js?ver=2aa6475e85b024c6a8d7:1:608at core-commands.js?ver=2aa6475e85b024c6a8d7:1:10644Fehler nachvollziehenwp-core-commands-js-after:2669 Uncaught TypeError: Cannot read properties of undefined (reading 'initializeCommandPalette')at wp-core-commands-js-after:2:17Fehler nachvollziehenform-scripts.js?ver=1.50.3:21 Uncaught TypeError: Object prototype may only be an Object or null: undefinedat Object.setPrototypeOf ()at new e (form-scripts.js?ver=1.50.3:21:22730)at r (form-scripts.js?ver=1.50.3:21:23779)at middleware (form-scripts.js?ver=1.50.3:411:28911)at G4 (form-scripts.js?ver=1.50.3:21:24039)at form-scripts.js?ver=1.50.3:411:28882at form-scripts.js?ver=1.50.3:411:28934at form-scripts.js?ver=1.50.3:411:29380at form-scripts.js?ver=1.50.3:411:29383Fehler nachvollziehenindex.global.js:231 Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtoolsindex.global.js:232 URLindex.global.js:232 URLindex.global.js:232 URLremote:1 Failed to load resource: the server responded with a status of 404 ()Fehler nachvollziehenjquery-migrate.js?ver=3.4.1:4 JQMIGRATE: Migrate is installed with logging active, version 3.4.1remote:608 Uncaught SyntaxError: Unexpected token '='Fehler nachvollziehenOneSignalSDK.page.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENTFehler nachvollziehenjquery-migrate.js?ver=3.4.1:4 JQMIGRATE: jQuery.fn.keyup() event shorthand is deprecatedn @ jquery-migrate.js?ver=3.4.1:4Diese Warnung nachvollziehenjquery-migrate.js?ver=3.4.1:4 console.tracen @ jquery-migrate.js?ver=3.4.1:4t. @ jquery-migrate.js?ver=3.4.1:4(anonym) @ ivory-search.min.js?ver=5.5.14:1(anonym) @ ivory-search.min.js?ver=5.5.14:1jquery-migrate.js?ver=3.4.1:4 JQMIGRATE: jQuery.fn.click() event shorthand is deprecatedn @ jquery-migrate.js?ver=3.4.1:4Diese Warnung nachvollziehenjquery-migrate.js?ver=3.4.1:4 console.tracen @ jquery-migrate.js?ver=3.4.1:4t. @ jquery-migrate.js?ver=3.4.1:4(anonym) @ ivory-search.min.js?ver=5.5.14:1(anonym) @ ivory-search.min.js?ver=5.5.14:1complianz.js?ver=1767615021:2 opt-injquery-migrate.js?ver=3.4.1:4 JQMIGRATE: jQuery.fn.resize() event shorthand is deprecatedn @ jquery-migrate.js?ver=3.4.1:4Diese Warnung nachvollziehenjquery-migrate.js?ver=3.4.1:4 console.tracen @ jquery-migrate.js?ver=3.4.1:4t. @ jquery-migrate.js?ver=3.4.1:4(anonym) @ ivory-search.min.js?ver=5.5.14:1dispatch @ jquery.js?ver=3.7.1:11f.handle @ jquery.js?ver=3.7.1:11remote:2413 [LiteSpeed] Start Lazy Load
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Can’t edit any forms](https://wordpress.org/support/topic/cant-edit-any-forms-2/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/cant-edit-any-forms-2/#post-18819921)
 * Hi, the following errors appear:
 * ![](https://i0.wp.com/www.gooloo.de/wp-content/uploads/2026/02/console.jpg?ssl
   =1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Safe Mode] After uninstall, /wp-safe-mode/ is still the “main” mu-plugin folder](https://wordpress.org/support/topic/after-uninstall-wp-safe-mode-is-still-the-main-mu-plugin-folder/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [4 months ago](https://wordpress.org/support/topic/after-uninstall-wp-safe-mode-is-still-the-main-mu-plugin-folder/#post-18792614)
 * I found a fix:
 * Go to wp-config.php and remove the “//WP Safe Mode” Line. Move all files from/
   wp-content/wp-safe-mode/ (except for the WP Safe Mode Files) directly to /wp-
   content/mu-plugins. Afterwards, delete the “wp-safe-mode” folder entirely. Now
   everything works again as usual and plugins are loaded from /wp-content/mu-plugins
   directly, instead of the WP Safe Mode Folder.
 * Maybe this should be fixed in the future.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Safe Mode] After uninstall, /wp-safe-mode/ is still the “main” mu-plugin folder](https://wordpress.org/support/topic/after-uninstall-wp-safe-mode-is-still-the-main-mu-plugin-folder/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [4 months ago](https://wordpress.org/support/topic/after-uninstall-wp-safe-mode-is-still-the-main-mu-plugin-folder/#post-18792600)
 * Here’s a message from the FDP Developer:
 * wp_delete_file( WPMU_PLUGIN_DIR . ‘/eos-deactivate-plugins.php’ );
 * It uses the WordPress core function wp_delete_file and the WordPress constant
   WPMU_PLUGIN_DIR, without hardcoding the folder name.Because of this, the conflict
   with WP Safe Mode can’t be solved by FDP. It has to be addressed by the authors
   of WP Safe Mode.
 * There is no way for FDP to know that WP Safe Mode changes the folder name and
   doesn’t use WordPress standards to reference the new mu-plugins directory.
 * I also believe WP Safe Mode can cause conflicts with many other plugins that 
   use the mu-plugins folder.
 * URL: [https://wordpress.org/support/topic/mu-plugin-isnt-deleted/#post-18792588](https://wordpress.org/support/topic/mu-plugin-isnt-deleted/#post-18792588)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Freesoul Deactivate Plugins - Disable plugins on individual WordPress pages] mu-plugin isn’t deleted](https://wordpress.org/support/topic/mu-plugin-isnt-deleted/)
 *  Thread Starter [Nico](https://wordpress.org/support/users/gooloode/)
 * (@gooloode)
 * [4 months ago](https://wordpress.org/support/topic/mu-plugin-isnt-deleted/#post-18792566)
 * Hi Jose, i used this in the past, but it’s removed. My hoster found the file 
   and now removed it for me; it was actually saved in /wp-safe-mode/. Now everything
   is “clean” again. I will contact the WP Safe Mode Devs why the folder still exists.
   Thank you so much for your help!
 * Oh, and yes, i would probably benefit from it, but i’m on BunnyCDN with all premium
   features through my hoster, so i’m not that concerned about speed, as i’m happy
   with them. For me personally, your plugin is too complex as a starter, so i will
   keep it “as-is” for now. 🙂

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

1 [2](https://wordpress.org/support/users/gooloode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/gooloode/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/gooloode/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/gooloode/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/gooloode/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/gooloode/replies/page/2/?output_format=md)