Espace réservé aux bonne idées et suggestions pour Joomlack.
Please Add to Cart effect
11 years 11 months ago #7428
by nikpony
Replied by nikpony on topic Please Add to Cart effect
Yes!!!We did it!But i have a last issue now!
The image is going to the cart but it stays here(not the thumbnail)
If you try it you will understand what i mean.
The image is going to the cart but it stays here(not the thumbnail)
If you try it you will understand what i mean.
Please Log in or Create an account to join the conversation.
11 years 11 months ago #7429
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Please Add to Cart effect
in the php file of the plugin try to find the line 73 :
and change it like this
Code:
imgclone.animate({
'width': 0,
'height': 0
});
Code:
imgclone.animate({
'width': 0,
'height': 0
}).remove();
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 11 months ago - 11 years 11 months ago #7430
by nikpony
Replied by nikpony on topic Please Add to Cart effect
No success!With .remove() the effect doesn't working, it just add the item in the cart without the effect.
I fixed it!
In line 75 under
'width': 0,
'height': 0,
i added this...
'opacity': 0
and now its fine!Thank you very much Cedriq...keep your very good work!
I fixed it!
In line 75 under
'width': 0,
'height': 0,
i added this...
'opacity': 0
and now its fine!Thank you very much Cedriq...keep your very good work!
Last edit: 11 years 11 months ago by nikpony.
Please Log in or Create an account to join the conversation.
11 years 11 months ago #7431
by ced1870
Please Log in or Create an account to join the conversation.
11 years 11 months ago #7618
by EricBdF
Replied by EricBdF on topic Please Add to Cart effect
When I try to install the addtocart effect, joomla says there is already a plugin that uses the addtocart....
What can that be?
Thanks,
Eric
What can that be?
Thanks,
Eric
Please Log in or Create an account to join the conversation.
11 years 11 months ago #7620
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Please Add to Cart effect
hi
because you have already installed the plugin. A few words are missing in the xml file to allow the upgrade ... you must uninstall and reinstall it
Ced
because you have already installed the plugin. A few words are missing in the xml file to allow the upgrade ... you must uninstall and reinstall it
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.255 seconds