-
AuthorPosts
-
April 17, 2019 at 11:20 pm #1092161
Good evening Enfold-Team,
I tooked a look to your documentation because I want to change the size of
some elements of the burger-menu. But I didn’t find the right information.
Please take a look on the picture. Do you see what I mean? These elements
are much to small, you can almost hardly see them. ;-/ Can you give me please
the right css-snippet…that would be nice! :-)And one additional question: I’m not able to choose the submenu-points directly
with the first “click”. After the first click, the menu closes and after you open it
for the second time the submenu is open and you can choose. Is it wanted like that,
or is it because the elements are so small? If you want to test it live you can go to
the site.Thx for your help!
Best regards
CarstenApril 18, 2019 at 11:04 am #1092384Hey Carsten,
Please try the following css:
.html_av-submenu-hidden .av-submenu-indicator { font-size: 22px; font-weight: bold; } .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet { width: 10px; height: 2px; }
Best regards,
VictoriaApril 22, 2019 at 1:47 pm #1093324Happy Easter Victoria,
thx for your answer!
Your code-snippets working very well, thank you! But the colour
of the elements are looking a little bit to pale. Is that wanted so?You didn’t answer my second question. In the meantime I found
out that the submenu-points doesn’t work directly on the first
level (startpage), but in the second level they do. So what can we
do that the submenu-points also working on the first level? What
I mean exactly is – why does the submenu not open directly by
first mouse-click on the first level (startpage)?I’m looking forward to your new answer…until then…
Best regards
CarstenApril 24, 2019 at 3:07 pm #1094003Hi Carsten,
It is not very clear for me what the other issue is. Can you make a small screencast of the issue?
I tested and cannot see the behavior you’re describing.
Best regards,
VictoriaApril 28, 2019 at 4:55 pm #1095049Hi Victoria,
sorry for my late reply!
I made a screencast, as you wished. Please take a look and then I hope
you understand what I mean.If I click the submenu-arrows on the startpage the menu scrolls to that
point but also closing directly the menu. Only in the second level (conten-
pages) the menu still keeps open after clicking the submenu-arrows, but
only in the second level. Why doesn’t it work on the startpage? Do you
understand now what I mean?And again: for my taste the arrows and the small lines are looking a little
bit to pale in relation to the type. ;-) Can that be changed?Thx for your help and I’m looking forward to your new answer!
Best regards
CarstenMay 4, 2019 at 4:04 pm #1097242Hi,
Sorry for the late reply,
Thank you for the video, Please check your mobile menu settings at: Enfold Theme Options > Main Menu > Burger/Mobile Menu > Menu Icon Submenu items > Display submenu items on click
If this doesn’t help, please try disabling your plugins to see if there is a conflict, if this doesn’t help please include an admin login in the private content area so we can be of more assistance.Best regards,
MikeMay 5, 2019 at 6:24 pm #1097469Hi Mike,
thank you for your answer!
In the enfold-settings everything was/is right (Display submenu items on click).
After I disabling the only working plugin (hide my site) everything was like before.
So, this is also not the disturbance source. Maybe you want to take now a closer look
in the admin-area.And again: for my taste the arrows and the small lines are looking a little
bit to pale in relation to the type. ;-) Can that be changed?Best regards
CarstenMay 8, 2019 at 9:58 pm #1098649Hi,
Sorry for the late reply, could we please have ftp access to try updating your theme to our next version to see if this solves the burger menu?
For your “menu arrows” being “light” I added this css to your Quick CSS.html_av-submenu-hidden .av-submenu-indicator { opacity: 1 !important; }
Please clear your browser cache and check.
Best regards,
MikeMay 14, 2019 at 1:00 pm #1100510Hi Mike,
thank you for your new answer and also again sorry for my late reply!
I think the ftp-access is not any longer necessary, because yesterday I
updated the theme to newest version in the backend. But – unfortunately
it didn’t help.The css-snippet for the arrows works fine…thx! But it works only for the
arrows and not for the small line (minus) before the subwords.Are there other options to solve these probs? I wait happily for your new
suggestions. :-)Best regards
Carsten- This reply was modified 5 years, 6 months ago by designbasis.
May 17, 2019 at 5:03 am #1101647Hi,
Thanks for the update.
You can set the sub menu items to display on hover instead of click. Please go to the Enfold > Main Menu > Burger/Mobile Menu panel and set the “Menu Icon Submenu items” to “Display submenu items on hover”.
Best regards,
IsmaelMay 19, 2019 at 3:46 pm #1102297Hi Ismael,
thank you for your answer and note! And of course I know I can set the
menu that way, but I don’t want it that way, sorry! Because in that way
the submenu opens much to fast! It’s to hectically for the eyes. ;-/ Or
maybe only for my eyes.So, for the moment it seems there is no solution for that prob, is there?
Best regards
CarstenMay 21, 2019 at 3:52 am #1102656Hi,
Thanks for the update.
You have set the parent menu items as anchors, so the page will scroll down to the corresponding anchor or section when the item is clicked. That is the default behavior.
the submenu opens much to fast!
You can actually change the speed of the slide effect. Edit the js > avia.js file and look for this code around line 1165:
//toogle hide/show for submenu items $('.html_av-submenu-display-hover').on( 'mouseenter', '.av-width-submenu', function (e) { $(this).children("ul.sub-menu").slideDown('fast'); }); $('.html_av-submenu-display-hover').on( 'mouseleave', '.av-width-submenu', function (e) { $(this).children("ul.sub-menu").slideUp('fast'); });
Set the slideDown and slideUp speed from “fast” to “slow” or set an integer value in milliseconds.
// http://api.jquery.com/slideDown/
Best regards,
IsmaelMay 21, 2019 at 12:51 pm #1102835Hi Ismael,
thx for your new answer!
Yes, that’s much better!! :-) For the moment it is a good alternative,
but it would be nice if you could find a solution for the other
submenu option, too! ;-)For the moment thanks again and I’m looking forward to hear
from you again.Best regards
CarstenMay 26, 2019 at 9:47 am #1104264Hi,
Thank you for letting us know.
We will do keep the improvement you are suggesting in mind for further developments.Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.