Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #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

    #890645

    Hey anduni,

    Can you provide a link to your site so I can better understand what you currently have.

    Best regards,
    Jordan Shannon

    #890710
    This reply has been marked as private.
    #891299

    Hi,

    I’m only seeing the under construction page. If possible please provide the admin info in the private area.
    Best regards,
    Jordan Shannon

    #891302
    This reply has been marked as private.
    #891310

    Hi,

    Add this to quick css:

    #header_main.container_wrap.container_wrap_logo{
    height:55px!important;
    }

    Best regards,
    Jordan Shannon

    #891329

    Thank you Jordan,
    but the css dosen’t work,

    #891409

    Hi,

    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 Shannon

    #891574

    Hi Jordan,

    I inserted the CSS but it still doesn’t work.
    I use the Mega Menu plugin, can it coinside with the css ??
    Thanks
    Antonio

    #891612

    Hi 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,
    Victoria

    #891635
    This reply has been marked as private.
    #891659

    Hi anduni,

    It should be the temporary administrator. We need to check theme options.

    Best regards,
    Victoria

    #891669
    This reply has been marked as private.
    #891683

    Hi,

    Please keep us updated.

    Best regards,
    Jordan Shannon

    #892052
    This reply has been marked as private.
    #892124

    Hi 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,
    Rikard

    #892138
    This reply has been marked as private.
    #892390

    Hi,
    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,
    Mike

    #894317

    hi,
    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
    Anduni

    #894357

    Hi,
    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,
    Mike

    #894487

    Hi,
    the css code works, but it’s in italian …how can I change it into english?
    thanks
    anduni

    #894507

    Hi,
    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,
    Mike

    #895218

    hi 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
    Anduni

    #895240

    Hi,
    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,
    Mike

    #895275

    hi,
    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 :))
    Anduni

    #895346

    Hi,

    You mean you are looking to use the anchor text feature? If so you can refer to the following:

    Best regards,
    Jordan Shannon

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