Josh

Forum Replies Created

Viewing 15 posts - 421 through 435 (of 4,178 total)
  • Author
    Posts
  • in reply to: Conflict with Domain Mapping plugin #1162757
    Josh
    Participant

    Hey Khanh,

    Thanks for following up with us!

    Looks like there is a new way that you can a approach this. You can use a filter on the “http_origin”.

    Try something like:

    
    add_filter( 'http_origin', 'my_filter_http_origin' );
    function my_filter_http_origin() {
    return 'http://mtt-scv.org';
    }
    

    Let me know if this helps.

    Thanks!

    in reply to: Adding content to login page #1162753
    Josh
    Participant

    Hey Ryan,

    No problem. Happy to help!

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

    in reply to: How to get tickets attached to post #1162334
    Josh
    Participant

    Hey Chris,

    Thanks for reaching out to us!

    Unfortunately we are unable to provide support here in the pre-sales  forums. It sounds like you’re using the Event Tickets Plus plugin here? If so, would you mind logging into your account here that you created when purchasing the plugin and posting in the appropriate forum there?

    However when posting there, would you mind clarifying whether or not the following is correct.

    You’ve got a custom listing of your events and you would like to list for each event all the associated tickets and information about those tickets?

    Thanks!

    in reply to: Live export feed for iCal, Google, etc #1162332
    Josh
    Participant

    Hey Jen,

    Thanks for reaching out to us!

    You can get a feed for the events by visiting your calendar page and adding “?ical=1” to the end of the url (http://example.com/events/?ical=1).

    This will typically provide the upcoming month worth of events. However, you can extend that by using a snippet such as:

    https://gist.github.com/cliffordp/ab1f7c4d95723ee6f892

    Let me know if this helps.

    Thanks!

    in reply to: Formating is messed up #1162331
    Josh
    Participant

    Hey Todd,

    Thanks for reaching out to us!

    Try adding the following to your theme’s stylesheet to see if it helps:

    
    body.events-list .tribe-events-loop, body.single-tribe_organizer .tribe-events-loop, body.single-tribe_venue .tribe-events-loop, body.tribe-events-day .tribe-events-loop {
    max-width:100%;
    }
    

    Let me know if this helps.

    Thanks!

    in reply to: Events Calendar Monthly View Not Syncing #1162330
    Josh
    Participant

    Hey Bob,

    Thanks for reaching out to us!

    It sounds like you may be running into a caching issue here. Take a look at your settings under the Events > Settings > Display tab and see if you have the month view cache enabled there. If so, try disabling as well as purging the cache on any caching plugins you may have activated and see if that helps.

    Thanks!

    in reply to: Can a site like these be made with your plugin? #1162328
    Josh
    Participant

    Hey Sjoerd,

    Thanks for reaching out to us!

    I’m not sure I follow exactly here. It looks like there is a way to pick a course and then select a date for the course within that calendar? Something like this isn’t directly available within our plugin but you could build something like this with some customization.

    Unfortunately we wouldn’t be able to guide you through something that extensive here, but we could recommend some customizers that may be able to help you with this particular customization.

    Thanks!

    in reply to: Add upcoming events to ticket email #1162053
    Josh
    Participant

    Hey Jeanette,

    Thanks for following up with us here!

    Now that you have that code, you can use the variable “$events” to loop through the events retrieved and output them into the template. For example, take a look at the “Displaying Events” section in the tutorial to get an example of how this can be done.

    Thanks!

    in reply to: Mods to filter bar not working quite as expected #1162032
    Josh
    Participant

    Hey Donna,

    Thanks for following up with us here and verifying that! This let’s us know that there aren’t any other issues at play here. Also, when linking directly to the paginated results for the archive (http://southernharvest.org.au/events/category/community/?tribe_paged=3) I can see that working now so, it looks like what you’re experiencing is most likely due to the previous customization.

    Can you verify that if you temporarily remove the add_filter( 'tribe_events_filter_values', 'tribe_hide_filterbar_categories', 10, 2 ); line from that customization, does the pagination work throughout the calendar again as expected?

    Thanks!

    in reply to: Adding content to login page #1161807
    Josh
    Participant

    Hey Ryan,

    Thanks for reaching out to us!

    Definitely! You can use the “tribe_ce_event_submission_login_form” action hook to include anything that you would like displayed above your login form for Community Events.

    Let me know if this helps.

    Thanks!

    in reply to: Conflict with Domain Mapping plugin #1161805
    Josh
    Participant

    This reply is private.

    in reply to: Event in Series jumping to wrong date #1161802
    Josh
    Participant

    Hey Sarah,

    Thanks for reaching out to us!

    I apologize for the troubles that you’re experiencing with using our plugins here.

    As a starting point, can you verify the following:

    • Have you ensured that all your versions of The Events Calendar plugins are updated to the latest versions? Does the issue persist after updating?
    • Have you tried re-saving the permalinks on your site by navigating to the settings > permalinks section within your dashboard and re-saving the settings there?
    • Have you tried following our Testing for Conflicts procedure to ensure there isn’t a conflict occurring here with another plugin or your active theme?

    Let me know what you find after following those steps.

    Thanks!

    in reply to: Existing recurring event: Tickets not availabe #1161801
    Josh
    Participant

    Hey Chris,

    Thanks for reaching out to us!

    I’m sorry to hear that you’re having issues here. I think there may be a little confusion here on the tickets and using them on recurring events. Unfortunately, at this time, tickets do not work as you might expect on recurring events as noted on our product page:

    Please note that at this time, Event Tickets Plus will NOT support tickets for recurring events. Please keep this in mind before making your purchase.

    The single pool of tickets will be applied to all events within the recurring series. I apologize for the inconvenience here. Let me know if you have any further questions.

    Thanks!

    in reply to: Event Tickets Not Adding To Cart #1161505
    Josh
    Participant

    Hey Peter,

    Sounds good!

    To perform these customizations:

    1. Follow this Knowledgebase article for modifying the default “events” terminology and add those snippets to your theme’s functions.php file.
    2. You can follow the Themer’s Guide to copy the tickets.php file from the Events Tickets Plus src > views folder into your theme and set the value there. For example, if you’re using WooCommerce, you would copy the events-tickets-plus > src > views > wootickets > tickets.php file into your theme following the structure defined in the Themer’s Guide and change the “min_value” on line #61 to be “1”.
    3. Refer to #1 above. Should help in both scenarios.

    let me know if this helps.

    Thanks!

    in reply to: Fatal Error For Tribe Events #1161498
    Josh
    Participant

    This reply is private.

Viewing 15 posts - 421 through 435 (of 4,178 total)