Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1275937
    FERLAF
    Participant

    Hello,
    1)I would the header of the menu go down when I scroll, in pone.
    2) Whwen I open the menu in pone, i would like change the Word search to Buscar and icon men put ACCESO. PHONE.
    3) Take off the Logo and put LAFORET GROUP. PHONE.
    Thanks a lot.

    #1275939
    Paul R
    Moderator

    Hi,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

    #1275955
    FERLAF
    Participant

    sorry!!! wp.laforetgroup.com

    #1276068
    Rupok
    Member

    Hi there,

    Thanks for the URL.

    #1. Do you want fixed Navbar on mobile like the desktop? In that case you can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 979px) {
    .x-navbar.x-navbar-fixed-top {
      position: fixed !important;
    }
    }

    #2. To change the text , let’s add this under Custom > JavaScript in the Customizer.

    jQuery ( function( $ ) { 
      $('.x-hidden-desktop').text("Buscar"); 
    } );

    Not sure what you are talking about the icon. Would you clarify a bit?

    #3. If you want to remove logo and use text then you can do it from Customize > Header.

    Hope this makes sense. If you still have any question, kindly explain a bit so that we understand and assist you better.

    Cheers!

    #1276107
    FERLAF
    Participant

    THANK YOU a lot.
    #1 WHEN I PUT IT IN PHONE WE CAN SEE THE search.

    2)If it is posible the icon user for pHone see ACCESO.

    #3 BUT i ONLY WANTED TO REMOVE WHEN IT IS THE PHONE MENU
    tHANK YOU

    #1276131
    Rupok
    Member

    Hi there,

    Thanks for writing back. Can you update the questions in order like before, please? Also would you clarify what you are referring by “ACCESO”?

    #1276179
    FERLAF
    Participant

    Hi Rupok,
    In phone menú , there are the icon user and i wanted to change to Word acceso, but only in pone menú. And I can see the search inthe pone menú now.
    Thank you

    #1276198
    Rupok
    Member

    Hi there,

    Thanks for writing back. I don’t see search rather it’s “Buscar” – http://prntscr.com/ddpdwh

    And to change the icon to text “acceso”, add this under Custom > JavaScript

    jQuery ( function( $ ) { 
      $('.mobile .menu-item-7249 a > span').text("Acceso"); 
    } );

    Hope this helps.

    #1276212
    FERLAF
    Participant

    tHANK YOU.
    tHE LAST ONE AND WHY WITH THE PHONE I CAN NOT SCROLL DOWN THE MENU AND SEE THE BUTTON SEARCH.

    #1276232
    Rupok
    Member

    Hi there,

    It’s because you have made the Navbar fixed on mobile. Let’s add the CSS as well :

    .x-nav-wrap.mobile {
      height: 400px;
      overflow-y: auto;
    }

    If you still don’t like that, you need to take the below code off as it’s not good to make the Navabr fixed on mobile:

    @media only screen and (max-width: 979px) {
    .x-navbar.x-navbar-fixed-top {
      position: fixed !important;
    }
    }

    Cheers!

    #1276259
    FERLAF
    Participant

    tHANK YOU

    #1276268
    Rahul
    Moderator

    You’re most welcome!

    Feel free to ask us again.

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1275937 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>