|
|
|
#1

Oct 27, 2010, 12:52 PM
|
|
|
 Hi,
So far, after searching for a week, I've not been able to successfully found information on how to create a transparent "Pages" menu bar over the bottom of my header image. Basically, so that if you were to look at the header, you'd see the menu bar in the bottom of the header image, no color, just transparent, so that the image is seen through and the pages bar only appears to be floated over the existing picture, maybe like it was pasted in. I hope I'm making sense.
Anyway, I have searched this forum, and tried out existing advice, and it hasn't worked. I've searched G*ogle, and have come up with nothing to solve the issue. I don't know what else to do. I can't solve this issue on my own, and would appreciate help. I've been working on the website since September, and need help in the fix.
It's good to know there are helpful people here. It makes a newbie at templates and code not feel so alone and intimidated, hahaha!
Thanks.
Last edited by Espresso; Nov 4, 2010 at 06:19 PM.
|
|
#2

Oct 27, 2010, 02:25 PM
|
|
|
|
great post .. wish everyone would try as hard to find a solution and would give so much information with a question.
I dont see a menubar activated in the header on your site right now Espresso.
So I cant exactly say which code you need and I cant test it.
But I think this should work:
ul#rmenu1 > li, ul#rmenu2 > li, li.current_page_item, li.current-cat, li.current-menu-item {
background: ;
}
and it should be added to Atahualpa > Add HTML/CSS Inserts
Last edited by STB; Oct 27, 2010 at 02:28 PM.
|
|
#3

Oct 27, 2010, 03:53 PM
|
|
|
STB,
Thank you for your reply, and I didn't even realize that the pages menu bar wasn't activated. I corrected this so that the problem can be seen better.
I pasted the code in that you suggested, at the bottom, so now it reads:
Code:
td#header {
padding-bottom: 0px;
}
/* removing the padding here and putting them on the sidebars instead. That way the middle column aligns nicely with the header when there are no sidebars */
td#middle {
padding: 0;
}
div.searchbox-form {
margin: 5px 0 15px 5px;
}
div#menu1 ul.rMenu {
background: transparent;
border: none;
}
div#imagecontainer {
border-top: solid 1px #AFBB75;
border-bottom: solid 0px #ffffff;
}
div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('<?php bloginfo('template_directory'); ?>/images/bullets/round-gray.gif') no-repeat 0 7px;
}
/* Adjustments for the menu bars, which in their default
state have 1px borders plus -1px margins to avoid 1+1=2px
borders between neighbor items. */
ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 0px; }
ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px; }
ul.rMenu-hor { padding-left: 0px; }
ul.rMenu-ver li { margin-top: 0xp; }
div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 6px 10px;
}
/* Space between items of page menu bar */
div#menu1 ul.rMenu li {
margin-right: 2px;
}
/* Reset margin for 2nd+ level items */
div#menu1 ul.rMenu li li {
margin-right: 0;
}
/* round corners for page menu bar items */
div#menu1 ul.rMenu li, div#menu1 ul.rMenu li a {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
/* reset 2nd+ level */
div#menu1 ul.rMenu li li, div#menu1 ul.rMenu li li a {
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
h3#comments {
font-weight: normal;
color: #660505;
font-size: 1.0em;
}
h3.reply {
font-weight: normal;
color: #660505;
font-size: 1.1em;
}
ul#rmenu1 > li, ul#rmenu2 > li, li.current_page_item, li.current-cat, li.current-menu-item {
background: ;
}
Things remain unchanged, with the exception that my sidebar with has moved. I'm missing something, I just know it.
Last edited by Espresso; Oct 27, 2010 at 03:55 PM.
Reason: info
|
|
#4

Oct 27, 2010, 03:57 PM
|
|
|
Quote:
|
Originally Posted by Espresso
<...>
I didn't even realize that the pages menu bar wasn't activated. I corrected this <...>
|
Where is your menubar?
I still dont see it?
|
|
#5

Oct 27, 2010, 04:10 PM
|
|
|
|
I can see it, directly underneath the header, page bar tabs, gray. I wonder if I can see it because I am currently logged in. I'll log out and see if my view changes. Be right back.
|
|
#6

Oct 27, 2010, 04:12 PM
|
|
|
Logged out, and the pages bar wasn't there. I must've been able to see it because I was logged in. I logged out, and it's not there. Wierd. I just checked the page menu bar setting, and it's currently, under Configure Header Area:
|
|
#7

Oct 27, 2010, 04:13 PM
|
|
|
|
I can't see a page menu bar at all. I wonder what I did. Ugh!
|
|
#8

Oct 27, 2010, 04:19 PM
|
|
|
|
being logged in or not shouldnt make a difference for the pages bar
if you have any cache plugin activated, best de-activate it while solving this
|
|
#9

Oct 27, 2010, 04:20 PM
|
|
|
|
I'll do that right now.
|
|
#10

Oct 27, 2010, 04:23 PM
|
|
|
|
WOW. I didn't even know to disable it, that makes a difference in what I'm seeing, hahaha! I got my dashboard in one tab, the home page in the next, and was seeing things totally different in both! Hahaha! Wow. Thanks. Hope you can see the pages menu bar under the header now, I can.
|
|
#11

Oct 27, 2010, 05:35 PM
|
|
|
|
ok thats helping
first remove the code i gave above
then move the menubar up and a bit to the left
+ also give it some extra margin below to prevent the rest of the page moving up as well,
with some css, something like:
ul#rmenu2{
margin-top: -41px
margin-left: 11px;
margin-bottom: 14px;
}
and remove the background colours under ata > menu1 (page menu)
and style the fonts, font colours, etc etc to your liking
perhaps some extra work needed after that ..but best first do this
|
|
#12

Oct 27, 2010, 06:01 PM
|
|
|
|
I am SO sorry. I need some hand holding, here. Hahaha. I'm embarassed, I have no idea. I don't understand the instruction you just gave me. Newbies. Gotta love 'em, right? Oh, wait. I'm a newbie. [Insert humor smile here, and a wink and a giggle. I don't crack a joke here at this point, I'll just cry. Hahaha.]
|
|
#13

Oct 27, 2010, 06:02 PM
|
|
|
|
I just managed to remove the code you gave me earlier, trying to understand the rest of your instructions. Feeling overwhelmed.
|
|
#14

Oct 27, 2010, 06:05 PM
|
|
|
|
Ok, I tried pasting in that code. The result is up. Hahaha. Ugh. Hmmm.
|
|
#15

Oct 28, 2010, 01:20 PM
|
|
|
Quote:
|
Originally Posted by Espresso
Ok, I tried pasting in that code. The result is up. Hahaha. Ugh. Hmmm.
|
From what I last saw, before you put your blog in maintenance mode, you did *not* add the code.
It was not showing up in your css.
you have to add it to ata > 'Add html/css inserts'
and hit the big green save button at the bottom of the page
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
|