• Resolved lgweb

    (@lgweb)


    Well, I´m not able to use right sidebar at post page, and I don´t know exactly why…

    *So I don´t know if this is a question or a bug report, but here is what I´ve done:

    As use default single post format did not work, I copied single.php to child theme and placed <?php get_sidebar(); ?> above this line: <section id="primary" class="site-content span8">

    So I commented <?php get_sidebar(); ?> below this line: </section><!-- #primary -->

    Then I used floated css to locate it at right side:
    #st-content-wrapper #secondary { float: right; }

    (at first, it was located at left side, when I changed get_sidebar(); code.

    I don´t know if I made some mistake in order to not being able to use right sidebar at post. I´m using child theme.

    But I´ve noteced that <div id="secondary" class="widget-area span4" role="complementary"> (at single.php) was not located at right side because div #primary was evolved with a .row class.

Viewing 4 replies - 1 through 4 (of 4 total)
  • check the validity of the generated html code – http://codex.wordpress.org/Validating_a_Website

    posting a link to your site might help to get more replies.

    Definitely a link will help and I will check it out. What version of Celestial Lite are you on at the moment?

    Thread Starter lgweb

    (@lgweb)

    URL: http://litoralbuzios.com.br/site
    I had version 1.9.6 installed at first, but before make any changes, I used WordPress update, in default way, to get Version 2.0.7. It´s what I´m using now.

    If I didn´t messed up anything, I guess it could be a html´s hierarquical rendering problem (with the grid), instead of a html validation situation.

    Thanks for the link… I went to your site and the only place I saw a sidebar was your portfolio…which incidentally is loaded to the right column of your main content, but not below your main content.

    I would also recommend any changes you pasted above, should be removed (reversed) so you get the theme back to it’s original layout. When you start making those kinds of changes, it could cause problems unless you really know the code you are modifying.

    Was there another page location where the sidebar is loading below the main content?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right sidebar appears below content on post’ is closed to new replies.