Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1073088

    i’m using enfold v4.5.2 with ‘max mega menu’ plugin.
    Is it possible to change text when mouse over on menu items?
    ex) AAA -> BBB

    thank you.

    #1073090

    Hi,

    Thanks for contacting us!

    I am not sure if i understood the changes you would like to make clearly. Could you please post a screenshot and show?

    Regards,
    Yigit

    #1073191

    Hi, thank you for reply.
    I would like to change ‘English’ label to ‘Korean’ on mouse over.

    ex) BRAND -> 브랜드
    1. Navigation label ‘BRAND’ is normally display.
    2. This label changes to ‘브랜드’ (typed Description or Attribute option) when hover.
    Is it possible?

    I’m sorry I’m poor at English :)

    #1073200

    Hi,

    Please go to Appearance > Menus and insert your navigation labels as following

    
    <span class="nonhover-menu">Contact</span><span class="hover-menu">Kontaktai</span>
    

    Then please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
    CSS Snippet:

    
    .avia-menu-text:hover .nonhover-menu {
        display: none;
    }
    
    .avia-menu-text:hover .hover-menu {
        display: block;
    }
    .avia-menu-text .hover-menu {
        display: none;
    }
    

    Best regards,
    Yigit

    #1073208

    Thank you for your detailed reply.
    But it does not work. Link

    Both ‘contact’ and ‘kontaktai’ are displayed.

    #1073215

    Hi,

    Please change custom CSS code to following one

    .mega-menu-link:hover .nonhover-menu {
        display: none;
    }
    
    .mega-menu-link:hover .hover-menu {
        display: block;
    }
    .mega-menu-link .hover-menu {
        display: none;
    }

    Best regards,
    Yigit

    #1073216

    Great!!! It works perfectly.

    I’m using ‘max mega menu’ plugin.

    I used ‘.mega-menu-link’ instead of ‘avia-menu-text’.

    I’ll ask you one more thing.

    Is it possible position of other menu not move when label changes?

    See ‘BRAND’ menu.
    It changes language on mouse over, but triangle disappears and location of ‘submenu & the other primary menu ‘ changes.

    • This reply was modified 5 years, 9 months ago by tcp5004.
    #1074233

    Hi tcp5004,

    I have checked the Brand menu and I don’t see it change language on mouse over or the triangle disappears.
    Can you provide a screenshot for that?

    Best regards,
    Nikko

    #1074239

    Hi Nikko,

    This site is in service and I did not apply it.
    I applied again now. Can you check it?

    SITE
    SCREENSHOT

    In addition, ‘RESERVATION’ menu will make it easier to understand.

    Thank you.

    • This reply was modified 5 years, 9 months ago by tcp5004.
    #1074941

    Hi tcp5004,

    Thanks for providing the screenshot however I couldn’t reproduce it on my end.
    I tested it with browsers like Chrome, IE11 and Edge and it doesn’t behave as what you have described.
    Can you try to flush out your browser cache? it might just be some caching issue.

    Best regards,
    Nikko

    #1075237

    This site is in service.

    Menu becomes strange when applied, I have removed code after 12 hours.

    I will apply it again now. (for 12 hours)

    Thank you.

    #1076850

    Hi,
    Sorry for the late reply, are your custom menu labels in effect now? I was not able to trigger the effect with a mouse-over
    .

    Best regards,
    Mike

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