
Originally Posted by
Daba_do
So I figured out what was happening.
If anyone can show me a way to correct this,
It would be a great help for learning and implementing the scripts in question.
The slimMenu was breaking when I added age verification scripts to:
includes/templates/westminster_new/common/html_header
These scripts specifically:
<link href="includes/templates/westminster_new/css/age-verification.css" rel="stylesheet">
<script src="includes/templates/westminster_new/jscript/jquery-1.11.1.min.js"></script>
<script src="includes/templates/westminster_new/jscript/age-verification.js"></script>
<script src="includes/templates/westminster_new/jscript/jquery.cookie.min.js"></script>
Thanks
Yeah.. well it seemed clear that the issue was related to OTHER changes you might have made.. Helping you with sorting it out may not necessarily be appropriate to hash out here in the template support thread.. (because your issues are not specifically related to to THIS template persay) That said, it's hard to help you in a vaccum.. Need to SEE a link to the site..
May I suggest you start a NEW thread with a link to the site in question.. Also you might want to get in the habit of posting code using the forum code tags so the forum software doesn't accidentally parse your code.
Code:
<link href="includes/templates/westminster_new/css/age-verification.css" rel="stylesheet">
<script src="includes/templates/westminster_new/jscript/jquery-1.11.1.min.js"></script>
<script src="includes/templates/westminster_new/jscript/age-verification.js"></script>
<script src="includes/templates/westminster_new/jscript/jquery.cookie.min.js"></script>
Bookmarks