pmsmith2032
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar shifted to the bottomThanks so much for the response Michael. I’ve been making a lot of changes lately but don’t remember making a specific modification in the actual text. I’m brand new to all this and know next to nothing when it comes to website creation/code so anything is possible though. I did notice though that the problem started when I made my first post and around the same time I installed an update to the Magazine Basic theme. Maybe it’s linked to one of those.
Forum: Fixing WordPress
In reply to: Sidebar shifted to the bottomI fixed the <div> but still am the sidebar is still appearing on the bottom. Can anyone please help me?
Forum: Fixing WordPress
In reply to: Sidebar shifted to the bottomOne of the issues seems to be that I have a tray end tag div. The code is as follows:
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
* @since 3.0.0
*/
$bavotasan_theme_options = bavotasan_theme_options();
?>
</div> <!– #main.row –>
</div> <!– #page.grid –><footer id=”footer” role=”contentinfo”>
<div id=”footer-content” class=”grid <?php echo $bavotasan_theme_options[‘width’]; ?>”>
<div class=”row”><p class=”copyright c12″>
<span class=”fl”>Copyright © <?php echo date( ‘Y’ ); ?> “><?php echo bloginfo( ‘name’ ); ?>. All Rights Reserved.</span>
<span class=”fr”><?php printf( __( ‘The %s Theme by %s.’, ‘magazine-basic’ ), BAVOTASAN_THEME_NAME, ‘bavotasan.com‘ ); ?></span>
</p><!– .c12 –></div><!– .row –>
</div><!– #footer-content.grid –></footer><!– #footer –>
<?php wp_footer(); ?>
</body>
</html>Do I need to delete something?
Forum: Fixing WordPress
In reply to: Sidebar shifted to the bottomI’ve run my site through validator.w3.org and get 22 lines of errors/warnings. However, I have no idea how to fix the problems. Is there a website or tutorial that can help me?