• Resolved xivxivxiv

    (@xivxivxiv)


    After a recent installation of plugins “Ultimate Contact Form” and “WP Ajax Query Shortcode”, all pages on the site load in the middle and I can’t find an option to get the pages to load from the top.

    Is it the autofocus in the text fields that’s loading the page in the middle? Or is it a theme configuration?

    When disabling the above mentioned plugins, the site continues to load in the middle despite the plugin content no longer showing.

    Website is: http://www.aspencamp.org

    Any help I can get with this issue is much appreciated. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think it’s something with that “Social Sharing” option.

    The page scrolls to the “Connect With US” section. Try disabling your sharing plugin/option… refresh your browser cache… and see what happens.

    Thread Starter xivxivxiv

    (@xivxivxiv)

    Ok I disabled “Social Count Plus” and “WordPress Social Stream” and then cleared my browser cache. On reload it still jumps to the “Connect With Us” section. Disabling those plugins appeared to have no effect as all the items continued to load even with both plugins disabled.

    use this js code .. it will force page to load at top until you found what generate conflict.

    you must put this between </head> and <body>in header.php file,

    <!-- close tag head -->
    <!-- force to top script -->
    <script type="text/javascript">
     $(document).ready(function(){
        $(this).scrollTop(0);
    });
    </script>
    <!-- start your html body tag -->
    Thread Starter xivxivxiv

    (@xivxivxiv)

    Thanks for your help, everyone! The plugin we choose was three years old and not well supported under WP 4.4.2. Swapped it out for one with more recent support and 4.4.2 compatibility and all is well now. Much appreciated!

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

The topic ‘All Pages Load Halfway Down’ is closed to new replies.