Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » Forum Usage » Forum How-To »

How do I create a transparent "Pages" menu bar over the bottom of the header image?


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Oct 27, 2010, 12:52 PM
Espresso
 
18 posts · Oct 2010
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  
Old Oct 27, 2010, 02:25 PM
STB
 
764 posts · Apr 2010
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  
Old Oct 27, 2010, 03:53 PM
Espresso
 
18 posts · Oct 2010
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  
Old Oct 27, 2010, 03:57 PM
STB
 
764 posts · Apr 2010
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  
Old Oct 27, 2010, 04:10 PM
Espresso
 
18 posts · Oct 2010
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  
Old Oct 27, 2010, 04:12 PM
Espresso
 
18 posts · Oct 2010
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:

Code:
%image %pages
  #7  
Old Oct 27, 2010, 04:13 PM
Espresso
 
18 posts · Oct 2010
I can't see a page menu bar at all. I wonder what I did. Ugh!
  #8  
Old Oct 27, 2010, 04:19 PM
STB
 
764 posts · Apr 2010
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  
Old Oct 27, 2010, 04:20 PM
Espresso
 
18 posts · Oct 2010
I'll do that right now.
  #10  
Old Oct 27, 2010, 04:23 PM
Espresso
 
18 posts · Oct 2010
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  
Old Oct 27, 2010, 05:35 PM
STB
 
764 posts · Apr 2010
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  
Old Oct 27, 2010, 06:01 PM
Espresso
 
18 posts · Oct 2010
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  
Old Oct 27, 2010, 06:02 PM
Espresso
 
18 posts · Oct 2010
I just managed to remove the code you gave me earlier, trying to understand the rest of your instructions. Feeling overwhelmed.
  #14  
Old Oct 27, 2010, 06:05 PM
Espresso
 
18 posts · Oct 2010
Ok, I tried pasting in that code. The result is up. Hahaha. Ugh. Hmmm.
  #15  
Old Oct 28, 2010, 01:20 PM
STB
 
764 posts · Apr 2010
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

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create in text headline format for "pages" trilliumcreek Center area post/pages 3 Dec 30, 2011 02:44 PM
[SOLVED] Choosing &quot;transparent&quot; for the page/category bar background color? rhythm Page & Category Menu Bars 10 Dec 8, 2010 11:40 AM
[SOLVED] Problem Using &quot;Exclude Pages From Page Menu Bar&quot; Option adi35 Atahualpa 3 Wordpress theme 6 Oct 13, 2010 12:53 PM
Need TRANSPARENT space between "content" and footer JaneD Post-Kicker, -Byline & -Footer 0 Jan 28, 2010 10:20 PM
Background color "sub-pages" and "whole menu bar" gxxfy Page & Category Menu Bars 1 Nov 24, 2009 02:46 AM


All times are GMT -6. The time now is 09:25 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.