-
AuthorPosts
-
December 7, 2017 at 2:06 pm #886092
site is the same…. https://www.weddingplannersintuscany.com
another problem…. main menu is suddenly disappeared from navigation on smartphone another time….:(
- This topic was modified 6 years, 11 months ago by niguli.
December 7, 2017 at 2:40 pm #886105Hey Nicola!
Please remove following custom CSS code and flush cache
@media only screen and (max-width: 1365px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Regards,
YigitDecember 7, 2017 at 4:33 pm #886155Hi. I don’t have these code lines in my QuickCSS. I simply did a flush cache and now menu and lens are visible, but:
– they overlap the logo in smartphone view.
– they don’t appear in it e pt version of the website.can you help me solving? thanks
ENG website
December 9, 2017 at 1:54 pm #886815Hi,
So the search must be hidden on the mobile view?
Best regards,
VictoriaDecember 9, 2017 at 4:08 pm #886873No I Would like to keep it visibile, thanks ;)
December 10, 2017 at 2:10 am #887018Hi,
Please temporary disable your cache plugin and flush, your search is hidden again.Best regards,
MikeDecember 10, 2017 at 11:14 am #887078Hi Mike.
I did it.Search icon his still not visible.
Anyway, main problem is that the hamburger menu is not visible in italian and portuguese language.December 12, 2017 at 12:14 am #887599Hi,
Please go to Appearance -> Menu
and there add new menu for the different languages.That should fix the lang issue
Best regards,
BasilisDecember 12, 2017 at 10:42 am #887810Hi Balisis. I’ve already have menu translated in ita and port (both main menu and secondary menu). The menus are both synchronized via wpml.
Please let me know, before proceeding …December 12, 2017 at 2:26 pm #887942Hi,
I removed following code from Quick CSS field for each language
li.noMobile.menu-item.menu-item-search-dropdown.menu-item-avia-special a { display: none; } @media only screen and (max-width: 1350px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; }}
Now burger menu and search icon shows up on all languages on my end. Please flush browser cache and review your website.
Best regards,
YigitDecember 12, 2017 at 3:32 pm #887967I can see it now in all languages, thank you. Last problem: the LENS icon overlaps per Logo in portrait mode. Can you help me more?
December 13, 2017 at 2:06 am #888185Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) { .responsive #top .logo { margin-left: 0; }}
Best regards,
YigitDecember 13, 2017 at 12:44 pm #888292that’s great thanks!
By the way, do you know why the lens icon font is not properly shown when you click the lens ?
code:
Look at the value…. :(
- This reply was modified 6 years, 11 months ago by niguli.
December 13, 2017 at 1:10 pm #888305Hi,
I think this is related to one of the plugins you are using. Adding following code to Quick CSS should help
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello'!important; }
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.