Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Blog Sidebar Disappeared

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42655
    EJDooley
    Member

    Hello,

    The sidebar on my blog pages (and only the blog pages) seem to not be appearing anymore after some minor CSS edits. Any ideas or suggestions to have them re-appear? It seems just the widgets are not appearing on the right hand side.

    The link is:

    http://lancelawmass.com/category/blog-criminal-defense/

    #124101
    Paulie_D
    Member

    There is no content.

    My guess is that area is not being populated by the PHP.

    Did you change an essential ID or class name on your HTML/CSS?

    #124103
    EJDooley
    Member

    I don’t believe so. The two pages that were edited were on the Header and PageTemplate CSS files, both of which were restored to originals. I’m unsure of where the other edits may have been made. The “Blog page template” CSS code is below, but at first glance I do not see an issue (though my CSS experience is limited).

    get_header(); ?>

    if(!is_front_page()){
    include_once (TEMPLATEPATH . ‘/title.php’);
    }
    ?>

    yoast_breadcrumb(‘

    ‘);
    }
    ?>






    /* Since we called the_post() above, we need to
    * rewind the loop back to the beginning that way
    * we can run the loop properly, in full.
    */
    rewind_posts();

    /* Run the loop for the archives page to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-archives.php and that will be used instead.
    */
    get_template_part( ‘loop’, ‘archive’ );
    ?>

    #124104
    EJDooley
    Member

    *edit*

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.