Home Forums WoodMart support forum Change the language switcher position!

Change the language switcher position!

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #412595

    hugo54
    Participant

    Good 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 Dias

    Attachments:
    You must be logged in to view attached files.
    #412648

    Hello,

    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

    #413644

    hugo54
    Participant

    Thanks 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.
    #413936

    Hello,

    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

    #413959

    hugo54
    Participant

    Thanks 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/&#8217;;(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 Dias

    #414105

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

    #414432

    hugo54
    Participant

    Thank you for your reply. You may close this ticket.

    Best Regards
    Hugo Dias

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Change the language switcher position!’ is closed to new replies.