krissimmons
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need to edit height of photo frame on home pageI found the answer. Thanks.
Forum: Fixing WordPress
In reply to: Need to edit height of photo frame on home pageHi Christine,
The image height is 200 so I don’t think that’s it.
I’m trying to change the size of the white border that’s behind the image.
Thanks ??
Forum: Fixing WordPress
In reply to: Need help reducing size of large bar in background on home pageThere is a huge brown background bar just below the navigation menu. Look at some of the other pages on the website to see a smaller version of the bar. Thanks.
Forum: Themes and Templates
In reply to: Need to tweak font size in main menuAwesome. Thanks for your help!
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteAwesome. Thanks so much for your help.
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteForum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteThe Cufon came built into the theme. How can I check if there is a bold option?
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteAwesome. The second version of code worked best but I had to go in and add a few spaces before the | symbol to make sure it spaced out correctly.
The next question I have is how can I make the navigation menu items bold? My client wants them to stand out more but I’m not sure where to add the <b> code in the stylesheet.css or header.php file.
Thanks again ??
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteHere you go:
<div id="top-navigation"> <?php wp_nav_menu( array( 'container' => 'ul', 'menu_class' => 'menu', 'menu_id' => 'topnav', 'depth' => 0, 'theme_location' => 'mainmenu' )); ?> </div><!-- end #top-navigation --> <div class="clear">
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteAwesome. That works great.
Now, I’d like to add a | symbol between each menu button on the top navigation bar. How can I do that so when I add or take away menu buttons in the future, the | symbol stays in tact?
Thanks!
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteThe stylesheet is giving that div 30pixels of padding on the top from when it used to need to sit below the search bar. Look in your css file for this:
#top-navigation {
padding: 30px 0 0;
}
And change the 30 to 0.I made that change but nothing happened. Is there another place I need to try in the code?
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteOkay, that worked to widen out the navigation bar but now it’s lower than I need it. How can I left justify it and bump it up so it’s above the gray bar and below the logo? Thanks!
Forum: Themes and Templates
In reply to: Need to make top navigation bar go across entire siteHmm. Any idea where to start?
I’ve worked with themes before where the issue was the logo placement on the top left was designated for a space that overlapped where the nav bar would go.
Then, by reducing the footprint for the logo area, the nav bar automatically positioned itself all the way to the left of the page.
Does this sound familiar? Thanks again.
Forum: Themes and Templates
In reply to: GuruQ – Posts on front page are in reverse orderThe developer should be releasing a new version of the them soon that includes a way to make this happen in the GuruQ settings panel. I just tested it and it works great.
Forum: Themes and Templates
In reply to: GuruQ – Front page will only show 10 postsBrian,
The update works great. I tested both the number of posts feature as well as the order of posts feature.
Keep up the great work and let me know if you want me to test future updates.
Thanks!