Jump to content

jQuery and another pluggins not working


Recommended Posts

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

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

  • 5 months later...

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

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

×
×
  • Create New...