Hello @tkoby11
Thanks for writing to us.
We have checked your site. We found that smooth.js is not loading on your site.
Please check <?php wp_footer(); ?> this WP hook is available in your theme’s footer.php or not, if not then paste it before </body> tag and save file.
Also on your site two jquery.min.js is loading. One from google API and second from site itself. Please remove one of theme.
Let me know if it helps.
Thank you for your patience.
Best Regards,
Sagar.
I have added
<?php wp_footer(); ?> but no effect still same also removed jquery.min.js no effect help us now
Hello @tkoby11
Thanks for your response.
We have again checked your site and still above issues are there. Please check it once.
Thank you,
Best Regards,
Sagar.
Here is my theme please solve my issue
http://www.winesolutions.com/wp-content/themes/Win.zip
Download here and reply me please with fixed theme.
Hi
Thanks for sharing the theme. Here are few steps that may fix the issue.
1. Open the footer.php and comment the below piece of code by adding // in-front of that,
// $ftlink = new ftlink();
// do_action('wp_footer');
2. Open header.php and comment the below piece of code which loads the jquery.min.js,
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
3. In your theme’s folder named “functions”, edit the file _default-functions.php and comment the following lines which are there inside the function named loadDefaultScripts,
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery',get_bloginfo('template_url').'/js/jquery.min.js');
wp_enqueue_script( 'jquery' );
Once you make the changes, please let me know if it helped.
Not working can you please download and reupload that theme again after fixed