-
AuthorPosts
-
January 17, 2017 at 4:40 pm #734797
I’m having a problem, that I believe I’ve traced down to an interaction between Enfold, WooCommerce, and Events Tickets. When all three are enabled, the quantity picker for Events Tickets doesn’t behave correct dropdown control (a +/- appears instead of a dropdown, then clicking the + key gives a “NaN” in the box). I’m posting this here after posting at Events Tickets because I think I’ve tried every possibility of plugins and themes. See private area for details.
Thoughts?
- This topic was modified 7 years, 11 months ago by robsiii.
January 18, 2017 at 4:57 pm #735423Checking back. Any updates / thoughts about this issue?
January 20, 2017 at 6:06 am #736210Hi,
Thank you for using Enfold.
Please edit the config-woocommerce > woocommerce-mod.js file then look for this code around line 18:
jQuery(".quantity input[type=number]").each(function() {
.. replace it with:
jQuery(".quantity:not('.tribe-ticket') input[type=number]").each(function() {
Let us know if it fixes anything.
Best regards,
IsmaelJanuary 20, 2017 at 3:02 pm #736508That’s very close… The “NaN” issue has gone away, but so did the number selector styling. See this link under Private Data/1 for what it’s supposed to look like.
January 25, 2017 at 5:41 am #738107Hi!
Please revert the modifications back to default then look for this line instead.
newNum = jQuery(jQuery('<div />').append(number.clone(true)).html().replace('number','text')).insertAfter(number);
.. replace it with:
newNum = jQuery(jQuery('<div />').append(number.clone(true)).html()).insertAfter(number);
And please make sure that you’re using the latest version of the plugin.
It looks like you’re using Event Tickets Plus, but the license key you supplied does not appear to be valid or is missing. Please review and fix so that you can always have access to our latest versions!
You can find your license keys by logging in to your account on theeventscalendar.com and you can enter them over on the settings page.Regards,
IsmaelJanuary 25, 2017 at 1:56 pm #738350That was actually worse than the original fix. The styling was back to the large plus and minus keys, which didn’t do anything. The NaN didn’t appear, but otherwise, this was worse.
January 31, 2017 at 3:45 am #740461 -
AuthorPosts
- You must be logged in to reply to this topic.