Where are custom settings stored?
1 year 8 months ago #67559
by mehinger
Where are custom settings stored? was created by mehinger
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?
So the question is, where are custom settings for Mobile Menu CK stored?
Please Log in or Create an account to join the conversation.
1 year 8 months ago #67562
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Where are custom settings stored?
Hi
you should find the needed info in the doc here
www.joomlack.fr/en/documentation/mobile-...yle-your-mobile-menu
CEd
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
The following user(s) said Thank You: mehinger
Please Log in or Create an account to join the conversation.
1 year 8 months ago #67568
by mehinger
Replied by mehinger on topic Where are custom settings stored?
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
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.
1 year 8 months ago - 1 year 8 months ago #67570
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Where are custom settings stored?
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
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 8 months ago by ced1870.
Please Log in or Create an account to join the conversation.
1 year 8 months ago #67572
by mehinger
Replied by mehinger on topic Where are custom settings stored?
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
/Magnus
Please Log in or Create an account to join the conversation.
1 year 8 months ago #67573
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Where are custom settings stored?
only levels 1+2+3 are managed
so if you want to style the level 4 items you must use this code
normal :
hover and opened:
active:
submenu:
so if you want to style the level 4 items you must use this code
normal :
Code:
|ID| .mobilemenuck-item > .level4
Code:
|ID| .mobilemenuck-item > .level4:hover a, |ID| .mobilemenuck-item > .level4.open a
Code:
|ID| .mobilemenuck-item > .level4.active
Code:
|ID| .mobilemenuck-item > .level4 + .mobilemenuck-submenu
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds