Title: ebop's Replies | WordPress.org

---

# ebop

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] comments add-on, comments not loading by date](https://wordpress.org/support/topic/comments-add-on-comments-not-loading-by-date/)
 *  Thread Starter [ebop](https://wordpress.org/support/users/ebop/)
 * (@ebop)
 * [10 years ago](https://wordpress.org/support/topic/comments-add-on-comments-not-loading-by-date/#post-7475464)
 * Great, I just sent you a form with the details
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] alm_localize is not defined](https://wordpress.org/support/topic/alm_localize-is-not-defined/)
 *  Thread Starter [ebop](https://wordpress.org/support/users/ebop/)
 * (@ebop)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/alm_localize-is-not-defined/#post-7392429)
 * nice, thanks again, have a good one
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] alm_localize is not defined](https://wordpress.org/support/topic/alm_localize-is-not-defined/)
 *  Thread Starter [ebop](https://wordpress.org/support/users/ebop/)
 * (@ebop)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/alm_localize-is-not-defined/#post-7392420)
 * done and done, dcooney you’re the man
 * in case anybody else encounters this problem, this is the function I added to
   my functions.php file in order for the Ajax Load More to work:
 *     ```
       if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11);
       function my_jquery_enqueue() {
           wp_deregister_script('jquery');
           wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js", false, null);
           wp_enqueue_script('jquery');
       }
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been damaged by the forum’s parser.]_
 * btw, is there a way to use this plugin for comments too?
    thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] alm_localize is not defined](https://wordpress.org/support/topic/alm_localize-is-not-defined/)
 *  Thread Starter [ebop](https://wordpress.org/support/users/ebop/)
 * (@ebop)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/alm_localize-is-not-defined/#post-7392411)
 * sure, [http://dreams.flyingdisc.ro/blog/](http://dreams.flyingdisc.ro/blog/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] alm_localize is not defined](https://wordpress.org/support/topic/alm_localize-is-not-defined/)
 *  Thread Starter [ebop](https://wordpress.org/support/users/ebop/)
 * (@ebop)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/alm_localize-is-not-defined/#post-7392407)
 * Hi, thanks for the fast reply, yes I have the wp_footer in the footer file,
    
   tried your version, still nothing

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