Home › Forums › BeFit Theme Support › Contact-Header-Footer not seen on main page
- This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by
Forum Moderator.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
January 14, 2016 at 8:32 am #18589
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); }; ?> <?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>
January 15, 2016 at 5:27 am #18713Hi Ross,
Kindly provide us your website link
Regards,
ShriJanuary 15, 2016 at 11:05 pm #18805I’m on maintenance mode right now
here the link : http://www.teamprocotol.com.auJanuary 18, 2016 at 6:43 am #18973Hi,
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 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.