"Uncaught DOMException: The operation is insecure." if i click on a Link (with picture)
-
Hello Dear Community
Lay Theme Version: 4.4.7
Wordpress 6.0.2.
PHP 7.3On the Website of https://annettefischer.ch/wpcms/ are some pictures an links.
If the Visitors are clicking on it, nothing appears.
The Developer-Console of FF is showing some "Uncaught DOMException" with each click.
If i right-click on the links, and choose to "open in new tab" the link works as expected.
Could you please give me a hint, how to solve that problem?
-
hey i see your custom code creates an error:
window.laytheme.on("newpageshown", function(layoutObj, type, obj){ if(jQuery("body").hasClass("slug-work")){ var hash = location.hash; jQuery('html, body').animate({ scrollTop: jQuery(hash).offset().top, }, { duration: 0, easing: "easeOutSine" }); } });
please remove that code, it is for scrolling to anchors, you dont need that code anymore cause i put it into lay theme itself
the other error:
actually i cant find any image linked on that site that produces that errorcan you send a screenshot of which image you mean
maybe install the plugin "simple ssl"
i see your website can be reached from http and https, but the http version should redirect to the http version i thinkmixing up https with http links as image links could have produced that error
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it