Where are custom settings stored?

Where are custom settings stored? was created by mehinger

Posted 1 year 2 months ago #67559
I'm working on a Mobile Menu CK menu that is 5–6 levels deep. To make it look consistent, I figured I would copy the looks of level 1 to level 2–6, and then tweak each level a little bit. To do this, I would like to directly edit the CSS file which contains my custom Mobile Menu CK style. The trouble is, I can't find it.

So the question is, where are custom settings for Mobile Menu CK stored?

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Where are custom settings stored?

Posted 1 year 1 month ago #67562
Hi
you should find the needed info in the doc here
www.joomlack.fr/en/documentation/mobile-...yle-your-mobile-menu

CEd

Joomlack Webmaster and Developer

by ced1870
The following user(s) said Thank You: mehinger

Please Log in or Create an account to join the conversation.

Replied by mehinger on topic Where are custom settings stored?

Posted 1 year 1 month ago #67568
Perfect, that was the file I needed! I have a follow-up question, though. Customizing level 1–3 is no problem using the file "templates/YOURTEMPLATE/css/mobilemenuck.css", as they are written as "|ID|[level1submenu]", "|ID|[level2menuitemhover]", "|ID|[level3menuitem]" etc.

Customizing levels 4 and above doesn't seem to be as straightforward as just adding "|ID|[level4menuitem]" to the CSS file, or is it? What am I missing here? In short, how do I customize the levels from 4 and above, using the CSS file?

/Magnus

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Where are custom settings stored?

Posted 1 year 1 month ago #67570
right, onlyup to the level 3 is managed
you can use this info that gives you the matches, and use the css code to adapt it to your levels
Code:
,'[level1menuitem]' => ' .mobilemenuck-item > .level1' ,'[level1menuitemhover] a' => ' .mobilemenuck-item > .level1:hover a, |ID| .mobilemenuck-item > .level1.open a' ,'[level1menuitemhover]' => ' .mobilemenuck-item > .level1:hover, |ID| .mobilemenuck-item > .level1.open' ,'[level1menuitemactive]' => ' .mobilemenuck-item > .level1.active' ,'[level1submenu]' => ' .mobilemenuck-item > .level1 + .mobilemenuck-submenu'

Joomlack Webmaster and Developer

Last Edit:1 year 1 month ago by ced1870
Last edit: 1 year 1 month ago by ced1870.

Please Log in or Create an account to join the conversation.

Replied by mehinger on topic Where are custom settings stored?

Posted 1 year 1 month ago #67572
Do I understand you correct: I copy the code you entered, paste it into the CSS file and change all instances of "level1" to "level4", and then I'm good to go customizing level 4 as well? (And then I do the same för levels 5 and 6?)

/Magnus

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Where are custom settings stored?

Posted 1 year 1 month ago #67573
only levels 1+2+3 are managed
so if you want to style the level 4 items you must use this code
normal :
Code:
|ID| .mobilemenuck-item > .level4
hover and opened:
Code:
|ID| .mobilemenuck-item > .level4:hover a, |ID| .mobilemenuck-item > .level4.open a
active:
Code:
|ID| .mobilemenuck-item > .level4.active
submenu:
Code:
|ID| .mobilemenuck-item > .level4 + .mobilemenuck-submenu

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Time to create page: 0.726 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 864 guests and 3 members online