MagicFire Posted April 21, 2013 Share Posted April 21, 2013 Hi, I have a big problem with getting to work some custom added pluggins to the jQuery library. I have this structure in head <link media="screen" type="text/css" rel="stylesheet" href="http://www.activitystore.cz/themes/sharpview/css//uniform.default.css"> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"> <script type="text/javascript" src="http://www.activitystore.cz/js/jquery.uniform.js"> the last one script contains the function called uniform(), which aplied to the series of elements should tranform them to the nice ones. Especially I need it for the select elements. But all I get is error message $(...).uniform() is not defined. I tried this alone and it worked. So it must be the PS problem. Thanks for help Link to comment Share on other sites More sharing options...
NemoPS Posted April 22, 2013 Share Posted April 22, 2013 Hi, It's likely the PS version of jquery is overriding yours. I assume you're loading this before PS's javascript files, aren't you? You can try removing prestashop's jquery, or fake it by adding the newest one in lace of that in js/jquery Link to comment Share on other sites More sharing options...
MagicFire Posted April 28, 2013 Author Share Posted April 28, 2013 I couldn't find the native PS jQuery in the HTML code, just the mine one. Link to comment Share on other sites More sharing options...
vekia Posted April 28, 2013 Share Posted April 28, 2013 hello maybe you use CCC ? if so, i think that the problem is in minified js file which has got earlier jquery version included Link to comment Share on other sites More sharing options...
MagicFire Posted April 28, 2013 Author Share Posted April 28, 2013 Oh, you're right. It was hidden in the minified js. Thanks a lot. Link to comment Share on other sites More sharing options...
vekia Posted April 28, 2013 Share Posted April 28, 2013 You're welcome. So the problem is solved? let us know if so Link to comment Share on other sites More sharing options...
avionicom Posted October 10, 2013 Share Posted October 10, 2013 Sorry if I reopen this post, but I've a similar problem with IE8 and below. Infact during ordering process, when a user have to insert his address, the dropdown menu related to provinces do not populate and so its impossible to select a province and to go ahead. Any idea on how to solve this issue? Thank you in advance Link to comment Share on other sites More sharing options...
vekia Posted October 10, 2013 Share Posted October 10, 2013 Sorry if I reopen this post, but I've a similar problem with IE8 and below. Infact during ordering process, when a user have to insert his address, the dropdown menu related to provinces do not populate and so its impossible to select a province and to go ahead. Any idea on how to solve this issue? Thank you in advance hello what ps version you use and what theme? everything depends on it also url to your website will be helpful in this case Link to comment Share on other sites More sharing options...
Recommended Posts