
-
AuthorPosts
-
December 19, 2017 at 10:07 pm #890610
In the Enfold setting, I have selected the header to retract. The header reduces together with the logo (which is flattened) but not the header menu it stays in its original place. Where do I have to go and what do I need to do to let the header menu reduce and scroll together. thanks
December 20, 2017 at 12:26 am #890645Hey anduni,
Can you provide a link to your site so I can better understand what you currently have.
Best regards,
Jordan ShannonDecember 20, 2017 at 9:11 am #890710This reply has been marked as private.December 21, 2017 at 7:32 pm #891299Hi,
I’m only seeing the under construction page. If possible please provide the admin info in the private area.
Best regards,
Jordan ShannonDecember 21, 2017 at 7:34 pm #891302This reply has been marked as private.December 21, 2017 at 7:45 pm #891310Hi,
Add this to quick css:
#header_main.container_wrap.container_wrap_logo{ height:55px!important; }
Best regards,
Jordan ShannonDecember 21, 2017 at 8:04 pm #891329Thank you Jordan,
but the css dosen’t work,December 21, 2017 at 11:52 pm #891409Hi,
Did you add it to the very top of quick css. If you are running other custom css, it could prevent what I gave you from running.
Best regards,
Jordan ShannonDecember 22, 2017 at 2:00 pm #891574Hi Jordan,
I inserted the CSS but it still doesn’t work.
I use the Mega Menu plugin, can it coinside with the css ??
Thanks
AntonioDecember 22, 2017 at 4:19 pm #891612Hi Antonio,
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,
VictoriaDecember 22, 2017 at 4:57 pm #891635This reply has been marked as private.December 22, 2017 at 5:48 pm #891659Hi anduni,
It should be the temporary administrator. We need to check theme options.
Best regards,
VictoriaDecember 22, 2017 at 6:51 pm #891669This reply has been marked as private.December 22, 2017 at 7:25 pm #891683Hi,
Please keep us updated.
Best regards,
Jordan ShannonDecember 26, 2017 at 5:33 pm #892052This reply has been marked as private.December 27, 2017 at 5:51 am #892124Hi anduni,
You can use one of your own emails or (Email address hidden if logged out) , just make sure to post user and password here in private.
Best regards,
RikardDecember 27, 2017 at 10:17 am #892138This reply has been marked as private.December 31, 2017 at 6:52 pm #892390Hi,
I added this code in the General Styling > Quick CSS field:#header.all_colors.header-scrolled #mega-menu-wrap-avia #mega-menu-avia {line-height: 40px!important; }
and now on scroll your menu moves up when your logo shrinks.
Please clear your browser cache and check.Best regards,
MikeJanuary 7, 2018 at 11:59 am #894317hi,
with the below code and clearing the caches nothing changed.
There is a problem with the SEARCH BOX, it appears on the main page (centre of all the pages) and not on the top of the header- next to contact …
How can I place it at the top of each page, next to Contact on the header? (on all the pages)
thanks
AnduniJanuary 7, 2018 at 3:34 pm #894357Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { li#menu-item-search {display:inline-block!important;} }
Best regards,
MikeJanuary 7, 2018 at 8:57 pm #894487Hi,
the css code works, but it’s in italian …how can I change it into english?
thanks
anduniJanuary 7, 2018 at 9:19 pm #894507Hi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function my_search_form($html) { return str_replace('Cerca', 'Search', $html); } add_filter('get_search_form', 'my_search_form');
Best regards,
MikeJanuary 9, 2018 at 1:09 pm #895218hi Mike,
thanks for the code it works but when I search ( example “italy” ) the results and language is in italian . how can this be changed? thanks
AnduniJanuary 9, 2018 at 2:12 pm #895240Hi,
Your site language is in Italian, please go to WordPress > Settings > General Settings > Site language, and choose English.
This will be what your visitors see.
For your admin backend, go to WordPress > Users > Your Profile > Language, and choose Italian
This will be how you see the backend.Best regards,
MikeJanuary 9, 2018 at 4:01 pm #895275hi,
Thanks, I resolved the language problem.
I need to know how to use : page scroll to id for WordPress ?
how do I insert id code in the Layerslider, for this to work? where do I need to insert the codes- before and after ?
thanks :))
AnduniJanuary 9, 2018 at 7:40 pm #895346Hi,
You mean you are looking to use the anchor text feature? If so you can refer to the following:
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.