Automatically opening of popup
-
I want to open a specific popup when the user comes from a specific page. I added a GET parameter in the URL and can open a popup automatically based on that. It works for most users. However, some users experience problem with this. Several of them have problem that popup does not open and the error is only in the Chrome browser. In the console is an error Uncaught TypeError: this.getModal is not a function
When the same user opens the page in another browser, everything work as it is expected. I cannot reproduce this error, we cleared all the cache. JS code is added through the wp_footer action in functions.php. Does anyone have the same problem or idea why this is happening for several users and how to solve this?
Thanks in advance.
- The topic ‘Automatically opening of popup’ is closed to new replies.