vidmarc Posted June 6, 2018 Share Posted June 6, 2018 Site is set up with https. However, when viewing product pages I'm seeing various errors in the browser inspector: Quote Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://m.addthis.com/live/red_lojson/100eng.json?sh=0&ph=4059&ivh=1001&dt=246211&pdt=1789&ict=&pct=2&perf=widget|1790|1264%2Clojson|13546|294%2Csh|13555|0%2Csh|13560|628&rndr=render_toolbox|14095%2Cpreferred_available|16841&cmenu=null&ppd=0&ppl=0&fbe=&xmv=0&xms=0&xmlc=0&jsfw=jquery%2Cgoogleanalytics%2Cfacebook&jsfwv=jquery-2.1.4%2Cgoogleanalytics-analytics.js%2Cfacebook-unk&al=men&scr=0&scv=0&apiu=0&ba=3&sid=5b17b2b60c2afa30&rev=v8.3.20-wp&pub=ra-5200e595386c5d5f&dp=www.fabpress.com&fp=cinema-sewer-volume-six.html&pfm=0&icns=addthis%2Cfacebook%2Ctwitter%2Cprint%2Cemail%2Cpinterest_share%2Cgmail%2Cgoogle_plusone_share. (Reason: CORS header 'Access-Control-Allow-Origin' does not match '*'). Quote Blocked loading mixed active content "http://fabpress.disqus.com/embed.js" Quote reCAPTCHA couldn't find user-provided function: reCaptchaCallback Any suggestions? Quote Link to comment Share on other sites More sharing options...
vidmarc Posted June 7, 2018 Author Share Posted June 7, 2018 Does anybody have any idea what could be causing these errors? Thanks. Quote Link to comment Share on other sites More sharing options...
bsmither Posted June 7, 2018 Share Posted June 7, 2018 One more time... the web address? Quote Link to comment Share on other sites More sharing options...
vidmarc Posted June 7, 2018 Author Share Posted June 7, 2018 Oops, my apologies. https://www.fabpress.com/ Quote Link to comment Share on other sites More sharing options...
bsmither Posted June 7, 2018 Share Posted June 7, 2018 The 'disqus' issue: /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); Change: dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; To: dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; I see the "reCaptchaCallback" function at the bottom of the page, so I don't know what's going on there. Where is the addthis code in the template? Quote Link to comment Share on other sites More sharing options...
vidmarc Posted June 7, 2018 Author Share Posted June 7, 2018 (edited) These are the CC plugins - does this mean these plugins need updating? I'm not sure why disqus is loading, as "Enable Product Reviews/Comments" is not switched on. Edited June 7, 2018 by vidmarc Quote Link to comment Share on other sites More sharing options...
bsmither Posted June 7, 2018 Share Posted June 7, 2018 I am not finding "addthis" in any of the javascript files. Quote Link to comment Share on other sites More sharing options...
vidmarc Posted June 7, 2018 Author Share Posted June 7, 2018 (edited) It's loading the AddThis social media links at the bottom of product pages. <script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script> Edited June 7, 2018 by vidmarc Quote Link to comment Share on other sites More sharing options...
bsmither Posted June 7, 2018 Share Posted June 7, 2018 Cannot find it on this one: https://www.fabpress.com/books/cinema-sewer-volume-four-paperback.html Quote Link to comment Share on other sites More sharing options...
vidmarc Posted June 7, 2018 Author Share Posted June 7, 2018 (edited) I'm seeing it in Firefox and Chrome. Strange. and underneath it: blog comments powered by Disqus - even though it's not switched on! and undeneath that, a link for: Facebook Comments Plugin Edited June 7, 2018 by vidmarc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.