Title: GeddeDev's Replies | WordPress.org

---

# GeddeDev

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Server Redirects not working with Network subdomain Multi-Site](https://wordpress.org/support/topic/server-redirects-not-working-with-network-subdomain-multi-site/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/server-redirects-not-working-with-network-subdomain-multi-site/#post-17532718)
 * What I’m saying is that the redirect is happing from WP Network Multi-Site being
   enabled. I have disabled all other plugins and it is still doing the same thing.
   So I can’t stop that as that is part of WP Network Multi-Site.
 * So the question is if Redirection “Server” redirects work with WP Network Multi-
   Site enabled?
 * If so, then I need to know how to configure it properly. Can you see if the above
   configuration looks correct or if there is something special I need to do in 
   the WP Network Multi-Site configuration to get it to work properly or if my redirects
   need to be edited.
 * Do you know if it is better to enable the Plugin via the Network Admin or to 
   enable it individually for each site? Or does that not matter?
   Thanks
    -  This reply was modified 2 years, 2 months ago by [GeddeDev](https://wordpress.org/support/users/ggedde/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Translation with DeepL API] Decent, but not good when making constant edits.](https://wordpress.org/support/topic/doesnt-always-work-15/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/doesnt-always-work-15/#post-17331008)
 * Thanks malaiac, I would suggest making that a bit more clear in the initial description.
   I was hoping that when it makes the translation it would create a copy of the
   page or something instead of just replacing the text. Good to hear about the 
   caching.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Translation with DeepL API] Issue with last update](https://wordpress.org/support/topic/issue-with-last-update-4/)
 *  [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/issue-with-last-update-4/#post-17330598)
 * Same Issue Here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Conflicts with Theme using class .modal](https://wordpress.org/support/topic/conflicts-with-theme-using-class-modal/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/conflicts-with-theme-using-class-modal/#post-16642510)
 * To add some more info this is coming from 
   /social-networks-auto-poster-facebook-
   twitter-g/js-css/jquery.modal.min.css?ver=4.4.2You should be using your own modal
   code and not importing from jquery’s css as this will confilct with many themes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Why are different users served different cached files?](https://wordpress.org/support/topic/why-are-different-users-served-different-cached-files/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/why-are-different-users-served-different-cached-files/#post-15858099)
 * Looks like in order to get this to work you need to first enable “Late init. 
   Display cached files after WordPress has loaded.” then add a add_cacheaction 
   to the wp_cache_get_cookies_values.
    Example
 *     ```
       add_cacheaction(
       	'wp_cache_get_cookies_values',
       	function( $value ) {
       		return 'some_value_here';
       	}
       );
       ```
   
 * You can add your own conditions etc, but the caching is a little slower because
   of the Late Init.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to reserve or protect my Pro Plugin/Theme Name](https://wordpress.org/support/topic/how-to-reserve-or-protect-my-pro-plugin-theme-name/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/how-to-reserve-or-protect-my-pro-plugin-theme-name/#post-15633710)
 * I did find this:
 * > [Introducing “Update URI” plugin header in WordPress 5.8](https://make.wordpress.org/core/2021/06/29/introducing-update-uri-plugin-header-in-wordpress-5-8/)
 * It’s only for plugins at the moment though.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to reserve or protect my Pro Plugin/Theme Name](https://wordpress.org/support/topic/how-to-reserve-or-protect-my-pro-plugin-theme-name/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/how-to-reserve-or-protect-my-pro-plugin-theme-name/#post-15633683)
 * Thanks [@sterndata](https://wordpress.org/support/users/sterndata/), but I have
   read through that and it is still not clear. At best if I found that someone 
   is using the a name of mine then I can contest it and say it is not an Official
   plugin of my company, but that may not work. Plus that would mean I would have
   to catch that.
 * I am hoping for a better approach.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Help pages Not working](https://wordpress.org/support/topic/help-pages-not-working/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/help-pages-not-working/#post-15101423)
 * Yep!
    Same thing works on my Local Dev, but not on Production. PHP is the same
   version. Both are using Nginx.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Help pages Not working](https://wordpress.org/support/topic/help-pages-not-working/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/help-pages-not-working/#post-15101335)
 * Yes, that is confirmed. In Fact all capabilities are enabled for Administrator.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Help pages Not working](https://wordpress.org/support/topic/help-pages-not-working/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/help-pages-not-working/#post-15101300)
 * Yes, I have done that, I am logging in as an Administrator. I have even ran with
   Option key. Still no luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Option to move menu from top level](https://wordpress.org/support/topic/option-to-move-menu-from-top-level/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/option-to-move-menu-from-top-level/#post-14774332)
 * Or even make it apart of your Pro plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Matomo - Analytics Dashboard for WordPress] WP Search Allowed memory exhausted](https://wordpress.org/support/topic/wp-search-allowed-memory-exhausted/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/wp-search-allowed-memory-exhausted/#post-14440478)
 * Sorry, we recently removed the plug-in and are using just the js script now. 
   I don’t have time now to go back and test it. Sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Regenerate Thumbnails] errors that are not errors!](https://wordpress.org/support/topic/errors-that-are-not-errors/)
 *  [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/errors-that-are-not-errors/#post-14427897)
 * Agreed! this should not be displayed as an error. Why is this showing as an error!
   
   Same for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] jQuery is not defined](https://wordpress.org/support/topic/jquery-is-not-defined-48/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/jquery-is-not-defined-48/#post-13471701)
 * Awesome!
    I just checked for updates, but nothing yet, I will check again tomorrow.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] jQuery is not defined](https://wordpress.org/support/topic/jquery-is-not-defined-48/)
 *  Thread Starter [GeddeDev](https://wordpress.org/support/users/ggedde/)
 * (@ggedde)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/jquery-is-not-defined-48/#post-13466315)
 * Here is the error
    “Uncaught ReferenceError: jQuery is not defined at toolbar.
   js?ver=1601345801:118”
 * Here is a Screenshot:
    [https://www.screencast.com/t/hoUeEr1w9ZZW](https://www.screencast.com/t/hoUeEr1w9ZZW)
 * The issue is that your js file “/wp-content/plugins/wp-fastest-cache/js/toolbar.
   js” is referencing jQuery. The Error is coming from line 118, but you reference
   jQuery a few other times in the file.
    However, when you are registering the 
   toolbar js file you are not specifying that jquery is a dependency. So you just
   need to add the jquery dependency.
 * So in “/wp-fastest-cache/inc/admin-toolbar.php”
    Change:
 *     ```
       public function load_toolbar_js(){
           wp_enqueue_script("wpfc-toolbar", plugins_url("wp-fastest-cache/js/toolbar.js"), array(), time(), true);
       }
       ```
   
 * To
 *     ```
       public function load_toolbar_js(){
           wp_enqueue_script("wpfc-toolbar", plugins_url("wp-fastest-cache/js/toolbar.js"), array('jquery'), time(), true);
       }
       ```
   
    -  This reply was modified 5 years, 8 months ago by [GeddeDev](https://wordpress.org/support/users/ggedde/).

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

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