Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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, 3 months ago by robsiii.
    #735423

    Checking back. Any updates / thoughts about this issue?

    #736210

    Hi,

    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,
    Ismael

    #736508

    That’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.

    #738107

    Hi!

    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,
    Ismael

    #738350

    That 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.

    #740461

    Hi,

    Alright. Please post the FTP details here so that we can check it.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.