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*

Abraham

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Links are broken on half the page #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.

    in reply to: Links are broken on half the page #24674
    Abraham
    Participant

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

    in reply to: Links are broken on half the page #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>
Viewing 3 posts - 1 through 3 (of 3 total)