Hello James, I hope you are doing well today !
I tested it on my sandbox site and the pop up is working on a specific URL. Make sure that you are not including the'url'
quotes inside the condition.
Is there any other conditions activated? I visited your site and there is no JS errors in the developer console, so it doesn’t look like there is a conflict with a plugin, however, jut to make sure it’s not, please run a quick check for a conflict with a plugin or theme.
Follow the flowchart from our Getting Support manual:
https://premium.wpmudev.org/manuals/using-wpmu-dev/getting-support/
Make sure the PopUp item is set to Active. Screenshot.
If again, the popup still not working, please enable WordPress debug. log in your wp-config.php by replacing define(‘WP_DEBUG’, false); with this code:
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
Visit your blog page again. This will create debug.log file in your wp-content folder that could tell us what is going on.
Let us know how it went!
Cheers,
Nastia