#235464: simplemenu disappears when Zen theme is turned on
This commit is contained in:
parent
b6333de34e
commit
a570618597
@ -8,7 +8,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
// get the element to add the menu to
|
// get the element to add the menu to
|
||||||
var element = Drupal.settings.simplemenu.element;
|
var element = Drupal.settings.simplemenu.element;
|
||||||
var menu = $(simplemenu).attr("id", "simplemenu");
|
var menu = $(simplemenu).attr("id", "simplemenu").addClass('clear-block');
|
||||||
|
|
||||||
switch (Drupal.settings.simplemenu.placement) {
|
switch (Drupal.settings.simplemenu.placement) {
|
||||||
case 'prepend':
|
case 'prepend':
|
||||||
@ -23,7 +23,7 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$('body').addClass('simplemenu-enabled');
|
$('body').addClass('simplemenu-enabled');
|
||||||
|
|
||||||
var animation = {};
|
var animation = {};
|
||||||
animation[Drupal.settings.simplemenu.effect] = 'toggle';
|
animation[Drupal.settings.simplemenu.effect] = 'toggle';
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
width:100%;
|
width:100%;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
#simplemenu a {
|
#simplemenu a {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
width:100%;
|
width:100%;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
#simplemenu a {
|
#simplemenu a {
|
||||||
color:#333;
|
color:#333;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user