• Resolved noahmarshall

    (@noahmarshall)


    I am facing an issue with the GTranslate plugin while using it with an Elementor popup. When I select a language from the dropdown in the popup, the site language does not change as expected. However, the language switch works properly if I place the GTranslate shortcode on any page.

    This suggests that the plugin functionality is not fully initializing inside the Elementor popup unless the shortcode is used elsewhere on the site.

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

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

    (@edo888)

    Hi,

    I see that when the popup opens it uses js to populate the contents, however the javascript onclick events are not being copied, so changing the language does nothing.

    You might want to create a blank element with specific ID inside the popup instead of using the shortcode, like: <div id="popup-gtranslate"></div>

    Then in GTranslate settings inside Wrapper selector CSS option write: .gtranslate_wrapper,#popup-gtranslate, so it will render the element inside the popup, instead of being copied. Hope that helps.

    Thanks! ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.