Sky

Forum Replies Created

Viewing 15 posts - 286 through 300 (of 1,654 total)
  • Author
    Posts
  • in reply to: Sync all calendar events with Google #1617621
    Sky
    Keymaster

    Hi again,

    If you are wanting to replace the default “Export Events” button link, there are a few filters that you can use. Note that the value of this is normally set via Javascript, so that it adapts to the view that is currently on the screen. In order to replace the original markup and prevent the Javascript from changing it, you would need to do something like this:


    add_filter('tribe_get_ical_link', 'my_test_ical_link');
    function my_test_ical_link($link) {
    return 'https://google.com';
    }
    add_filter('tribe_events_force_filtered_ical_link', 'my_disable_js_ical_link');
    function my_disable_js_ical_link() {
    return true;
    }

    Just replace the link with the one you want to use and then add this code to your theme’s functions.php file or to a functionality plugin.

    Hope that helps! Let me know if you have any additional questions about this.

    Thanks,
    Sky

    in reply to: Ticket unavailability message #1617594
    Sky
    Keymaster

    Hi again,

    In 4.7.6 two filters were added that will allow you to show the date and/or time within the unavailability message.

    The filters are “tribe_tickets_unvailable_message_time” and “tribe_tickets_unvailable_message_date”. You can set those with a callback that returns a boolean value (true or false).

    This is extended functionality for developers. If you want to look at the filters, there are in event-tickets/src/Tribe/Tickets.php.

    Hope that helps! Let me know if you have any other questions about this.

    Thanks,
    Sky

    in reply to: Week view: Unlink headers #1617527
    Sky
    Keymaster

    Hi again,

    Great! Glad there was an easy fix for you.

    Please let us know if you have any questions or issues in the future.

    Thanks,
    Sky

    in reply to: Out of Order Events #1617523
    Sky
    Keymaster

    Hi again,

    Interesting. Thanks for checking that.

    When looking at this particular event series, I see the first one appears to have the correct time, and then the rest are showing up as “all day” events. http://www.camillusfigureskatingclub.com/calendar/515-630-pre-juvinelle-synchro-team-practice/all/

    Can you upload a screenshot of the “Event Series” and “Time and Date” settings for the first event on http://www.camillusfigureskatingclub.com/calendar/515-630-pre-juvinelle-synchro-team-practice/2018-10-14/?

    Thanks,
    Sky

    in reply to: Removing sales tax from tickets using functions.php #1616460
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. I will try to help with your question.

    This code should still work, but I’m guessing it is specific to WooCommerce tickets. Our plugins do not handle any payment or tax information themselves, but since the tickets are generated as WooCommerce Products, this looks like it just updates the product meta after saving.

    As this functionality is part of the specific ecommerce solution that you use, I don’t see it being added as a feature to our plugin. However, you can always suggest this over on our User Voice Forum. If enough people vote for the suggestion, they may look into the feasibility of adding this as a feature.

    Hope that helps! Please let me know if you have any additional questions about this.

    Thanks,
    Sky

    in reply to: Out of Order Events #1616453
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. I will try to help you get this sorted.

    I took a look at your calendar, and I see that the events do look out of order on the Sundays you mentioned. However, looking closer, I see that while you have times in the event titles, the actual times set for those events is 8am to 5pm, aka “all day.”

    I would check the date and time settings on those events and make sure the correct time is set within the event.

    Hope that helps! Please let me know if you have any additional questions about this.

    Thanks,
    Sky

    in reply to: Creating events search form on homepage #1616442
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. Please note that we do not offer product support or customization help here in the Pre Sales forum. If you have a license for one of our Premium Plugins, you can log in with the email associated with the license, and post these kinds of questions in one of the premium plugin forums.

    Thanks,
    Sky

    in reply to: File Upload Field for Attendees Information #1616440
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. I will try to help with your question.

    Please note that we are limited in how much support we can provide for customizations such as this. That being said, I will try to help get you pointed in the right direction.

    I dug into the code where the custom Attendee Information fields are to look into this. Unfortunately, there are not any action hooks or filters in this particular component that would allow you to do that without directly editing the plugin.

    Many areas of our plugin are built with extensibility in mind, but this is not one of them.

    I wish I had better news for you on this! Please let us know if you have any additional questions.

    Thanks,
    Sky

    in reply to: Header text background color and padding #1616423
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. Please note that we are limited in the amount of support we can provide for customizations such as this. That being said, I will try to get you pointed in the right direction.

    1) There is many action hooks within the events templates. You can add content by adding it to one of these hooks. To Get content to show in between the title and search bar you could use the following example.


    add_action('tribe_events_after_the_title', 'my_custom_template_content');
    function my_custom_template_content() {
    echo "

    Here is my content!

    ";
    }

    You would just add that to your theme’s functions.php file or to a functionality plugin, and change out the content that you wish to insert.

    2) Since you are adding your own content, I would wrap it in a div with a unique class, and use that to style the background color.

    3) The title itself does not have any top padding or margin. On your page, I can see that the content you’ve added is pushing the title down quite a bit, as it contains empty paragraphs. This will not be an issue once you change the order of the content.

    To learn about working with custom templates for the Events plugins, check out our Themer’s Guide.

    Hope that helps! Please let me know if you have any additional questions about this.

    Thanks,
    Sky

    in reply to: Week view: Unlink headers #1616333
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. I’d be happy to help with your question.

    The links to the days will only appear if you have “day” view enabled in Events > Settings > Display. If you still need “day” view enabled and want to remove the links, you could use the “tribe_events_week_day_header” filter to return the days without the links.

    To see how to format the filter callback, check out the tribe_events_week_day_header() function in events-calendar-pro/src/functions/template-tags/week.php starting on line 116.

    Hope that helps! Please let me know if you have any additional questions about this.

    Thanks,
    Sky

    in reply to: Eventbrite Tickets and Aggregator #1616315
    Sky
    Keymaster

    This reply is private.

    in reply to: Ticket unavailability message #1616311
    Sky
    Keymaster

    Hi Tamara,

    Thanks for reaching out. I’d be happy to help with your question.

    The “ticket unavailability message” will show on an event page when you have set an “end date and time” for the tickets, and that time has passed. It simply says “Tickets are no longer available.”

    Let me know if you have any other questions about this.

    Thanks,
    Sky

    in reply to: Old events showing under the photo view #1616288
    Sky
    Keymaster

    Hi there,

    I’m sorry to hear that you’re having issues with the photo view in your calendar. I will try to help you get this sorted.

    I’m not seeing older events show up in photo view on my test installation. Can you try running through the steps in our Testing for Conflicts Guide to see if this could be caused by your theme or another plugin?

    Let me know how that goes.

    Thanks,
    Sky

    in reply to: Sync all calendar events with Google #1616281
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. I’d be happy to help with your question.

    By default, the “export events” will only export the events that are showing in the current view. However, we do have an extension that allows you to export an entire year at a time. https://theeventscalendar.com/extensions/advanced-ical-export/

    Using our Premium extension Event Aggregator you can synch events from google calendar to your WordPress site, but not the other way around.

    Hope that helps! Please let me know if you have any additional questions about this.

    Thanks,
    Sky

    Sky
    Keymaster

    Hi Carrie,

    Thanks for reaching out. I will try to help with your question.

    While it is possible to attach RSVPs and Tickets to other post types than “Events,” there is not a way to add the RSVP form outside of the individual post.

    Hope that helps!

    Thanks,
    Sky

Viewing 15 posts - 286 through 300 (of 1,654 total)