Closed (fixed)
Project:
Framework
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 16:21 UTC
Updated:
14 Jan 2009 at 07:06 UTC
Hello,
This one has got me confused, I am experimenting with your theme and using the domain module. When I create a secondary Domain and define the Primary menu, the class=active attribute is not set. Any ideas why this is?
Thanks again for a great theme.
Comments
Comment #1
andregriffin commentedThe
class="active"function is taken care of in the Framework css like so:a:hover, a:active, li a.active {I am unfamiliar with the domain module. If it does not build it's menu as a list, or the active selection is no longer a link, css may need to be added that only defines
.active, instead ofli a.activeIf the module is not attaching
class="active"at all, that seems like it would be a module problem.Comment #2
ludo1960 commentedHello again,
Does this mean I am beat http://drupal.org/node/343204 ?
Only posting here cos it might be a bug in Drupal and I am unsure as how to proceed, sorry if that is in breach of posting rules.
Thanks.
Comment #3
andregriffin commentedInteresting. Indeed it seems that the issue lies within either the menu or domain modules. Sorry I cant be more of help, but this is a bit out of my realm of expertise.
Comment #4
ludo1960 commentedThe author of the Domain module says it is a drupal problem. Any ideas how I go about reporting a bug?
Comment #5
ludo1960 commentedFinally the answer: http://drupal.org/node/248522