polyliving
Forum Replies Created
-
Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersIs this what I put in the header. This is the raw paste data:
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ ?><!DOCTYPE html> <!--[if IE 6]>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
You stated to put this code in the Child Theme Style.css Where in the Theme?
body {
padding: 0;
}#branding {
background: #1f1f1f;
width: 100%;
}.branding_container,
.menu {
width: 1000px;
margin: 0 auto;
}Forum: Themes and Templates
In reply to: Child Board Error!I was able to get my original theme back. I had to reload the custom code Andrew helped me with. I am going to need to study this some more before I implement anymore changes.
Forum: Themes and Templates
In reply to: Child Board Error!I did the import command:
@import url(“../twentyeleven/style.css”);
But the child theme is giving me the default Twentyeleven I thought it would be a duplicate of my current theme. Instead I’m getting the default settings.
Is that right?
Forum: Themes and Templates
In reply to: Child Board Error!So I need to delete everything from the child folder except the style.css?
Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersGot it! And now I am back to where I started. The whole reason I started screwing around with the code was this:
polyliving.net/forum has a dark menu line with gray text. When you hover over it, it turns white. When it is selected it stays white.
Polyliving.net has a dark menu with white text. When you hover over it, it turns to such a dark color you almost can’t read it. When you select that menu item, it turns white.
Also, when you go to the sub-menus on Polyamory Articles, it is two white buttons that slightly overlap.
Thoughts?
Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersI’m using a custom css plugin. I compared the style sheets and now they match. But the polyliving.net doesn’t match the nav of polyliving.net/forum. Not sure what I’m doing wrong.
Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersAndrew…
I screwed up. I was messing with colors and screwed everything up.
http://www.polyliving.net/forum has the nav bar colors and hover setup that I want.http://www.polyliving.net is what I am trying to fix. The hover image is gone, the text color is wrong and when you go to the article link, the drop down menu is FUBAR! It is white with white text when you hover over it so you can’t see it either. I’m an idiot. Please help?
Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersYou don’t use WordPress?
Again…I bow down. Thank you. You’ve answered all my questions!
Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersI bow down to your greatness! Why does your name just say Newbie?!? Last question: in http://www.polyliving.net/forum/, when a link is selected and you go to that page, it highlights that image in the maroon box. For example, when you click home, it stays in maroon. When you then click search, it changes to maroon. And the color is reverse. When not selected, text is in gray. When selected in maroon, text is in white. Can I do this? On http://www.polyliving.net, text in nav bar is in white and when selected turns gray.
Thoughts?
Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersI created the image and now the background and nav bar match! I am trying to match our forum (which came first) so the main wordpress site stays consistent with the forum site. The forum has a maroon hover effect. See it here: http://www.polyliving.net/forum/
The wordpress site I am changing to match the forum is http://www.polyliving.net. The nav bar looks the same now across both. No idea how to achieve the hover effect or the maroon effect on active links.Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersAndrew, I figured out what you meant. I created the image, loaded it up and it works! But it brought up another question. What would be the code if I just wanted to use the image for the menu background period. using the image gives me more freedom to change the look of the menu versus trying to do code. Is this possible?
Forum: Themes and Templates
In reply to: TwentyEleven Theme Header Image SizeThanks! I was able to find a plugin before I saw this. It helped too. http://wordpress.org/extend/plugins/twenty-eleven-theme-extensions/
Thanks!Forum: Themes and Templates
In reply to: TwentyEleven Theme Nav Bar Changes in Different BroswersI tried the plugin…it didn’t work. I redid the background image to match the nav bar that is seen in Chrome and Firefox. I don’t know enough CSS to write it for Internet Explorer.
Forum: Themes and Templates
In reply to: TwentyEleven Theme Header And Nav Border-How do you remove?Perfect! I had to change the background again because it shifted the header by one pixel up but now it all flows together! Thanks!