- Posts: 3
- Thank you received: 0
Drop Down Menu Conflicts with Accordion menu
-
Fabi
Inactive member - New Member
Less
More
10 years 9 months ago - 10 years 9 months ago #38281
by Fabi
Replied by Fabi on topic Drop Down Menu Conflicts with Accordion menu
Hi,
i created a site with sparky and i like it, but i am not able to bring this accordion menue into the vertical menue.
all coaches should appear right beneath the button "unsere Trainer" when i slide over this button.
www.tennisschule-speedball.de
can you help me?
and i want to have the slightly transparent color of the buttons like in my pdf. is this possible?
--> the site should be completely in yellow, if there is wood in the background it is the old site.
kind regards
i created a site with sparky and i like it, but i am not able to bring this accordion menue into the vertical menue.
all coaches should appear right beneath the button "unsere Trainer" when i slide over this button.
www.tennisschule-speedball.de
can you help me?
and i want to have the slightly transparent color of the buttons like in my pdf. is this possible?
--> the site should be completely in yellow, if there is wood in the background it is the old site.
kind regards
Last edit: 10 years 9 months ago by Fabi.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #38289
by ivan.milic
Replied by ivan.milic on topic Drop Down Menu Conflicts with Accordion menu
I can not find traces of menu , where you have placed that module page/location?
For transparency you can override backgrounds by placing at bottom of template_css.css:
UL.nav.menu{
background:rgba(255,255,255,0.5)!important;
}
UL.nav.menu > li > a{
background:rgba(255,255,255,0.5)!important;
}
(255,255,255,0.5) is 50% transparent white - for example
For transparency you can override backgrounds by placing at bottom of template_css.css:
UL.nav.menu{
background:rgba(255,255,255,0.5)!important;
}
UL.nav.menu > li > a{
background:rgba(255,255,255,0.5)!important;
}
(255,255,255,0.5) is 50% transparent white - for example
Please Log in to join the conversation.
-
Fabi
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 9 months ago #38295
by Fabi
Replied by Fabi on topic Drop Down Menu Conflicts with Accordion menu
Hi Milan,
the site is online again now....
www.tennisschule-speedball.de
i will try the color instantly.
Thank you
the site is online again now....
www.tennisschule-speedball.de
i will try the color instantly.
Thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #38307
by ivan.milic
Replied by ivan.milic on topic Drop Down Menu Conflicts with Accordion menu
open templates/sparky_framework/js/jquery.hjt.accmenu.js
line 9:
(function(jQuery, undefined) {
cahnge to:
(function(jQuery, 'UL') {
line 9:
(function(jQuery, undefined) {
cahnge to:
(function(jQuery, 'UL') {
Please Log in to join the conversation.
-
Fabi
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 7 months ago #39520
by Fabi
Replied by Fabi on topic Drop Down Menu Conflicts with Accordion menu
Hi,
i think i am nearly ready with the site.
still existing problems:
- accordion menu is not working - all the submenus are allways open
- i cannot switch to milky glass. Your hint with (255,255,255,0,5) was perfect but it does not work
www.tennisschule-speedball.de
kind regards
i think i am nearly ready with the site.
still existing problems:
- accordion menu is not working - all the submenus are allways open
- i cannot switch to milky glass. Your hint with (255,255,255,0,5) was perfect but it does not work
www.tennisschule-speedball.de
kind regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39526
by ivan.milic
Replied by ivan.milic on topic Drop Down Menu Conflicts with Accordion menu
For acc menu please replace
with one in zipped attachment.
For other use:
UL.acc.menu{
background:rgba(255,255,255,0.5)!important;
}
UL.acc.menu > li > a{
background:rgba(255,255,255,0.5)!important;
}
with one in zipped attachment.
For other use:
UL.acc.menu{
background:rgba(255,255,255,0.5)!important;
}
UL.acc.menu > li > a{
background:rgba(255,255,255,0.5)!important;
}
Please Log in to join the conversation.
Time to create page: 0.097 seconds