Tagged: x
-
AuthorPosts
-
November 30, 2016 at 6:50 am #1275937
FERLAFParticipantHello,
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.November 30, 2016 at 6:51 am #1275939
Paul RModeratorHi,
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.
November 30, 2016 at 7:02 am #1275955
FERLAFParticipantsorry!!! wp.laforetgroup.com
November 30, 2016 at 9:10 am #1276068
RupokMemberHi 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!
November 30, 2016 at 9:46 am #1276107
FERLAFParticipantTHANK 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 YOUNovember 30, 2016 at 10:07 am #1276131
RupokMemberHi 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”?
November 30, 2016 at 10:57 am #1276179
FERLAFParticipantHi 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 youNovember 30, 2016 at 11:14 am #1276198
RupokMemberHi 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.
November 30, 2016 at 11:27 am #1276212
FERLAFParticipanttHANK YOU.
tHE LAST ONE AND WHY WITH THE PHONE I CAN NOT SCROLL DOWN THE MENU AND SEE THE BUTTON SEARCH.November 30, 2016 at 11:50 am #1276232
RupokMemberHi 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!
November 30, 2016 at 12:11 pm #1276259
FERLAFParticipanttHANK YOU
November 30, 2016 at 12:18 pm #1276268
RahulModeratorYou’re most welcome!
Feel free to ask us again.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1275937 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
