-
AuthorPosts
-
August 6, 2020 at 2:29 pm #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
JoeAugust 7, 2020 at 3:39 am #1235892Hey Jörg,
I’m not seeing the flags at all. Can you screenshot the issue?
Best regards,
Jordan ShannonAugust 10, 2020 at 1:03 pm #1236423Hej Jordan, just click on one of the links in the menu.
How do I attach a screenshot?
Regards
JoeAugust 10, 2020 at 1:54 pm #1236426I found another problem:
The menu disappears when you slowly drag the browser window (or use an iPad) and the mobile menu appears very late.August 11, 2020 at 7:18 am #1236592Hi,
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,
RikardAugust 11, 2020 at 11:25 am #1236643Hi 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
JoeAugust 12, 2020 at 6:53 am #1236844Hi 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,
RikardAugust 12, 2020 at 9:33 am #1236895Hello 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.
August 13, 2020 at 5:22 am #1237247Hi 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,
RikardAugust 13, 2020 at 12:16 pm #1237387Hi 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
JoeAugust 14, 2020 at 11:59 am #1237761Hi 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,
VictoriaAugust 18, 2020 at 2:00 pm #1238798Hi 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
JoeAugust 18, 2020 at 9:13 pm #1238914Hi 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,
VictoriaAugust 27, 2020 at 3:31 pm #1241229Hello 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.
JoeAugust 30, 2020 at 2:04 pm #1241921Hi Joe,
Best regards,
VictoriaSeptember 4, 2020 at 11:21 am #1243277Looks perfect. Thanks!
Is there a simple way to hide a column? The Screen Options only allow to “hide on mobiles”.
Regards
JoeSeptember 4, 2020 at 11:23 pm #1243456Hi,
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 ShannonSeptember 8, 2020 at 12:00 pm #1244267Hi Jordan,
do you have an example for that? I’m not good in CSS. That why I love your Avia Builder. :)
Thanks!
JoeSeptember 9, 2020 at 12:11 am #1244491September 9, 2020 at 11:15 am #1244592Thanks. 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.
September 11, 2020 at 4:44 am #1245045 -
AuthorPosts
- You must be logged in to reply to this topic.