13 years 2 months ago
Hi everyone,
This might be a terribly stupid post, but I need all the help I can get. I'm trying to jump into the deep-end and really get into my first extensive customization; however, all I keep doing is breaking my site.
So here's the brief run down...
- In the past year, I've become pretty skilled at HTML / CSS so making 90% of the cosmetic changes has been super easy
- That being said, I also want to add in some custom javascript plugins for a client including a music player that integrates SoundCloud, a hash change plugin so that the site can be navigated via AJAX, and galleria so that I can create a full screen background slideshow. Each of these obviously needs to be integrated into the template since I want them on every page.
- I know just enough about javascript that I can implement these on static websites, but on the Zen Grid Framework I'm definitely missing something. I can't even figure out where to insert the script tags so that it will be served up in the final HTML right before the closing body tag. All of the .html files I have seen are empty and I can't make heads or tails of most of the PHP files.
- According to the knowledgebase, I simply needed to drop my scripts into the user folder within the template. I tried this first with the music player script just to test if it would load. I dropped the .js file into the appropriate folder and then BLAM I can no longer access any of the front-end of my site. The back-end still works perfectly, but nothing on the front end. Even after deleting the newly added file, the problem persists
- I've tried purging all the caches, clearing my .htaccess file, and using Akeeba Admin Tool to verify permissions but it still acts like there is no content on the front end. I've got a backup that I could easily administer but I've verified that all the files and databases are unchanged so how the heck do I resolve this without resulting to Akeeba?