Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pmsmith2032

    (@pmsmith2032)

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

    Thread Starter pmsmith2032

    (@pmsmith2032)

    I fixed the <div> but still am the sidebar is still appearing on the bottom. Can anyone please help me?

    Thread Starter pmsmith2032

    (@pmsmith2032)

    One 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?

    Thread Starter pmsmith2032

    (@pmsmith2032)

    I’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?

Viewing 4 replies - 1 through 4 (of 4 total)