Hi @fbk93
Thanks for reporting the issue and getting in touch! ??
I actually did test the Popup For Divi plugin with Divi 3.19.18 and everything does work as expected for me.
It’s great, that you have posted the link to your dev page! I think I found the problem in your setup:
1. You did copy-paste the code snippet from @joelnewcomer directly from the website. WordPress replaces some code-characters with different “more stylish” characters. In this case, all double-qoutes (“) were replaced with some kind of curly quotes (they are slightly slanted). However, javascript does not recognize this character and throws an error.
2. The actual problem is the class name, which you added to your Divi sections: I see that you added “trigger-popup” to the section, instead of only “popup”.
What you need to do to get the popup working:
1. Remove the custom code again from your page
2. Also remove the class “trigger-popup” from the header-module in your Step 3 section
3. Create a new Divi section (possibly the section with a Contact form) and give the section the class “popup” + the ID “contact-form” (as an example)
4. Edit the button “Jetzt Kontakt aufnehmen” and set the link to “#contact-form” (i.e. to the ID that you just used for your popup-section)
Save it and everything should work.
Let me know how it went. Philipp ??