Rzeczywiście czyli to wina znajduje się na stronie. Zaraz sprawdzę co jest grane dodam że skrypty mam dodane w footer przed zamknięciem body
Może problem jest po stronie dodanych js dodam że próbowałem już wszystkiego i dupa z tego wyszła.
header:
<!DOCTYPE html>
<html lang="
<?php echo LANGUAGE_CODE
; ?>">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>
<?php echo $data['title'].' - '.SITETITLE
; ?></title>
<link rel="icon" href="/app/templates/default/ico/favicon.png">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<?php
helpers\assets
::css(array( '//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css',
'//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css',
helpers\url::template_path() . 'css/bootstrap-select.min.css',
helpers\url::template_path() . 'css/animate.min.css',
helpers\url::template_path() . 'css/owl.carousel.css',
helpers\url::template_path() . 'css/jquery.jcrop.min.css',
helpers\url::template_path() . 'css/datepicker.css',
helpers\url::template_path() . 'css/modal.css',
helpers\url::template_path() . 'css/slider.css',
helpers\url::template_path() . 'css/theme.css',
helpers\url::template_path() . 'css/style.css',
helpers\url::template_path() . 'css/star-rating.css',
helpers\url::template_path() . 'css/jquery.tagit.css',
));
helpers\assets
::js(array( helpers\url::template_path() . 'js/modernizr.custom.js',
'//code.jquery.com/jquery-1.11.2.min.js',
));
?>
</head>
footer:
<?php
helpers\assets
::js(array( '//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js',
helpers\url::template_path() . 'js/bootstrap-select.min.js',
helpers\url::template_path() . 'js/bootstrap-datepicker.js',
helpers\url::template_path() . 'js/owl.carousel.min.js',
helpers\url::template_path() . 'js/modalEffects.js',
helpers\url::template_path() . 'js/classie.js',
helpers\url::template_path() . 'js/jquery.ba-cond.min.js',
helpers\url::template_path() . 'js/jquery.slitslider.js',
helpers\url::template_path() . 'js/jquery.jcrop.min.js',
helpers\url::template_path() . 'js/uploadavatar.js',
helpers\url::template_path() . 'js/bselect.js',
helpers\url::template_path() . 'js/custom.js',
helpers\url::template_path() . 'js/star-rating.js',
))
?>
<script src="/app/templates/default/js/slider.js"></script>
Error :
Uncaught Error: Syntax error, unrecognized expression: option[value=1.5] jquery-1.11.2.min.js:2
Zauważmy że przykład kolegi wyżej działa na moim serwerze lecz nie jest dodany do strony podejrzewam że mam problem z skryptami js coś nie obsługuje danej funkcji bądź jest konflikt lecz powiem Wam szczerze że zmieniałem już w head i footerze i nic to nie dało nie wiem co może być jakieś pomysły ?