Title: FlexiThemes's Replies | WordPress.org

---

# FlexiThemes

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress SEO Checklist] One known bug at launch](https://wordpress.org/support/topic/one-known-bug-at-launch/)
 *  Plugin Author [FlexiThemes](https://wordpress.org/support/users/flexithemes/)
 * (@flexithemes)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/one-known-bug-at-launch/#post-11757620)
 * This is fixed in version 1.0.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Scroll to ID on every page](https://wordpress.org/support/topic/scroll-to-id-on-every-page/)
 *  Thread Starter [FlexiThemes](https://wordpress.org/support/users/flexithemes/)
 * (@flexithemes)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/scroll-to-id-on-every-page/#post-10733541)
 * Diregard my last post. I got it to work by just putting the code in footer.php
   below wp_footer() function, as your original post stated 🙂
 * Thanks again, Malihu!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Scroll to ID on every page](https://wordpress.org/support/topic/scroll-to-id-on-every-page/)
 *  Thread Starter [FlexiThemes](https://wordpress.org/support/users/flexithemes/)
 * (@flexithemes)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/scroll-to-id-on-every-page/#post-10733514)
 * Thanks Malihu!
 * I activated the plugin and added this to the bottom of the functions.php file:
 *     ```
           // Add scripts to wp_footer()
           function child_theme_footer_script() { ?>
           	<script>
                   (function($){
                       $(window).on("load",function(){
                           $.mPageScroll2id("scrollTo","#main");
                       });
                   })(jQuery);
               </script>
           <?php }
           add_action( 'wp_footer', 'child_theme_footer_script' );
       ```
   
 * I then cleared the site cache and browser cache, but it didn’t work.
 * I then tried changed “$.mPageScroll2id” to “$.m_PageScroll2id”, cleared caches,
   but that didn’t work either. I’m still working on debugging it now.
 * Thanks again,
    FlexiThemes

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