I have formatted the footer and it is working fine on all pages apart from two. On these two pages, the footer text is much bigger and of a different colour.
Is it picking up some formatting from the page itself? I’m at a loss, am only a basic user of WordPress, so plain English please would be appreciated.
Thank you
Sharon
The footer is not displaying correctly on the entire website. Can someone please let me know how I can contact someone from the theme??
The links in the footer only display when you hover the mouse over it. I would like it to display the footer links at all times, not just when the mouse hovers over it.
Thank you
]]>This issue is throughout the entire website. The links in the footer are not visible. The only way one can view the footer is if you hover the mouse over the link. I have tried numerous times to change the background color, link colors, link hover colors, etc. None of this resolves the issue.
Can someone please assist me with this?
Please note, our website is still in demo mode, so you may not be able to view it just yet.
Thank you,
]]></div><!– #content –>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”container”>
<?php if ( of_get_option(‘credit1’, true) == 0 ) { ?>
<div class=”site-info”>
<?php do_action( ‘sixteen_credits’ ); ?>
VRYN Restaurant By PixelThemes.com
</div><!– .site-info –>
<?php } //endif ?>
<div id=”footertext”>
<?php
if ( (function_exists( ‘of_get_option’ ) && (of_get_option(‘footertext2’, true) != 1) ) ) {
echo of_get_option(‘footertext2’, true); } ?>
</div>
</div><!–.container–>
</footer><!– #colophon –>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>
So how can fix the error? Set up a child theme just to put in those two commands? Is there any other way to fix this? I also can’t load the Ultimate Social Media Icons controls right now.
… or is there another plugin with better icons that would work better? I’ve tried the Virtue social icons, and they look terrible on my site (cogdesign.org)- they just disappear into the background.
Error : Please fix your theme to make plugins work correctly: Go to the Theme Editor and insert <?php wp_head(); ?> just before the </head> line of your theme’s header.php file.
Error : Please fix your theme to make plugins work correctly: Go to the Theme Editor and insert <?php wp_footer(); ?> as the first line of your theme’s footer.php file.
]]>