Title: Todd's Replies | WordPress.org

---

# Todd

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] ML Slider doesn’t work with jQuery update plugins](https://wordpress.org/support/topic/ml-slider-doesnt-work-with-jquery-update-plugins/)
 *  Thread Starter [Todd](https://wordpress.org/support/users/track23/)
 * (@track23)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/ml-slider-doesnt-work-with-jquery-update-plugins/#post-12044295)
 * I removed the plugins and swapped out jquery (and jquery-migrate) manually using
   `
   wp_deregister_script('jquery');` and `wp_enqueue_script('jquery', 'https://code.
   jquery.com/jquery-3.4.1.min.js', array(), null, true);`
 * It still didn’t work at first, but then I moved the scripts to the footer using
   the Genesis framework’s `genesis_after_footer` hook. I don’t know how, but that
   seems to have done the trick!
 * Here’s my final code for anyone else who may be using the Genesis framework and
   having trouble:
 *     ```
       add_action( 'wp_enqueue_scripts', 'custom_remove_jquery' );
       function custom_remove_jquery() {
       	wp_deregister_script('jquery');
       	wp_deregister_script('jquery-migrate');
       }
       add_action('genesis_after_footer', 'custom_jquery_in_footer');
       function custom_jquery_in_footer() {
       	wp_register_script('jquery', 'https://code.jquery.com/jquery-3.4.1.min.js', array(), null, true);
       	wp_enqueue_script('jquery');
   
       	wp_register_script('jquery-migrate', 'https://code.jquery.com/jquery-migrate-3.1.0.min.js', array( 'jquery' ), null, true);
       	wp_enqueue_script('jquery-migrate');
       }
       ```
   
 * Thanks for your help.
    -  This reply was modified 6 years, 9 months ago by [Todd](https://wordpress.org/support/users/track23/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] ML Slider doesn’t work with jQuery update plugins](https://wordpress.org/support/topic/ml-slider-doesnt-work-with-jquery-update-plugins/)
 *  Thread Starter [Todd](https://wordpress.org/support/users/track23/)
 * (@track23)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ml-slider-doesnt-work-with-jquery-update-plugins/#post-12033347)
 * Thanks for your response.
 * I can’t figure out a way to do that using the plugins I referenced. [This one](https://wordpress.org/plugins/jquery-manager/)
   appears to have the option, but it [doesn’t work](https://github.com/Remzi1993/jquery-manager/issues/8).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Video Lightbox] Adding Plugin disables my homepage slider](https://wordpress.org/support/topic/adding-plugin-disables-my-homepage-slider/)
 *  [Todd](https://wordpress.org/support/users/track23/)
 * (@track23)
 * [11 years ago](https://wordpress.org/support/topic/adding-plugin-disables-my-homepage-slider/#post-6346674)
 * [http://intronis.staging.wpengine.com](http://intronis.staging.wpengine.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Olimometer] Page load time & server usage of Olimometer](https://wordpress.org/support/topic/page-load-time-server-usage-of-olimometer/)
 *  [Todd](https://wordpress.org/support/users/track23/)
 * (@track23)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/page-load-time-server-usage-of-olimometer/#post-5133421)
 * It sounds like you’re saying that the image creation is what is causing the plugin
   to take so long to load. If you simply got rid of the dependency on the GD library
   and created the image using CSS3 then not only would it _drastically reduce load
   time_, but it would also be **much more flexible**. CSS is the way to go.
 * (See this plugin as an example: [Progress Bar](https://wordpress.org/plugins/progress-bar/))
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Digg Digg] Makes my Home Page Super Slow](https://wordpress.org/support/topic/makes-my-home-page-super-slow/)
 *  [Todd](https://wordpress.org/support/users/track23/)
 * (@track23)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/makes-my-home-page-super-slow/#post-7753136)
 * I don’t understand how it’s slowing down the site when it uses Lazy Loading to
   load the buttons after the rest of the page content has loaded.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Digg Digg] No more support](https://wordpress.org/support/topic/no-more-support-1/)
 *  [Todd](https://wordpress.org/support/users/track23/)
 * (@track23)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-more-support-1/#post-7739478)
 * Umm… There have been no less than 6 plugin updates in the 5 months since you 
   posted this and your post was created only 2 months after it had previously been
   updated. I’d say the developer is definitely still supporting it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twitter Widget Pro] "No Tweets Available"… mostly](https://wordpress.org/support/topic/no-tweets-available-mostly/)
 *  [Todd](https://wordpress.org/support/users/track23/)
 * (@track23)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/no-tweets-available-mostly/page/2/#post-3530841)
 * I’m also having this issue, except I don’t know if it’s related to Emoji. Any
   updates, Aaron? Thanks!

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