rmccon
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Wp Favs - Plugin Manager] Can not get favourites by APISent the information you requested to you by the contact form.
Thanks
Rob
Forum: Fixing WordPress
In reply to: Site down, wp_error could not be converted to string…I opened a site of mine today with the same error and was able to solve it using this link:
Seems that in the database the Site – URL got changed. I don’t know how and I have changed my passwords to login to the database.
Hope that helps.!
Rob
PS if you have caching turned on for you site, either flush it after you do this or turn it off.
Forum: Fixing WordPress
In reply to: Footer wrapping to two linesAny idea where to look for that?
The following code is the footer code and I can’t see anything in that!
<div id="footer"> <div id="footer-wrapper"> <div id="footer-center"> <div class="container"> <?php if (!is_home()) { ?> <div id="footer-widgets" class="clearfix"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?> <?php endif; ?> </div> <!-- end #footer-widgets --> <?php } ?> <p id="copyright">@ Copyright Being a Leader <?php echo date("Y"); ?></p> </div> <!-- end .container --> </div> <!-- end #footer-center --> </div> <!-- end #footer-wrapper --> </div> <!-- end #footer --> </div> <!-- end .center-highlight --> </div> <!-- end #content-full --> <?php get_template_part('includes/scripts'); ?> <?php wp_footer(); ?> </body> </html>
Viewing 3 replies - 1 through 3 (of 3 total)