Looses content format for new Sidebar
-
I have been trying to move some widgets to the middle of the page on my site. In order to do that, I called my sidebar templates in single.php. Widgets show up successfully but have following problem
1) if you look at my page ” https://outdooractivitiesforkids.com/chalk-it-up-to-fun/ ” the second widget(similar posts) looses its format ( font style etc) while other widget (top rated posts) retain the format. Now, its here worth mentioning that this theme came with 3 sidebars and ‘top rated widget’ is part of sidebar # 3 ( named sidebar_c in theme). The 4th sidebar ( sidebar_4) is created by ME by duplicating sidebar_c.php and then changing register_sidebars to 4 in fuctions.php.
Here is code I inserted in single.php to show up sidebars.
<div id="sidebar"> <?php include (TEMPLATEPATH . "/sidebar_c.php"); ?> </div> <div id="sidebar"> <?php include (TEMPLATEPATH . "/sidebar_4.php"); ?> </div
Now results are same even if I insert sidebar_4 in sidebar.php. So, I think something need to be declared in style.css or somewhere else for the NEW SIDEBAR, I created i.e. Sidebar_4. Please guide me into the direction…
2) Also you see the widget ( top rated posts) has round cornered box while widget (similar posts) have square corners.
- The topic ‘Looses content format for new Sidebar’ is closed to new replies.