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 »

[SOLVED] My drop-down menus are messed up


  #1  
Old Dec 15, 2010, 11:03 AM
blueprairie
 
98 posts · Feb 2009
I've customized the standard ATA menu on a site, the main menu looks close to how I'd like, but somehow I messed up the drop-down menus. Look at Adults, Kids, Teens for the behavior http://polkcitylibrary.org/wp/. Hardly anything shows for me in Firefox, and without line breaks in IE.

I'm sure I messed up something in customizing the CSS, this is not a problem with ATA.

Suggestions? And Thanks for your help!

-Kimberly
  #2  
Old Dec 15, 2010, 08:54 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Could you post the code you used to customize?
__________________
~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 16, 2010, 03:31 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
if you are using 353 put the menu bugfix's in (see 'New Versions & Updates' forum)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Dec 16, 2010, 07:44 AM
blueprairie
 
98 posts · Feb 2009
Thanks for your quick replies...its currently 3.4.4

This is the menu css (At first I had different widths for each button so they were all written out, left them in in case I go back to that)

/**********************/
/*** Top Menu ***/
/**********************/
div#menu1 {
margin: 0;
padding:0;

}

div#menu1 ul.rMenu li {
height: 53px;
width: 10%;
margin: 0;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;

}
div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li.current_page_item a:visited,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:active {
margin: 0px;
padding-top: 21px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 13px;
text-align: center;
border-bottom:1px solid transparent; !important;
border-left:1px solid transparent; !important;
border-right:1px solid transparent; !important;
border-top:1px solid transparent; !important;
border-style:solid;
background:transparent; !important;
}

div#menu1 ul.rMenu li.current_page_item a:visited,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:active {
border-bottom:1px solid transparent; !important;
border-left:1px solid transparent; !important;
border-right:1px solid transparent; !important;
border-top:1px solid transparent; !important;
border-style:solid;
background:transparent; !important;
}
div#menu1 ul.rMenu li.page-item-217{

}
div#menu1 ul.rMenu li.page-item-11{

}

div#menu1 ul.rMenu li.page-item-16{

}

div#menu1 ul.rMenu li.page-item-26{

}
div#menu1 ul.rMenu li.page-item-36{

}
div#menu1 ul.rMenu li.page-item-46{

}
div#menu1 ul.rMenu li.page-item-56{

}
div#menu1 ul.rMenu li.page-item-66{

}
div#menu1 ul.rMenu li.page-item-227{

}
  #5  
Old Dec 16, 2010, 08:28 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what version of WP - if you went to 3.X this is what is causing the issue. I would suggest upgrading to Atahualpa 3.5.3 and putting in the bugfix's which take care of the new classes WP puts n the menus.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Jan 5, 2011, 10:59 AM
blueprairie
 
98 posts · Feb 2009
I've loaded ata 3.4.9 and ata 3.6 (currently 3.4.4). Both show the site with correct formatting when I click "Preview" on the Themes page, but if I activate, all css formatting is missing. Thoughts?
  #7  
Old Jan 5, 2011, 11:20 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go to 3.6 and if therte is no formattine go to the export/import settings option page. Then at teh bottom of the page, press the 'Delete bfa4' button - only do this once and see if that shows the settings.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Jan 5, 2011, 02:03 PM
blueprairie
 
98 posts · Feb 2009
Thank you! Those directions allowed me to activate 3.6 and see the CSS formatting.

My drop-down menus are still messed up though (in FF it looks like a white box is covering all but the first 15 px of the dropdown).

I followed the directions for Bug-fix 351-04 - didn't notice any change.

Then did bug-fix 353-01. When I updated these files, the site stopped displaying entirely. Currently have the bugfix file bfa_new_wp3_menus.php loaded, but restored the original css.php file to make the site display.

Wordpress 3.0.4
ATA 3.6

Suggestions?

Site: www.polkcitylibrary.com
  #9  
Old Jan 5, 2011, 02:21 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
the bugfix was for 3.5.3 and the code was corrected in 3.6.0 - you should not apply that to 3.6.0

go to CSS Inserts and remove everything and see if the problem still exists if it goes away, add the code back in till you find the culprit
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Jan 6, 2011, 09:31 AM
blueprairie
 
98 posts · Feb 2009
Something about setting the width in the custom CSS was causing the problem. Thank you! Donation on its way!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
After update, drop-down menus messed up, images are gone. svanatter Atahualpa 3 Wordpress theme 4 Sep 5, 2010 11:33 PM
[SOLVED] drop down menus drop straight down 49erEric Page & Category Menu Bars 2 Aug 23, 2010 10:10 AM
[SOLVED] drop down menus? moomum Page & Category Menu Bars 6 Aug 11, 2010 02:41 PM
Drop Down Menus - Creating eager to learn Header configuration & styling 3 May 19, 2010 03:42 PM


All times are GMT -6. The time now is 09:50 PM.


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