Drop Down Menu Conflicts with Accordion menu

  • Fabi
    Inactive member
  • New Member
  • New Member
More
10 years 9 months ago - 10 years 9 months ago #38281 by Fabi
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
Last edit: 10 years 9 months ago by Fabi.

Please Log in to join the conversation.

More
10 years 9 months ago #38289 by ivan.milic
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

Please Log in to join the conversation.

  • Fabi
    Inactive member
  • New Member
  • New Member
More
10 years 9 months ago #38295 by Fabi
Hi Milan,

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.

More
10 years 9 months ago #38307 by ivan.milic
open templates/sparky_framework/js/jquery.hjt.accmenu.js


line 9:

(function(jQuery, undefined) {

cahnge to:

(function(jQuery, 'UL') {

Please Log in to join the conversation.

  • Fabi
    Inactive member
  • New Member
  • New Member
More
10 years 7 months ago #39520 by Fabi
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

Please Log in to join the conversation.

More
10 years 7 months ago #39526 by ivan.milic
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;
}
Attachments:

Please Log in to join the conversation.

Time to create page: 0.097 seconds
Powered by Kunena Forum