
-
AuthorPosts
-
February 13, 2020 at 3:45 am #1184038
Good day,
I’m in the process of building a new site and I’m having some issues figuring out how to delay the transitions of sub-menu items.
Right now the sub-menu’s drop down instantly and I would like some delay added.Searched your forum and found this from 2015, but I guess there has been some updates since then:
I’m also wondering if it is possible to get the submenu items to open up in a new flyout, see example website in private.
February 13, 2020 at 5:04 pm #1184215Please let me know if more information is needed 🙂
February 14, 2020 at 4:20 am #1184368Bump..
February 14, 2020 at 3:49 pm #1184524Hi Steffan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_av-overlay-side .av-burger-overlay-scroll { -webkit-transition: all 1.5s cubic-bezier(0.75,0,0.25,1); transition: all 1.5s cubic-bezier(0.75,0,0.25,1); }
Please refrain from replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 14, 2020 at 5:44 pm #1184585Hi Victoria,
Understood, thank you for your reply.
This code makes the burger-menu fly-out go slower, what I was wondering is how to make the sub-menus expand with a delay.
If you check the menu and try to hover over the menu items you can see that the sub-menus are being displayed so quickly that its not practical. For example below the menu item “Turneringsinfo”.
Have you also been able to check my 2nd request regarding sub-menu also being fly-outs?
Thank you for your assistance.
February 17, 2020 at 8:34 pm #1185404Hi,
I have made a picture of how I see it working (based on the example website in my first post), hope this gives you the information you need to support me further.
Kindly awaiting you assistance.
February 18, 2020 at 11:47 am #1185605Hi,
Thank you for the update.
You can adjust the speed of the sub menu transition, but you have to modify the js > avia.js file. Look for this code around line 1225:
if(parent.is('.av-show-submenu')) { parent.children("ul.sub-menu").slideDown('fast'); } else { parent.children("ul.sub-menu").slideUp('fast'); }
Replace fast with slow or add a duration value in milliseconds. Default speed is 400ms.
// https://api.jquery.com/slidedown/
Best regards,
IsmaelFebruary 18, 2020 at 2:04 pm #1185662Hi Ismael,
Thank you for your reply.
Have you been able to check my main request regarding flyouts also for sub-menus?
Best regards,
SteffanFebruary 21, 2020 at 1:19 am #1186584Hi,
Unfortunately, creating the flyouts submenu effect is not available with the default burger/mobile menu. It’s possible, but it will require significant amount of modification that is beyond the scope of support. You’ll have to contact a freelance developer to modify it or use a third party plugin like Ubermenu and use it in place of the default menu.
Thank you for your understanding.
Best regards,
IsmaelMarch 6, 2020 at 8:00 pm #1190967Good day,
Thank you for your reply.
You can solve this ticket.
I can’t seem to open a new ticket, so you might point me in the correct direction or support me here:
From time to time I find english words in my Norwegian page, see example below (Replies & at).
How would it be easiest for me to translate these?(hosted on WPengine) alt="Example" />
-
This reply was modified 5 years, 1 month ago by
Steffan.
March 7, 2020 at 7:49 pm #1191151Hi,
Thanks for the screenshot, within the/enfold/lang/nb_NO.po
andnb_NO.mo
files I found the “Replies” didn’t have a translation, what should it say? I can edit this for you and send you the new file and also submit it to the dev team to be added to the next update.Best regards,
MikeMarch 8, 2020 at 9:36 am #1191229Hi,
Thank you!
The translation for “Replies” can be “Kommentarer” in norwegian. Also, is it possible to remove “at” in date and time? Or replace it with a “-” ?
Best regards,
SteffanMarch 8, 2020 at 2:07 pm #1191264Hi,
Please find the link to the two files in the Private Content area, then upload to your site via FTP or your cPanel file manager at
\wp-content\themes\enfold\lang\
and save a backup of your original two files for fallback.
Then clear your browser cache and check.I see in the “nb_NO.po” there are many translations not completed, it is only 6% done. We are thankful to all of the translators that assist with this thread, if you would like to contribute to your language you could use the free software Poedit and open the “nb_NO.po” file to edit it, which also updates the “nb_NO.mo” file and then upload the two files to the thread for it to be added to the theme.
Any help would be great, thank you.Best regards,
Mike -
This reply was modified 5 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.