Blank Blog Screen

I have a problem with my blog. When you view it on desktop, the page looks fine. However, if you view the “Customize” page, it looks like this: And on mobile, the blog looks blank as well. Can you help me? (Blog: http://atharvnadkarni.com/blog) Answers: Thank you for visiting the Q&A section on Magenaut. Please note … Read more

Cannot run script properly with my custom plugin

I’m pretty new with wordpress developing. What I’m trying to do is to add javascript to my plugin. It seems to be loaded, because when I’m console loging something like ‘test’ it works fine. But when I’m trying to query anything (for example document.querySelector(‘#only-for-test’)) or even (‘body’), it gives me back ‘null’…