Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #1235737

    Hello,
    I have two problems regarding Enfold/WPML:
    1. Is it possible to delete the colored underline under the active language flag? (the underline should stay under the text links)
    2. The underline isn’t directly under the flag. It moved some mm to the left. Do you know why?
    Regards
    Joe

    #1235892

    Hey Jörg,

    I’m not seeing the flags at all. Can you screenshot the issue?

    Best regards,
    Jordan Shannon

    #1236423

    Hej Jordan, just click on one of the links in the menu.
    How do I attach a screenshot?
    Regards
    Joe

    #1236426

    I found another problem:
    The menu disappears when you slowly drag the browser window (or use an iPad) and the mobile menu appears very late.

    #1236592

    Hi,

    This CSS is causing that to happen:

    .header_color .avia-menu-fx {
        border-bottom: solid 5px #ffe600!important;
    }

    Please try to remove that CSS. I can’t see exactly where it’s coming from since the CSS is compressed/minified by your caching plugin.

    Best regards,
    Rikard

    #1236643

    Hi Rikard,

    I removed the CSS but that only chages the styling of the underline.
    I also deactivated the autoptimze plugin. I hope that helps you finding the error.
    Regards
    Joe

    #1236844

    Hi Joe,

    Ok, but you will have to remove !important from your CSS, otherwise we can’t give you any CSS to override it. Or use this CSS instead:

    nav.main_menu .menu-item .avia-menu-fx {
        border-bottom: solid 5px #ffe600;
    }

    Best regards,
    Rikard

    #1236895

    Hello Rikard,
    I replaced the CSS but the problem is still the same. And when I hover the word “Unternehmen” there is a dark line too.
    Any idea?
    Thanks in advance
    Joe

    • This reply was modified 4 years, 3 months ago by joe-ell.
    #1237247

    Hi Joe,

    Please try this CSS as well, below the previous CSS I gave you:

    nav.main_menu .wpml-ls-menu-item .avia-menu-fx {
        display: none !important;
    }

    Best regards,
    Rikard

    #1237387

    Hi Rikard,
    thanks, thats works perfect. The only thing that is not so perfect is the dark line under “Unternehmen”. I tried different changes but with no success. Do you have an idea for that.
    Regards
    Joe

    #1237761

    Hi Joe,

    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_header_top .header_color .main_menu ul:first-child >li > ul,
     .html_header_top #top .header_color .avia_mega_div > .sub-menu {
        border-top-color: transparent;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1238798

    Hi Victoria, both ways don’t work. :(
    Let me know if you have an idea. If not it’s ok too. :)

    Is there a way to hide a complete column on all devices without deleting it?

    Cheers
    Joe

    #1238914

    Hi Joe,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1241229

    Hello Vicoria,
    sorry for the delay. Here is the required data.
    This week I activated the english version with WPML and the flag was underlined again. Maybe you could check that too.
    Thanks in advance.
    Joe

    #1241921

    Hi Joe,

    Best regards,
    Victoria

    #1243277

    Looks perfect. Thanks!

    Is there a simple way to hide a column? The Screen Options only allow to “hide on mobiles”.

    Regards
    Joe

    #1243456

    Hi,

    We can use css to target specific columns in order to hide them. You would need to give them a unique id or class first.

    Best regards,
    Jordan Shannon

    #1244267

    Hi Jordan,
    do you have an example for that? I’m not good in CSS. That why I love your Avia Builder. :)
    Thanks!
    Joe

    #1244491

    Hi,

    There is an instructional in the document:

    Best regards,
    Jordan Shannon

    #1244592

    Thanks. I’ll try.
    Maybe one day this will be possible as a default setting.. ;)

    • This reply was modified 4 years, 2 months ago by joe-ell.
    #1245045

    Hi,

    Yes, maybe. We’ll keep it in consideration for a future release of the theme.

    Best regards,
    Rikard

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