Home › Forums › WoodMart support forum › Change the language switcher position!
Change the language switcher position!
- This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago by
hugo54.
-
AuthorPosts
-
October 10, 2022 at 6:12 pm #412595
hugo54ParticipantGood afternoon, I would like to know if it is possible to change the language switcher in meno mobile to below my account. Here is an attached image explaining what I want.
Best regards:
Hugo DiasAttachments:
You must be logged in to view attached files.October 11, 2022 at 2:48 am #412648
Elise NoromitMemberHello,
You need to remove the language switcher from the menu and add the language switcher widget into Area after the mobile menu: https://gyazo.com/23828cdc8bc59d1490bcf0d18ccf8d92
If you have any questions please feel free to contact us.
Best Regards
October 14, 2022 at 1:27 am #413644
hugo54ParticipantThanks for the help, I managed to solve the problem with your help.
I would also like your help with another problem, recently on my site I installed the helcrunch chat and I would like to know if it is possible to hide the chat when (cart-widget-side) opens and on the product page. I’ve been talking to the helpcrunch team and they gave me these codes that allow me to hide the chat.Code:
You can hide the widget by calling hideChatWidget method:HelpCrunch(‘hideChatWidget’);
Force open/close chat after custom event
If you want to open or hide HelpCrunch chat by some custom event on your page – just call openChat / closeChat methods when your event fires:HelpCrunch(‘openChat’);
HelpCrunch(‘closeChat’);I would like help to know where to put it.
Attached are some images showing the problem.Best regards:
Hugo Dias
Attachments:
You must be logged in to view attached files.October 15, 2022 at 2:39 am #413936
Elise NoromitMemberHello,
We can suggest custom CSS to hide the element, at the same time it would always be hidden not by call or even.
If you need the customization, you will need to ask the plugin support code snippet and we will help you to insert it properly.
If you have any questions please feel free to contact us.
Best Regards
October 15, 2022 at 5:37 am #413959
hugo54ParticipantThanks for the reply, the code is this:
<script type=”text/javascript”>
(function(w,d){
w.HelpCrunch=function(){w.HelpCrunch.q.push(arguments)};w.HelpCrunch.q=[];
function r(){var s=document.createElement(‘script’);s.async=1;s.type=’text/javascript’;s.src=’https://widget.helpcrunch.com/’;(d.body||d.head).appendChild(s);}
if(w.attachEvent){w.attachEvent(‘onload’,r)}else{w.addEventListener(‘load’,r,false)}
})(window, document)
</script><script type=”text/javascript”>
HelpCrunch(‘init’, ‘woodnest’, {
applicationId: 3,
applicationSecret: ‘XUiHduemIYwL0oA7lhn/e+PeP6hwWMLM5QwUWFUMJUjdbJAyMWXIgHF7XDNSUH+6jJEUOGHfB1NZcFbf16GIGg==’
})HelpCrunch(‘showChatWidget’);
</script>With best regards:
Hugo DiasOctober 16, 2022 at 4:32 am #414105
Elise NoromitMemberHello,
We are glad you have solved the issue.
If you have any questions please feel free to contact us.
Best Regards
October 17, 2022 at 4:28 pm #414432
hugo54ParticipantThank you for your reply. You may close this ticket.
Best Regards
Hugo Dias -
AuthorPosts
Tagged: chat
The topic ‘Change the language switcher position!’ is closed to new replies.
- You must be logged in to create new topics. Login / Register