bwoolbright
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dynamic Menu not displaying in IE6 or IE7Oh ok, I got it. I’ve got the whole site wrapped in a wrapper div and was trying to figure out how to get the brown nav bar to keep repeating horizontally, but when I initially put it in the menu div, it would stop at 960px, because that’s what I set the wrapper width to.
I guess I’ll have to figure out another solution. Thanks for the help.
Forum: Fixing WordPress
In reply to: Dynamic Menu not displaying in IE6 or IE7Hey,
The link to my is http://www.madefromwool.com/. Sorry, forgot to read the backticks part.
<div id="menu"> <ul> <li class="current_page_item<?php if (is_home()) echo ' current_page_item'; ?>"><a href="<?php echo get_option('home'); ?>/" class="current_page_item">Home</a></li> <?php wp_list_pages('title_li=' ); ?> </ul> </div><!--menu div-->I put the area where the menu is supposed to be in a red border. So you can see it.
Forum: Fixing WordPress
In reply to: Is its parent directory writable by the server?I’ve never handled a problem like this, so how do you change the path in the DB to reflect the FULL server path? I think that’s my problem.
Forum: Fixing WordPress
In reply to: Editing sidebar in the dashboardThanks! That worked. Now I just need to figure out why the widgets are appearing below the posts instead the sidebar.
Forum: Fixing WordPress
In reply to: Editing sidebar in the dashboardI’ve tried that, and it keeps breaking the page. I’m not sure where I went wrong, but when I add a widget on the sidebar, my sidebar disappears and the widget that’s been added appears at the bottom of the page. Thoughts?