Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Zonelets (Starter Files)

A simple, free blogging engine for everyone! · By Zonelets

Thanks (and javascript question)

A topic by mythriens created Aug 03, 2023 Views: 183 Replies: 3
Viewing posts 1 to 2
(+1)

Hi Marina, thank you for zonelets! The video tutorial series was so useful. I've implemented zonelets on my neocities site by following along with the videos, and it all worked great, except that my header just displays text that says "This site requires JavaScript!". I am on firefox and did go into my options to make sure JavaScript is enabled (it is), which didn't solve the problem, and I was just wondering if you knew a solution off the top of your head. Thanks again for your work!

Developer (1 edit) (+1)

Thanks for using Zonelets! That means that there's a bug in the script preventing it from running. Viewing your site in the web browser, try right click > inspect and click on the console tab to see what kind of error messages there are. If you have some experience with coding you might be able to figure out the error! Feel free to share your site here or at zonelets.blogs@gmail.com and I can help you debug as well. Happy blogging!

(+1)

Oh, somehow I accidentally renamed the script.js file, and when I changed it back it fixed. Thank you for the advice about using the console tab!

Developer(+1)

Nice debugging!