Likewise. On pages created with Elementor, I receive a ‘Refused to Connect’ error. On the rest of the site (not created in Elementor) Responsinator works just fine. Please help.
Thanks
This issue is probably because of your webserver security settings. Do a inspect element on these pages and see if you see an error like:
Refused to display “URL” in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’. http://www.responsinator.com/:1
If you are running NGINX then need to find a setting like:
more_set_headers “X-Frame-Options : SAMEORIGIN”;
and comment it out.
There’s a reason for that and I’d recommend do this only on stage or while testing your site’s responsiveness.