Community Forums › Forums › Archived Forums › General Discussion › Help me figure out why the footer is messed up?
- This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago by
wanderer.
-
AuthorPosts
-
February 28, 2018 at 12:00 pm #217080
wanderer
ParticipantHi Can someone please help me figure out why this footer php is messed up? The wrap doesn't work. On my other site it looks fine. It says not to edit this file but it is called Lifestyle Pro Theme: Theme Footer. Thank you!
* Genesis Framework.
*
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
* Please do all modifications in the form of a child theme.
*
* @package Genesis\Templates
* @author StudioPress
* @license GPL-2.0+
* @link http://my.studiopress.com/themes/genesis/
*/genesis_structural_wrap( 'site-inner', 'close' );
echo '</div>'; //* end .site-inner or #innerdo_action( 'genesis_before_footer' );
//do_action( 'genesis_footer' );
do_action( 'genesis_after_footer' );echo '<div id="footer">
<center>
<p> • about us
• advertise
• contact us
• contributor guidelines
• privacy policy
• sitemap
• Copyright © '.date('Y').'
• All Rights Reserved • Wander Argentina
• Log in</p>
</center>
</div>
</footer>
</div>
</div></div>'; //* end .site-container or #wrapdo_action( 'genesis_after' );
wp_footer(); //* we need this for plugins
?><html/>
http://wander-argentina.comFebruary 28, 2018 at 12:12 pm #217137Victor Font
ModeratorLifestyle Pro doesn't have a separate theme footer apart from the Genesis Framework. Having that file in the child theme folder says that whomever setup your site doesn't understand how to use the Genesis Framework or WordPress hooks. The framework provides actions and filters to change content. Having that file in a child theme folder is completely unnecessary.
Be that as it may, "messed up" does not explain a problem. You footer seems fine. Play with the CSS to get it looking like you want it.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?June 12, 2018 at 4:25 pm #220777wanderer
ParticipantHi Victor,
This is the theme footer file that comes with genesis. I set up the site -- because it was sold that genesis lends itself to that, although I do not find it to be that easy to customize. So yes the footer was customized by me -- I don't have the hooks plugin.
It seem the business model is to sell new themes every few years because this one looks outdated now, even though they are still selling it.
If you see the footer at wander-argentina.org it looks okay, on Wander-argentina.com it looks bad. I should delete the footer.php than? I will try that and see what happens.
Thank you
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.