Hi,
i have a problem with pretty url and js files.
I modified my css and js links with <cms:show k_site_link />, in script.js also, some of them work, others no (for the mobile menu, for example ...)
i can't figure it out ...
here is my homepage
http://e-san.ro/homepage
and these are my files
<link rel="stylesheet" href="<cms:show k_site_link />css/grid.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/style.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/menu.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/cercles.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/font-awesome.min.css">
<script src="<cms:show k_site_link />js/jquery.js"></script>
<script src="<cms:show k_site_link />js/jquery-migrate-1.2.1.js"></script>
<script src="<cms:show k_site_link />js/device.min.js"></script>
can you help me out?
Thank you!
i have a problem with pretty url and js files.
I modified my css and js links with <cms:show k_site_link />, in script.js also, some of them work, others no (for the mobile menu, for example ...)
i can't figure it out ...
here is my homepage
http://e-san.ro/homepage
and these are my files
<link rel="stylesheet" href="<cms:show k_site_link />css/grid.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/style.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/menu.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/cercles.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/font-awesome.min.css">
<script src="<cms:show k_site_link />js/jquery.js"></script>
<script src="<cms:show k_site_link />js/jquery-migrate-1.2.1.js"></script>
<script src="<cms:show k_site_link />js/device.min.js"></script>
can you help me out?
Thank you!