I have an issue with not being able to find the file which houses the <head> information. I can find the files that are linked to the head tag, but cannot find the file in which all are being called. In most Joomla templates there is a head_includes.php file, such is not the case with the crystalline template.
What I need to do is push a jquery string that will allow the rest of the javascript to run. This script needs to go after all the other scripts run so it will function. Since I am having to put it directly in the index.php file it is not allowing the jquery to run.