Tagged: chrome, editing window, Https, non-https, Uncaught TypeError
- This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by Sebastian.
Author | Posts |
---|---|
razorcool
October 19, 2017 at 8:45 am
|
v5.0.9.4 Chrome browser Tried to change font color and it worked. Switched to front end, font color stays the same as before change was made. Went back to microthemer mode, it shows “uncaught typeerror: cannot read property ‘queryselector’ of null (line 1)” and the color can’t be changed anymore. |
Sebastian
October 19, 2017 at 11:04 am
|
Hey, Sorry for the trouble. I wasn’t able to replicate this issue on my testing server. Would you mind sending me access details via our secure contact form? It sounds like it could be a plugin conflict or a malformed selector in MT. Either way, it shouldn’t throw an error. And the styles should save on the frontend. Although that could be a separate caching issue which we can look at if it doesn’t go away with the Uncaught type error fix. Cheers, |
Sebastian
October 20, 2017 at 1:33 pm
|
Thanks for providing me with access. I think the Microthemer issue is caused by some non-ssl resources loading on your site. Microthemer is sometimes useful for illuminating general site errors that also occur outside of Microthemer, as in this case. The uncaught type error is actually coming from the following script:
I think that error might be happening because of the following non https URL on your home page: /wp-content/uploads/2015/11/SabahDiscoveryV4.png There is also a non-https link to the following stylesheet on admin pages: /wp-content/plugins/listingpro-plugin/assets/css/custom-admin-pages.css There may be more resources linked to with http:// instead of https:// dotted around your site. Do you think you will be able to locate and update these URLs to https? Quick tip: I found the above URLs by right-clicking your site, choosing ‘Inspect‘ and then going to the Console tab. This reveals the ‘mixed content’ warnings, and the URLs that produce them. Cheers, |