Contact-Header-Footer not seen on main page

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16297
    JamesJames
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: December 9, 2015

    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.
    Thanks

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

    Hi,

    Can you please provide your website link.

    Regards,
    Shri

    #16301
    JamesJames
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: December 9, 2015

    Hi
    active-analysis.com

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

    Hi James,

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

    Regards,
    Shri

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

    Hi,

    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

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