badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Links are broken on half the page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24641
    Abraham
    Participant

    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…

    #24667

    Hi 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!

    #24673
    Abraham
    Participant

    Hi,

    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>
    #24674
    Abraham
    Participant

    Login details has been sent to your e-mail. Please have a look and tell me what is wrong.

    #24675

    Hi 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!

    #24676
    Abraham
    Participant

    Hi,

    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.

    #24707

    That’s great Abraham

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.