Luke Kenny

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Update on recurring event tickets #1450509
    Luke Kenny
    Participant

    This reply is private.

    in reply to: Hide recurring instances in community front end #1414334
    Luke Kenny
    Participant

    Seems to work well, thanks for all your help.

    in reply to: Hide recurring instances in community front end #1409248
    Luke Kenny
    Participant

    Hi Courtney,

    Victor mentioned above that a snippet to hide recurring instances in the community events view would be shared… are you able to please provide the snippet he is referring to?

    in reply to: Hide recurring instances in community front end #1395463
    Luke Kenny
    Participant

    Hi Victor,

    Just wondering if there were any updates on this issue? Our customer is very clean to solve the problem of recurring events showing in the Community Events listings.

    Luke

    in reply to: Hide recurring instances in community front end #1363999
    Luke Kenny
    Participant

    Thanks Victor,

    I really appreciate the ongoing updates.

    Sounds like we’re close!

    Luke

    in reply to: Tickets not yet available #1354016
    Luke Kenny
    Participant

    For anyone else, here was how I solved the problem.

    Over ride wootickets\tickets.php

    Find line 67

    if ( $ticket->date_in_range( current_time( 'timestamp' ) ) ) {

    … scroll down and find its closing }

    Replace with:

    } else {
        $saledate = date_create($ticket->start_date);
        echo 'Tickets on sale ' . date_format($saledate,"D d M") . ' at ' . date_format($saledate,"g:i a");
    }

    Does a nice job of showing the customer when tickets go on sale.

    in reply to: Tickets not yet available #1345800
    Luke Kenny
    Participant

    This reply is private.

    in reply to: Unable to get language changes to apply #1345268
    Luke Kenny
    Participant

    Thanks for this Geoff,

    Rather than persist with the translation approach, I’m using your code which works OK.

    There are still a couple of places “RSVP” appears. I’m wondering if you could advise if these can be updated with code also:

    1. If the user opens an event they already have an RSVP for, the string “You have 1 RSVP for this Program. View your RSVPs” is printed.

    2. Immediately after the user clicks the Confirm RSVP (now Confirm Inquiry) button, a message in a box appears that says “Your RSVP has been received! Check your email for your RSVP confirmation.”

    Any additional help you can provide here would be greatly appreciated!

    in reply to: Add phone number to attendees report #1344817
    Luke Kenny
    Participant

    Thanks, that worked great!

    in reply to: Add phone number to attendees report #1344267
    Luke Kenny
    Participant

    Ah, I see.

    I have service providers creating events using Community Events with RSVP’s. We require end users be logged in to RSVP to an event – so the phone number is associated with their WordPress / WooCommerce user account.

    I would like this phone number to be displayed in the attendees report for community event organizers (from the front end report.)

    in reply to: publish_tribe_events permission #1316793
    Luke Kenny
    Participant

    Thanks for this Victor, your solution worked for both events submitted through the community form and also for events created directly in the back end, which is exactly what I wanted.

    in reply to: Filter by Cost amount ranges #1294449
    Luke Kenny
    Participant

    Brilliant, that will work nicely, thanks 🙂

    in reply to: Conflict with Coursepress #1286113
    Luke Kenny
    Participant

    This reply is private.

    in reply to: Conflict with Coursepress #1286112
    Luke Kenny
    Participant

    Hi Victor,

    Thanks for the positive response. The symptoms of the problem are really quite unusual to say the least. As soon as Coursepress Pro and The Events Calendar are activated on the same instance, the problem appears.

    To reproduce:
    Under Coursepress Pro, select Add New Course
    Complete Step 1 – Course Overview, Click Next

    At this point, you will be unable to select radio options, change checkboxes or even click on a text field and have the cursor appear. It’s as if there is an invisible layer over the page which stops clicks getting through. The Publish button is clickable, but doesn’t work, and your only option is to click the browsers Back button.

    This happens with:
    The Events Calendar 4.5.2
    Coursepress Pro 2.0.7
    Wordpress 4.5.7

    While I own licenses of The Events Calendar PRO, it being enabled or not does not have an impact.

    I am happy to configure a test environment which demonstrates the problem should your developers require. On the site where I initially encountered the issue, I have had to remove Coursepress and install it on a separate instance of WordPress – not an ideal solution.

    In the attached screen shot, anywhere in the red circle will not register a click.

    in reply to: List of categories with category color style #1282425
    Luke Kenny
    Participant

    Hey Courtney,

    Thanks for the info. This site is already running Calendar PRO, Events Tickts Plus and Filter Bar. That all seems to be working great.

    I will reach out to the Category Colors people and see how I go. What I’d like to achieve is a list down the left hand side of the home page with links to the category calendars, as in suggestion 2. I can get the list, and it’s fine, I’d just like to style it with the colours.

    This site is running about 500 events in about 25 categories, so you can imagine it’s a few too many categories to have in a menu.

    Thanks for your help.

Viewing 15 posts - 1 through 15 (of 15 total)