Cliff

Forum Replies Created

Viewing 15 posts - 901 through 915 (of 10,686 total)
  • Author
    Posts
  • in reply to: dataTables.js conflict #1497059
    Cliff
    Member

    Sorry to hear that, Marilyn. I’m not sure we can assist any further with this issue at this time.

    If you need some coding help, you may want to ask that other plugin developer (which would be outside their normal level of support) or reference our documentation and list of known customizers.

    in reply to: Add New Events Option not Appearing #1496001
    Cliff
    Member

    I’d guess you have Event Tickets installed and activated but you do not have The Events Calendar installed — or maybe it’s just not activated.

    Hopefully that’s an easy fix for you!

    If not, please share your System Information in a Private Reply.

    That will give me a lot of extra information to help troubleshoot this.

    in reply to: Ticket Plus & QR Codes #1496000
    Cliff
    Member

    Scanning the QR code either successfully checks them in (displays a message) or doesn’t and doesn’t display a message (I think it redirects to the home page). This is to protect against situations where anyone might try visiting the special link embedded in the QR code but they’re not logged in as an administrator on the site (i.e. don’t have permission to perform check-ins).

    I think the Summing Up section describes it well: https://theeventscalendar.com/knowledgebase/using-qr-codes-event-tickets-plus/#summing_up

    Please let me know if you have any follow-up questions on this topic.

    Again, don’t forget our easy refund policy.

    in reply to: How to translate filter bar in Japanese? #1495994
    Cliff
    Member

    You bet! Glad to hear and thanks for letting us know.

    in reply to: dataTables.js conflict #1495992
    Cliff
    Member

    One of our developers came up with this untested code that may come in handy, either as the full drop-in solution or at least as a start for your own custom code using this as a starting point:

    add_filter( 'tribe_asset_pre_register', function( $asset ) {
    if (
    'datatables' === $asset->slug
    && ! is_admin()
    ) {
    $asset->slug = 'donotuse_datatables';
    }
    
    return $asset;
    } );

    Please let me know how this goes for you.

    in reply to: ics url not importing text details #1495991
    Cliff
    Member

    This reply is private.

    in reply to: Custom more info link? #1495989
    Cliff
    Member

    Glad to hear you’re all sorted now, and thanks for letting us know.

    in reply to: Community Submission form – attendee information #1495987
    Cliff
    Member

    Thanks for clarifying regarding https://theeventscalendar.com/support/forums/topic/where-is-attendee-information-field/#post-1315657

    That screenshot is from wp-admin, not the Community Events form.

    There is no way currently to get Attendee Information functionality into Community Tickets (the tickets part of the Community Events form).

    in reply to: How to remove Export Events link #1495985
    Cliff
    Member

    Because it uses JS, it should just be doing a string replacement from https or http to webcal

    Please provide links on your site and copy the export button link so I can see the differences between the https version and the webcal version so I can see if it does the same on my site.

    in reply to: Single Event Pages Loading Slow #1495984
    Cliff
    Member

    That’s definitely bad timing. Sorry to hear that.

    A staging site is a very important piece of any well-oiled machine (website) for situations like this.

    The quickest, easiest thing might be to enable WP_DEBUG and WP_DEBUG_LOG and see if you notice anything in debug.log

    in reply to: dataTables.js conflict #1495983
    Cliff
    Member

    The development team has historically been slow to change the versions of its third-party includes like this because of the QA required to make sure things don’t break within our own plugin suite.

    I’d guess months at the soonest. I’ll poke them a bit on this for you to see if it’s something they can work in sooner than later. That being said, our development cycles are usually pretty structured and planned in advance so even if it got the green light, it’d still likely be a month at the very soonest.

    in reply to: Cant't change events template #1495980
    Cliff
    Member

    Glad to hear and thanks for letting us know.

    in reply to: Not possible to set the price #1495965
    Cliff
    Member

    Hi, Pascal.

    I’m happy to inform you that we got version 1.0.1 released today that resolves this bug. Please delete this extension plugin you have now and install a fresh copy from https://theeventscalendar.com/extensions/show-cost-field/

    Please let me know how this goes for you.

    in reply to: Set events cost for events with RSVP #1495964
    Cliff
    Member

    Hi, Adrian.

    I’m happy to inform you that we got version 1.0.1 released today that resolves this bug. Please delete this extension plugin you have now and install a fresh copy from https://theeventscalendar.com/extensions/show-cost-field/

    Please let me know how this goes for you.

    in reply to: Add New Events Option not Appearing #1494945
    Cliff
    Member

    Sounds good. Let me know how things get along.

    Please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.

    Thank you!

Viewing 15 posts - 901 through 915 (of 10,686 total)