Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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.

    #1184215

    Please let me know if more information is needed 🙂

    #1184368

    Bump..

    #1184524

    Hi 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,
    Victoria

    #1184585

    Hi 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.

    #1185404

    Hi,

    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.

    #1185605

    Hi,

    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,
    Ismael

    #1185662

    Hi Ismael,

    Thank you for your reply.

    Have you been able to check my main request regarding flyouts also for sub-menus?

    Best regards,
    Steffan

    #1186584

    Hi,

    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,
    Ismael

    #1190967

    Good 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.
    #1191151

    Hi,
    Thanks for the screenshot, within the /enfold/lang/nb_NO.po and nb_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,
    Mike

    #1191229

    Hi,

    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,
    Steffan

    #1191264

    Hi,
    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.