Sorted - missing a <div>
Hi, just testing the Cutline 2.0 theme (black) and have an issue whereby if my page/post is longer than the sidebar all is OK. If the page is shorter than the sidebar then the first few entries on the sidebar appear correctly on the right-hand side of the page; however the later entries then appear underneath the main post on the page
http://www.theoldendowedschool.org.uk shows this (please not that this is a very basic WIP site at present)
Sorted - missing a <div>
Hi, I am having the same problem (only in IE). It seems that the dymamic sidebar is only wrapping the correct div around the first widget, and subsequent ones are not getting wrapped in that div...my sidebar php looks like...
Example is on http://enlightennext.com/copenhagen/Code:<div id="sidebar"> <ul class="sidebar_list"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar()) : ?> <?php endif; ?> </ul> </div>
The Navigation sidebar is wrapped in the ul class, and the div...but the ones below are not.
Any advice would be greatly appreciated, thanks.
The code of your sidebar looks like this:
Try wrapping the list items in <ul>...</ul> first. Why are you using execphp to list links though?PHP Code:<div class="execphpwidget">
<li><a href="wordpress-address/">Link 1</a></li>
<li><a href="wordpress-address/">Link 2</a></li>
<li><a href="wordpress-address/">Link 3</a></li>
<li><a href="wordpress-address/">Link 4</a></li>
<li><a href="wordpress-address/">Link 5</a></li>
</div>
Bookmarks