Active
Project:
BlogBuzz
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2011 at 23:15 UTC
Updated:
25 Jan 2012 at 19:30 UTC
Hi,
I have put this as a support request and not a bug for the simple reason that I believe if it was a bug it would have been reported by now.
Anyway, the issue, I have a primary menu set-up with drop down items. That all works fine. If I click on a menu that has no children, the page loads but the menu item does not have "active-trails" set. Any other menu item that has children works fine.
So the question is, is this a bug or have I missed something? If the latter, any pointers as to what I have missed?
Regards,
Nick
Comments
Comment #1
aeroweb340 commentedI had the same issue just added this in blogbuzz.css :
#primary ul a.active
background-color: #8D9091;
Comment #2
nickbits commentedThanks, problem is though there is no "active" class on the top/parent item so wont work. Will try deleting and reinstalling the theme.