• Resolved malorkan

    (@malorkan)


    we have a wordpress page with elementor and I want to use the chatbot as an popup like in the page of the addon owner: https://meowapps.com/ in the right down corner. In the moment only on a password protected page. there when the shortcode is simply embedded on the page everything works as it should. in the separate popup when it goes up the content is also loaded but the chatbot won’t let me send the message. can i check what’s wrong or is there a known problem ? or is there an option to activate the bot like the owner.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @malorkan !

    In your chatbot’s visual settings, you can enable the “Pop-up” option. Once you’ve done this, your chatbot will appear as a pop-up icon wherever the shortcode is used.???

    You can also choose the chatbot you want to have as a pop-up on all of your website pages by using the Site-Wide Chat option and selecting its ID from the list.?

    Thread Starter malorkan

    (@malorkan)

    Hello @valwa
    thanks for your great support. that made the popup window pop up. unfortunately i’m still looking for how i can make it just a bit wider like i saw on your page there i saw when i inspect the page that you adjusted the width. it’s not as easy as using the shortcode i guess? [mwai_chatbot_v2 style=””–mwai-width: 960px””]
    unfortunately i haven’t seen anything about this in the FAQ yet.

    Plugin Support Val Meow

    (@valwa)

    Hey @malorkan ! ??

    You can acheive this using some CSS, have a look :

    .mwai-open-button > img {
        width: 150px;
        height: 150px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress Popup’ is closed to new replies.