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 »

Troubleshooting problem with submenus


  #1  
Old Apr 13, 2015, 07:13 PM
bda
 
30 posts · Feb 2011
Troubleshooting problem with submenus

First thank you folks for providing the best source of troubleshooting information. I've fixed pretty much every problem I had with the site I'm working on - except this one pertaining to the menus.

I have the color of the current top-level page set to maroon with white text.
I have the color of the parent of the current submenu page set to the same thing.
I have the submenus set to white with maroon text.

All the styling was done in the custom CSS plugin.

It all works except for one menu item "The Art Gallery". Visit http://www.stjathenaeum.org/WordPress and open any menu with the triangle. They all work except for the Art Gallery.

I've checked that the parent page is set correctly. I took those pages out of the menu and put them back into the menu. I even recreated the page for The Domes of the Yosemite.

Any assistance will be gratefully accepted. Please note that some of the content on the pages looks funky as the site is still in development.
  #2  
Old Apr 14, 2015, 03:25 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
1) you are using '!important' in several places and that overrides other css
2) why not put the CSS in teh themes 'CSS Inserts' option? If you had I could just ask you to export the theme settings and I could try to recreate it and as a bonus, you could get rid of a plugin
3) I see no difference in any of the menu's but I think I know what you are attempting. For instance
if you select the submenu 'Renew/Reserve/ILL', you would like it and it's parent 'The Library' to have a maroon background with white text and have 'The Archives' and 'Library Resourses' to have a white background and maroon text.

Is that correct?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Apr 14, 2015, 04:40 AM
bda
 
30 posts · Feb 2011
Your description of what I'm trying to do is correct.

I've moved all my CSS to the theme's CSS Inserts. Makes sense.

I have the settings file, but when I try to upload it, I get an error message that my quota has been exceeded. When I click "click here to view your attachments" link I see no way to delete some of the previous attachments. What am I missing?
  #4  
Old Apr 14, 2015, 04:53 AM
bda
 
30 posts · Feb 2011
I figured out how to delete the post to the forum with the big attachment.

Export settings file should now be attached.
Attached Files
File Type: txt ata-wwwstjathenaeumorg-20150414.txt (16.2 KB, 1301 views)
  #5  
Old Apr 14, 2015, 01:48 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Try the following - replace your menu code in the CSS Inserts with the following
HTML Code:
div#menu1 ul.rMenu li a:link, 
div#menu1 ul.rMenu li a:hover, 
div#menu1 ul.rMenu li a:visited, 
div#menu1 ul.rMenu li a:active {
    background: #FFFFFF;
    color: #774041;
}

div#menu1 ul.rMenu li.current-menu-ancestor a:link, 
div#menu1 ul.rMenu li.current-menu-ancestor a:active, 
div#menu1 ul.rMenu li.current-menu-ancestor a:hover, 
div#menu1 ul.rMenu li.current-menu-ancestor a:visited, 
div#menu1 ul.rMenu li.current-menu-ancestor {
    background: #774041;
    color: #FFFFFF;
}

div#menu1 ul.rMenu li ul.sub-menu li a:link, 
div#menu1 ul.rMenu li ul.sub-menu li a:active, 
div#menu1 ul.rMenu li ul.sub-menu li a:hover, 
div#menu1 ul.rMenu li ul.sub-menu li a:visited, 
div#menu1 ul.rMenu li ul.sub-menu li {
    background: #FFFFFF;
    color: #774041;
}

div#menu1 ul.rMenu li ul.sub-menu li.current_page_item a:link, 
div#menu1 ul.rMenu li ul.sub-menu li.current_page_item a:active, 
div#menu1 ul.rMenu li ul.sub-menu li.current_page_item a:hover, 
div#menu1 ul.rMenu li ul.sub-menu li.current_page_item a:visited, 
div#menu1 ul.rMenu li ul.sub-menu li.current_page_item {
    background: #774041;
    color: #FFFFFF;
}
because CSS cascades, you have to turn things on and off in the right order
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Apr 14, 2015, 03:01 PM
bda
 
30 posts · Feb 2011
I added the code to CSS Inserts and now nothing changes - every menu is white background with maroon text - main menu, submenu, parent page when on a submenu page, etc. Also I had maroon inverted triangles to indicate that there was a submenu and now they are gone. I did this by replacing the image default image file as per a post on the forum.

What next?

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Adsense sidebar widget troubleshooting Rincevent Montezuma Theme 9 Jun 4, 2013 12:33 PM
Troubleshooting with 2 issues. Sidebar background color and center column text height ontrackdesignz Page & Category Menu Bars 1 Oct 4, 2010 08:37 AM
Submenus not appearing in IE6 middlemountain Page & Category Menu Bars 2 Sep 9, 2009 09:17 AM
formatting submenus interage Header configuration & styling 0 Apr 24, 2009 09:53 AM


All times are GMT -6. The time now is 12:41 AM.


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