Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

Help With Page Menu Bar


  #1  
Old Dec 9, 2010, 11:40 AM
jasontbedell
 
75 posts · Dec 2010
Hello,

I accidentally posted this in the wrong forum earlier, for which I apologize. A friend of mine runs http://clerestorylearning.com, a company dedicated to helping teachers learn to teach better. Anyway, I'm trying to help him migrate his current site to WordPress.

The hang up he is having is that I cannot get the button structure right. Can anyone answer a couple questions for me?
Is it possible to style the buttons with CSS?
He has Twitter and Facebook faded into the buttons as links. Is this possible?
Lastly, it is possible to have buttons both on top and bottom of the header?

In his original site, each button is a custom made image and I am having difficulty getting WordPress to dynamically generate a matching image.

Thank you for any help you can provide. I really appreciate it. Atahualpa is simply the most amazin theme, free or paid, I have seen.
Jason Bedell.
  #2  
Old Dec 9, 2010, 02:38 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
If you use the WordPress menu system you can set a class for the menu buttons. You could set one class for all or use a special class for the Facebook menu tab for instance. Then use CSS to put a background image of your liking in the menu.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Dec 9, 2010, 05:57 PM
jasontbedell
 
75 posts · Dec 2010
Thank you. Would that go in CSS inserts?
I think I understand the idea, but I'm fairly poor with CSS. If you have time, could you give me an example of what a menu class might look like? I can usually reverse engineer if I have something from which to start.

Jason.
  #4  
Old Dec 9, 2010, 09:40 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The menu class can be anything as long as it is unique. So let's say you put a class of mymenutabs in the class box of the menu. Then you would use something like the following to put an image in it.
HTML Code:
.mymenutabs a {
background: url(http://www.cnybiz.com/wp-content/themes/atahualpa354/images/backgr.gif) no-repeat top left;
}
This code is using the background shorthand. You could use.
background-image:
background-position:
etc if you like. w3schools.com has great info on CSS syntax. For me it is often try this or that until I get it right. I use Firebug with Firefox a lot.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Dec 10, 2010, 03:39 AM
jasontbedell
 
75 posts · Dec 2010
Thank you.
Which property should I apply the class to? I tried:
div#menu1.mymenutabs a {
background: url(http://litteacher.com/wp-content/the...ges/toptab.png) no-repeat top left;
}
and
.mymenutabs a {
background: url(http://litteacher.com/wp-content/the...ges/toptab.png) no-repeat top left;
}
Neither showed a difference in the page. Do I have to somehow specify a specific page ID to the class?
  #6  
Old Dec 10, 2010, 04:09 AM
jasontbedell
 
75 posts · Dec 2010
I think I am getting closer. I added this and it repeats the tab all the way across the screen.

div#menu1 ul.rMenu {
border: none;
background: url(http://litteacher.com/wp-content/the...ges/toptab.png) ;
}

I tried this, but it only adds it once and not for each new page.
div#menu1 ul.rMenu {
border: none;
background: url(http://litteacher.com/wp-content/the...ges/toptab.png) no-repeat top left;
}

It looks like I must be missing something to assign the image manually to each page. Do you have any ideas?
Thank you.
  #7  
Old Dec 10, 2010, 09:54 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
In your previous post you had this code
HTML Code:
div#menu1.mymenutabs a
There should be a space between div#menu1 and .mymenutabs a as follows
HTML Code:
div#menu1 .mymenutabs a
As you can see this kind of stuff can get into a lot of time which is why I try to convince clients it is generally not worth it. With small changes in the look and feel you reduce your time considerably with no REAL negative impact.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Atahualpa Page Menu Bar -> BFA Page Menu Bar? bhannemann Page & Category Menu Bars 16 Feb 21, 2011 04:49 AM
[SOLVED] want move my Page menu to right of the page menu bar,but the %page-right doe jackchow Page & Category Menu Bars 11 Sep 30, 2010 08:10 AM
[SOLVED] Static Pages on the Category Menu Bar instead of Page Bar jkfly4 Page & Category Menu Bars 4 Mar 27, 2010 03:06 AM
Removing (Top) Page Menu Bar - Displaying page menu in left column instead DrewD Page & Category Menu Bars 1 Mar 18, 2010 12:03 PM
[SOLVED] How to create spacing between page menu bar, side bar, and footer? ssoszka Atahualpa 3 Wordpress theme 4 Nov 29, 2009 10:39 AM


All times are GMT -6. The time now is 04:17 AM.


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