ConvertPlus Pop up module not linking

I’m trying to have a plain text link pop up a convertplus module and then have a button that will take the user off the site but that can be clicked on from the module window and doesn’t need to be automatic.

I tried 3 different ways to link my pop up and none are working. I had looked at the documentation and this forum post https://theme.co/apex/forum/t/how-to-pop-convertplus-modals-as-a-link/30050

These are the 3 tries:

Please click [cp_modal id="my-exit-popup"]here[/cp_modal] to learn more about XXX LLC.

Click Me

Link Text

this is my pop up
https://bramshill.staging.wpengine.com/wp-admin/admin.php?page=smile-modal-designer&style-view=edit&style=cp_id_6fdd8&theme=every_design
ideally I don’t need it link just to pop the pop up from a text link

Hi @designbabe,

Thank you for writing in, you actually almost got it but with a couple mistake.


In CSS an ID selector is prepended with #. So your selector should be #my-exit-popup

https://www.htmldog.com/guides/css/intermediate/classid/

You did not select any target page/s so the modal is nowhere near on any of your pages. Please add your contact us page on the box I highlighted. Or you can Enable the modal to “Complete Site” so you can trigger it on any page.

Hope it helps,
Cheers!

thanks that worked,

You’re most welcome, @designbabe.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.