• Resolved danieledibiagio

    (@danieledibiagio)


    Hi, I’m experiencing some issues with the GTranslate free version that seem to be affecting the functionality of my mobile header. Specifically, the mobile header, which utilizes custom code, is not working correctly after applying GTranslate. The hamburger menu and search icon are either not functioning as expected or are overlapping in a way that disrupts usability.
    Additionally, I’ve noticed that the search icon and the hamburger icon are being translated, causing the icons themselves to change depending on the selected language.
    I have tried to prevent translation by adding the notranslate class to the elements, but unfortunately, this approach did not resolve the issue.
    I have attached a screenshot for your reference, and you can observe the issue directly on my website.
    Could you please provide guidance or support to help me address these problems? I look forward to your prompt response and assistance in ensuring that GTranslate works seamlessly with my mobile header.
    Thank you for your attention to this matter. I look forward to hearing from you soon

    You can find all the attachments insire the link
    https://we.tl/t-0jDy8OaHWu

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    You have the following code for hamburger button:

    <span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-animated">a</span>

    You need to add notranslate class to it, so it becomes:

    <span class="notranslate et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-animated">a</span>

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Troubleshooting Gtranslate’ is closed to new replies.