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 » New Versions, & Updating » Old Version fixes and change logs »

BUGFIX 342 Highlighting of category in category menu bar is gone


  #1  
Old Jul 20, 2009, 10:07 AM
upscho's Avatar
upscho
 
30 posts · Feb 2009
BUGFIX 342 Highlighting of category in category menu bar is gone

On my web page I use a page menu bar (green) and a category menu bar (blue). I've noticed that the selected category is no longer highlighted (yellow) after clicking. No problem after selecting one of the pages.

This behaviour has changed from earlier versions. I found another web page where this is still working (see screen shots). This web site seems to use an older version of Atahualpa.

I guess that this is a bug of version 3.4.2. Can anybody please confirm this? Thanks!

Best regards,
upscho
Attached Thumbnails
Click image for larger version

Name:	CategoryHighlightingOK.png
Views:	1926
Size:	61.1 KB
ID:	197  Click image for larger version

Name:	CategoryHighlightingWrong.png
Views:	1925
Size:	8.6 KB
ID:	198  Click image for larger version

Name:	PageHighlightingOK.png
Views:	1910
Size:	9.3 KB
ID:	199  
  #2  
Old Jul 23, 2009, 05:08 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
This is a two part fix. First edit css.php and change lines 2371-1378 from
HTML Code:
div#menu2 ul.rMenu li.current_page_item a:link, 
div#menu2 ul.rMenu li.current_page_item a:active, 
div#menu2 ul.rMenu li.current_page_item a:hover, 
div#menu2 ul.rMenu li.current_page_item a:visited, 
div#menu2 ul.rMenu li.current_page_item > a:link, 
div#menu2 ul.rMenu li.current_page_item > a:active, 
div#menu2 ul.rMenu li.current_page_item > a:hover, 
div#menu2 ul.rMenu li.current_page_item > a:visited,
to
HTML Code:
div#menu2 ul.rMenu li.current_cat a:link, 
div#menu2 ul.rMenu li.current_cat a:active, 
div#menu2 ul.rMenu li.current_cat a:hover, 
div#menu2 ul.rMenu li.current_cat a:visited, 
div#menu2 ul.rMenu li.current_cat > a:link, 
div#menu2 ul.rMenu li.current_cat > a:active, 
div#menu2 ul.rMenu li.current_cat > a:hover, 
div#menu2 ul.rMenu li.current_cat > a:visited,
Part 2 - edit bfa_header_config.php and chage lines 75-78 from
HTML Code:
				$cat_menu_bar .= ' current-cat';
			}
		} elseif ( is_home() ) { 
			$cat_menu_bar .= ' current-cat';	
to
HTML Code:
				$cat_menu_bar .= ' current_cat';
			}
		} elseif ( is_home() ) { 
			$cat_menu_bar .= ' current_cat';	
(Note: the '-' is changed to an '_' for 'current_cat' in just 2 places)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 27, 2009, 06:28 AM
adum's Avatar
adum
 
85 posts · Jun 2009
I tried this fix for 3.4.1 and it didn't seem to change anything. Is the selected category supposed to be the same color as the hover color? I am not sure if I even noticed this in my previous version of Atahualpa.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing category order in category menu bar, not in sidebar cat. list paulae Page & Category Menu Bars 13 Mar 30, 2011 05:36 PM
BUGFIX 364-01: “Title tags in Category Menu Bar” fails to remove muti-line title juggledad Old Version fixes and change logs 2 Feb 10, 2011 03:47 PM
Category Menu bar options - scrolling clickable category marquee alfie Page & Category Menu Bars 76 Jun 5, 2010 09:34 PM
How do I highlight active category on a combined page & category menu bar? samij0 Page & Category Menu Bars 0 Mar 11, 2010 01:37 PM
[SOLVED] Category / Archive display problem with category menu bar madfab685 Page & Category Menu Bars 4 Jan 2, 2010 04:12 AM


All times are GMT -6. The time now is 08:50 AM.


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