Contact-Header-Footer not seen on main page

Home Forums BeFit Theme Support Contact-Header-Footer not seen on main page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18589
    RossRoss
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: January 12, 2016

    Hi.
    I got problem with footer section on BeFit
    I just filled all input in Contact-Header-Footer section
    But they not show up in my footer.

    footer.php

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains the closing of the #content div and all content after
     *
     * @package SKT BeFit
     */
    ?>
    <div id="footer-wrapper">
        	<div class="container">
            	
                <?php if(!dynamic_sidebar('footer-1')) : ?>  
              	<?php  endif; ?> 
               
                <?php if(!dynamic_sidebar('footer-2')) : ?> 
                <?php endif; ?>
              
                <?php if(!dynamic_sidebar('footer-3')) : ?>
                <?php endif; ?>
               
                <?php if(!dynamic_sidebar('footer-4')) : ?>
                <?php endif; ?>           
                
                <div class="clear"></div>
            </div><!--end .container-->
            
            <div class="copyright-wrapper">
            	<div class="container">
                	<div class="copyright-txt"><?php if( of_get_option('copytext',true) != ''){ echo of_get_option('copytext',true); }; ?>&nbsp;<?php if( of_get_option('ftlink', true) != ''){echo of_get_option('ftlink',true);}; ?></div>
                    <div class="design-by footermenu"><?php wp_nav_menu( array('theme_location'  => 'footer', 'container' => '', 'container_class' => '', 'items_wrap' => '<ul>%3$s</ul>' ) ); ?></div>
                </div>
                <div class="clear"></div>
            </div>
        </div>
    <?php wp_footer(); ?>
    </body>
    </html>
    #18713
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Ross,

    Kindly provide us your website link

    Regards,
    Shri

    #18805
    RossRoss
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: January 12, 2016

    I’m on maintenance mode right now
    here the link : http://www.teamprocotol.com.au

    #18973
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly Send us email: [email protected] with your WordPress admin details and URL of the site. we will check the problem and resolve.

    Regards,
    Shri

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