• Resolved selejanalex

    (@selejanalex)


    Hello,

    First of all thank you for the plugin.

    I’ve implemented the plugin on the site and everything works fine, as long as the plugin is implemented on a page. However when I tried implementing it in an Elementor Popup, the record button no longer is displayed.

    Could you please point me in the right direction to debug the issue ?

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Phoenix Studio

    (@phoenixstudiodz)

    Hello,
    Thank you for reaching out to us.
    The plugin initialize the it’s ui once the page load, and this will not work for something like a modal (where content of modal is created via javascript).
    To solve this you have two options
    1) change window.onload in easy-voice-mail/public/easy-voice-mail.js to one of the methods discribed in the elementor developer webpage
    2) or you can call initVoiceMailUI() from the elementor event (be sure that function exist before calling)
    you can check here the official docs for elementor popup show and hide.
    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Voice recording in an Elementor Popup’ is closed to new replies.