sudhakar1209 Posted March 29, 2013 Share Posted March 29, 2013 HI jquery not working in my site prestashop version 1.5 i can include in header.tpl file <script src="http://code.jquery.com/jquery-latest.min.js" language="text/javascript"></script> my site url please check http://disbeit.com/leepstore/index.php please help me Thank u Link to comment Share on other sites More sharing options...
vekia Posted March 29, 2013 Share Posted March 29, 2013 gosh, i've got troubles with your shop I don't know where are categories tree and how to add product to cart Can you help me please? I want to test it btw. shop looks great but i need little know how Link to comment Share on other sites More sharing options...
sudhakar1209 Posted March 29, 2013 Author Share Posted March 29, 2013 actually that theme i can purchased and i can implemented some function this is actual theme http://themeforest.net/item/fortium-responsive-prestashop-theme/full_screen_preview/3422508 Link to comment Share on other sites More sharing options...
benjamin utterback Posted March 29, 2013 Share Posted March 29, 2013 Hi Sudhaker, I was able to retrieve this. "Unsafe JavaScript attempt to access frame with URL http://hostedlocally.com/demo/leep/#soundcloud from frame with URL https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fusers%2F227750. The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match." This may be an SSL issue. Could you exlpain your problem in more detail? Thank you! Link to comment Share on other sites More sharing options...
sudhakar1209 Posted March 29, 2013 Author Share Posted March 29, 2013 in this theme jquery is working fine but in my site not working that is my major issue here i can so many problem for jquery so i need how to solve my jquery problem in my site Link to comment Share on other sites More sharing options...
Dh42 Posted March 29, 2013 Share Posted March 29, 2013 JQuery is working on your site, notice the animated cart menu and the animation when adding a product to your cart. What is the specific problem that you are having? Link to comment Share on other sites More sharing options...
sudhakar1209 Posted March 30, 2013 Author Share Posted March 30, 2013 (edited) <script src="http://code.jquery.com/jquery-latest.min.js" language="text/javascript"></script> i can include file in header .tpl next i can write simple code <script type="text/javascript"> $(document).ready(function(){ alert("test"); }); }); </script> not working and also write <script type="text/javascript"> jQuery(document).ready(function(){ alert("test"); }); }); </script> Edited March 30, 2013 by sudhakar1209 (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted March 30, 2013 Share Posted March 30, 2013 I tested your site and Jquery is loaded, you can test it by typing $ in the console log. also you tested with: $(document).ready(function(){alert("test"); }); }); By with JQuery you have the $ mark as document ready so you can just type: $(function(){alert("test"); }); Link to comment Share on other sites More sharing options...
Recommended Posts