Hello everyone,
my name is Wally and I'm from the Netherlands. Since a short time I am working with virtuemart.
A lot of problems I solved using forums, however the following problem I could not fix.
Despite the cart pop up is checked in the VM configuration screen, no pop up is showing when you press the "add to cart" button.
I work with joomla 2.5.8 and VM 2.0.14 smartaddon template and smartaddon extensions
I think it's a jQuery problem . I read this thread http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery but I understood very little of.
Can anyone give advice. The website is hosted on a test server address:
http://www.123flashdesign.nl/ggwings
Thanks in advance
regards Wally
Hi,
Use firebug to examine your site code and styling .. also for checking js conflicts ...
http://forum.virtuemart.net/index.php?topic=102850.0
Javascript conflicts:
http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
http://dev.virtuemart.net/projects/virtuemart/wiki/JavascriptCSS_Template_Overrides_and_Avoiding_Conflicts_between_Libraries
At your situation:
You are loading jquery twice, obvious!
<script type="text/javascript" src="http://www.123flashdesign.nl/ggwings/templates/yt_framework/js/jquery-1.5.min.js">
Please unload it from your template ... if you don't know how follow the previous links or contact your template provider to do it for you (yt_framework).
Regards
Hello,
Thank you ver much for the information!
I switch off all the extra jquery's (template and modules). Now only (//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js") is loading.
Now the cart pop up is partially working.
If you cilck for the first time "add to cart" you will not get cart pop up. The next click (so the second product order) then the cart pop up is show. unfortunately the close function of the cart pop up is not working. Also the roll down function of the cart "your cart" (right module) is also not working.
I don't now scripting jquery and javascript. What is going on?
who can give me some (more) tips? especially why the cart pop up is not working at the first ckick.
website: http://www.123flashdesign.nl/ggwings/
with kind regards, walter
Hello,
Yes assuming that still are some conflicts there with the facebox TypeError: f.easing[e.animatedProperties[this.prop]] is not a function
I think is related because you have enable a javascript compressor, minify?? Is that get done by your joomla template framework or use any other plugin for that?
Take a look on the attached img.
Regards
[attachment cleanup by admin]
Hi,
Yes I had turned on, just to try it, now it is off (i think) again but the problem still persists.
Do you have an other suggestion? ???
Regards, Walter
Hello,
This module i think tries to overlap some thinks (facebox for example - look the attached - slick slider?). As you can see is not working, please try to disable that module and test again your site, then please make the appropriate changes to your module or / vm.
Regards
[attachment cleanup by admin]
Hi
Thank you very much !!!!!!
indeed the Sj Vm Extra Slide module was the problem!
Whitout this module everything is working as adverticed
Now try to solve the slider problem.
I really appreciate that you helped me
Regards Walter