quannage
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Need help centering a divCan do. thanks.
Forum: Fixing WordPress
In reply to: Sidebar vanishedYeah, about that….
The table was honestly the only way I could get the nav menu to look the way I wanted it to. It was literally my last resort, because nothing else worked. but I guess that’s something I can cover with another topic…Forum: Fixing WordPress
In reply to: Sidebar vanishedAh, you think the problem is with my CSS. I’ll look into it.
Forum: Fixing WordPress
In reply to: Sidebar vanishedOn my browsers it’s not showing up at all. the white text on brown at the bottom is the footer.
Forum: Fixing WordPress
In reply to: Sidebar vanishedin the code, or on the actual site?
…
I’m missing something, aren’t I?
Forum: Fixing WordPress
In reply to: Sidebar vanishedyeah. I have both ‘sidebar’ and ‘sidebar-blog’ ready to go. Here is the code for ‘sidebar-blog’.
<div id= "sidebar">  <br> <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘blog_only’) ) : ?> <?php endif; ?>  <br> </div>at the bottom of my pages all I have is this:
<?php get_sidebar('sidebar-blog.php'); ?> <?php get_footer(); ?> </div> </div>
Viewing 6 replies - 1 through 6 (of 6 total)