WebsiteBaker Support (2.8.x) > jQuery
Installing JQuery Plugins
contactjw:
--- Quote from: jacobi22 on June 28, 2016, 07:12:04 PM ---deactivate this line (if in use in your template)
--- Code: ---register_frontend_modfiles('jquery');
--- End code ---
if you use SP6, go to AdminTools -> Frontend Output Filter and deactivate the Jquery, if its activated
at last step, add your favorite jquery file into your template folder and add the code to load it in your index.php from the used template. be sure, that you use the correct path (in example in a sub-directory of the template)
--- Code: ---<!-- jQuery -->
<script src="<?php echo TEMPLATE_DIR; ?>/js/jquery.min.js"></script>
--- End code ---
--- End quote ---
OK, thanks. Will give it a try and see how it goes.
contactjw:
--- Quote from: contactjw on June 28, 2016, 11:08:48 PM ---
--- Quote from: jacobi22 on June 28, 2016, 07:12:04 PM ---deactivate this line (if in use in your template)
--- Code: ---register_frontend_modfiles('jquery');
--- End code ---
if you use SP6, go to AdminTools -> Frontend Output Filter and deactivate the Jquery, if its activated
at last step, add your favorite jquery file into your template folder and add the code to load it in your index.php from the used template. be sure, that you use the correct path (in example in a sub-directory of the template)
--- Code: ---<!-- jQuery -->
<script src="<?php echo TEMPLATE_DIR; ?>/js/jquery.min.js"></script>
--- End code ---
--- End quote ---
OK, thanks. Will give it a try and see how it goes.
--- End quote ---
FYI everything is working great. Pages are loading under 1.5 seconds. Thanks!
Navigation
[0] Message Index
[*] Previous page
Go to full version