Home › Forums › BeFit Theme Support › Contact-Header-Footer not seen on main page
- This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago by
Forum Moderator.
-
AuthorPosts
-
December 10, 2015 at 8:09 am #16297
Hi
I purchased the full version of the theme – it’s really great and getting good feedback from my critics (wife)
but in the demo version my company address details were on the footer page – but have not appeared in the full version.
The Contact-Header-Footer option has all been filled in and I do see the “All rights reserved” section, but nothing else. I cannot find any option to turn this on, would appreciate your help.
ThanksDecember 10, 2015 at 8:50 am #16299Hi,
Can you please provide your website link.
Regards,
ShriDecember 10, 2015 at 8:56 am #16301Hi
active-analysis.comDecember 10, 2015 at 9:18 am #16302Hi James,
Kindly email us: [email protected] with your website URL and WordPress admin details and we will check the problem.
Regards,
ShriDecember 10, 2015 at 12:20 pm #16309Hi,
Kindly find .copyright-wrapper class in footer.php and replace it with below code.
<div class="copyright-wrapper"> <div class="container"> <div class="copyright-txt"><?php if( of_get_option('copytext',true) != ''){ echo of_get_option('copytext',true); }; ?> </div> <div class="design-by footermenu"><?php if( of_get_option('ftlink', true) != ''){echo of_get_option('ftlink',true);}; ?></div> </div> <div class="clear"></div> </div>
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.