Java Script İssue
Hi There
İn My Betheme Template Thereis Javascript Calling codes as below bolded i need to replace them with js from theme option css and js section with in js code as i made them ready
how ever where i can find this js calling code section on theme page to delete them ?
afterwards i can use my js code on betheme option css and js section
becouse below code cousing my website to slowdown and my google advisor want me to replace them with in js code example blow as italic fashion
<script type='text/javascript' src='http://emkaspor.com.tr/wp-content/plugins/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
<script type='text/javascript' src='http://emkaspor.com.tr/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
<script type='text/javascript' src='http://emkaspor.com.tr/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://emkaspor.com.tr/wp-content/plugins/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.2'></script>
<script type='text/javascript' src='http://emkaspor.com.tr/wp-content/plugins/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.2'></script>
<script type='text/javascript' src='http://emkaspor.com.tr/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.2.3.5'></script>
<script type='text/javascript' src='http://emkaspor.com.tr/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.2.3.5'></script>
i need to use my own js code with in page but i need to delete above js colling scripts where i can find them
which file contains this codes
Comments
all java scripts loads in functions/theme-head.php file.
Thanks for understanding!
<script type='text/javascript' src='http://emkaspor.com.tr/wp-content/plugins/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
we do not load this line anywhere. Plugin is adding this line itself but we don't know where exactly because we are not plugin's author.