- This topic has 6 replies, 2 voices, and was last updated 9 years, 7 months ago by Theme Horse Support Team.
-
AuthorPosts
-
May 5, 2015 at 12:56 pm #24641AbrahamParticipant
Hi,
Site: http://gbp.se
The webhost updated their PHP version and now links are randomly broken from the top down to the middle of the page, and when you scroll down the error moves with the scrolling. Keeping the error from the middle up, at all times.
I have tried:
1: Deactivate all plugins (no change)
2: Update all plugins (no change)
3: Update WP (no change)
4: Update theme (no change)
5: Change theme (all links works fine)Our customers are complaining. Please help…
May 6, 2015 at 4:59 am #24667Theme Horse Support TeamKeymasterHi Abraham,
We just visited to your site and there is a lot of unwanted scripts loaded in your site. I think this scripts is either from plugins or you have customized the code. If you removed the scripts that is loaded in the footer then the link will work fine.
Thank you!
May 6, 2015 at 6:55 am #24673AbrahamParticipantHi,
Well, I can see that the old footer file had a lot of scripts. But the new one after the upgrade does not.
Can you be a litte more spesific? I really need this site up and running asap.
Here is the complete contents of the footer.php file:
<?php /** * Displays the footer section of the theme. * * @package Theme Horse * @subpackage Attitude Pro * @since Attitude Pro 1.0 */ ?> </div><!-- #main --> <?php /** * attitude_after_main hook */ do_action( 'attitude_after_main' ); ?> <?php /** * attitude_before_footer hook */ do_action( 'attitude_before_footer' ); ?> <footer id="colophon" class="clearfix"> <?php /** * attitude_footer hook * * HOOKED_FUNCTION_NAME PRIORITY * * attitude_footer_widget_area 10 * attitude_open_sitegenerator_div 20 * attitude_socialnetworks 25 * attitude_footer_info 30 * attitude_close_sitegenerator_div 35 * attitude_backtotop_html 40 */ do_action( 'attitude_footer' ); ?> </footer> <?php /** * attitude_after_footer hook */ do_action( 'attitude_after_footer' ); ?> </div><!-- .wrapper --> <?php /** * attitude_after hook */ do_action( 'attitude_after' ); ?> <?php wp_footer(); ?> </body> </html>
May 6, 2015 at 7:00 am #24674AbrahamParticipantLogin details has been sent to your e-mail. Please have a look and tell me what is wrong.
May 6, 2015 at 7:34 am #24675Theme Horse Support TeamKeymasterHi Abraham,
It seems that you have added scripts in all the widgets. i just removed the scripts from all of your widgets and now the button is working fine. Why have you added such scripts in all widgets.
We just removed all the scripts and now your site is working fine.
Thank you!
May 6, 2015 at 7:42 am #24676AbrahamParticipantHi,
Thanks.
That is a good question. I have not always been the only admin on the site, so I do not have a good answer for you.
Your help is much appreciated 🙂 Have a nice day.
May 7, 2015 at 4:35 am #24707Theme Horse Support TeamKeymasterThat’s great Abraham
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.