Forum Replies Created
-
Author
-
September 9, 2015 at 06:53 in reply to: WPML + Visual Composer + WooCommerce conflict on 3.0.7 #76662playismParticipant
hello, yes you were right, i just checked with default theme, disabled all plugins except VC and there is no problem.
When I enable k-elements, there is a new option in css animation (animate when visible/animate when almost visible) and also animation type right-to-left doesnt get added to the shortcode parameters. I guess k-elements cause the conflict.
Any suggestions for a fix?
Thank you very much.September 8, 2015 at 07:46 in reply to: WPML + Visual Composer + WooCommerce conflict on 3.0.7 #76526playismParticipantHello, I already contacted them but they responded as they don’t have such problem although WPML authors also contacted them with the same issue. Anyway, probably I can bypass this bug same way if it happens to continue on 4.7.
However I have another bug related to VC which VC developers cant duplicate too. They advised me to upgrade to 4.7. Is there a release plan for new Kleo update which includes 4.7 soon?
The bug is, in the backend editor, when i add css animation right-to-left, it doesnt add the css_animation=”right-to-left” part to the shortcode (i check in classic view) so the animation doesnt work. it adds the parameter so it works for left-to-right and other animation types.
if I add css_animation=”right-to-left” part manually in classic-view it works and there is no problem. i tried this in a clean setup for text block and single image.
I couldnt find the part where it creates shortcode in the backend editor yet so I have no fix for this yet.
September 4, 2015 at 03:51 in reply to: WPML + Visual Composer + WooCommerce conflict on 3.0.7 #76164playismParticipantSo as a workaround/temporary-fix I added a null check to caller object in assets/lib/vc_tabs/vc-tabs.js line 293 (it was somehow null in the above case) and bypassed changeHandler if it is null. I have no idea what side-effects it may have but since the javascript error is gone, product edit page functionality is back to normal.
September 3, 2015 at 09:10 in reply to: WPML + Visual Composer + WooCommerce conflict on 3.0.7 #75982playismParticipantthanks for the quick response,
we also contacted both WPML and VC authors since it seems to be related to WPML also (without WPML, it works normal)In WPML support forums, there is another case such as this and they also told us it is a known issue and they contacted VC for it. However there is no status update on it.
https://wpml.org/forums/topic/i-cant-switch-to-another-tab-in-product-data-of-product-edit-page/
In VC support, the author told us, they have no known issue such as this and asked us to contact theme author.
Since the javascript error seems to be related to new tabs feature introduced in 4.6 (it works fine when we downgrade to previous version), is there a way to disable tabs of VC, or how to actually debug this error?
-
AuthorPosts