Brian

Forum Replies Created

Viewing 15 posts - 9,196 through 9,210 (of 11,256 total)
  • Author
    Posts
  • in reply to: Event Calendar ToolTips Not Working / W3 Total Cache #922514
    Brian
    Member

    No worries glad you resolved it.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: add_filter hook not working #922510
    Brian
    Member

    Unfortunately, it is not a simple hook to add in data it is more like BuddyPress Tabs where you have to use the filter with a function to show the information.

    The method in the Filter Bar to create a fitler looks like this:

    public function allFiltersArray( $filters ) {
    $this_filter = array(
    'name' => $this->name,
    'type' => $this->type,
    'admin_form' => $this->get_admin_form(),
    );

    If you look at this file:

    \the-events-calendar-filterbar\lib\filters\TribeEventsFilter_Category.php

    You can see how the categories filter is created and that would have to be something similar to what you are looking to do.

    I can try to answer questions about it, but we are unable to provide all the coding for a customization and would not be able to troubleshoot the entire process with you.

    Thanks

    in reply to: Event Signup #922496
    Brian
    Member

    Hello Raz Peel,

    I have not seen any solutions as you describe.

    One thing could be to see a membership through a membership plugin. Then if that plugin has a way to check for if a person is a member you could wrap the Events Tickets Form so only members could see it. Then if you made tickets for each event that is free you could have them register that way. We maybe to help answer questions on this, but would be unable to provide a complete customization for you.

    Thanks

    Brian
    Member

    This ticket is closed, but has been added to a bug ticket. This bug was found thanks to the post by ibex here:

    tribe_eb_is_live_event throws a Fatal Error in the latest update

    The original post was also edited to remove information that was not correct about my original assessment.

    Due to a change in the methods in 3.9 the following template tags in EventBrite now return fatal errors of not in object context.

    • tribe_eb_get_ticket_count()
    • tribe_eb_is_live_event()
    • tribe_eb_event_status()
    • tribe_eb_event_list_attendees()

    crhallen your coding is a way around this bug until we can fix this issue.

    We will update this ticket once we have information on a solution.

    If you have issues related to this please create a new ticket and we can help you out.

    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    You are correct I misread the deprecated notice it was actually for this function: is_live_event.

    The function isLive was changed from using self to $this causing the not in object context fatal errors.

    It is a bug we missed in our QA process.

    The plugin does not go untested before we release it, but we do have a shortcoming in testing these functions it looks like so we will have to update and change that.

    Using the coding from crhallen I can up with a snippet to replace the tribe_eb_is_live_event function:

    https://gist.github.com/jesseeproductions/9f96d2ef2dc8e1c41922

    I am creating a bug ticket to get this resolved, but does that coding help for now?

    Thanks

    Brian
    Member

    Hi,

    Thanks for the interest in our plugins. When importing A Facebook Event it does not have the feature to automatically create event tickets. So the only way to add tickets is to manually edit each event. Importing by CSV is the same way, it does not support creating tickets based on prices, they will still have to be manually created.

    I’d recommend looking at these two New User Primers for exactly what the plugins do:

    https://theeventscalendar.com/knowledgebase/new-user-primer-facebook-events/

    https://theeventscalendar.com/knowledgebase/new-user-primer-woocommerce-tickets/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Event Calendar ToolTips Not Working / W3 Total Cache #922445
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I visited the site and see the tooltips not working.

    I do not think the caching part of W3 is the problem. This could be the minify settings for css in W3.

    That can cause this issue as our css is already minified.

    What are you settings there?

    Also do you have a Pro account and can you post your response under that please instead of the Pre Sales Forum.

    Thanks

    in reply to: event list on a page #922433
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar. I can help point you in the right direction on this.

    To make changes to any of our views please review our Themer’s Guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    That will show you how to move and edit event templates in your theme so the changes to do not get overwritten.

    As for showing the first date of the first coming event we do not have a feature to do that, so you would have to come up with something on your own.

    We can answer questions about customizations such as this, but it beyond the support we can provide to do much more then that.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Individual events page showing as 404 page not found #922428
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help you out.

    I visited your site and was able to see the single event, does it not work for you?

    If not please follow the steps on our 404 Error Guide:

    Fixing HTTP 404 errors

    And see if that resolves the issue.

    Let me know what you find out.

    Thanks

    in reply to: add_filter hook not working #922425
    Brian
    Member

    Hi,

    Sorry for the issues you are having with the filter tribe_events_all_filters_array.

    It is still in the plugin in 3.9.

    Here are two topics that might help out:

    Adding Custom Filter to Filter Bar

    How can I change the Venue Filter to show the City or State field?

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Facebook AND woocommerce tickets add-on #922423
    Brian
    Member

    Hi,

    Thanks for using the WooCommerce Tickets. I can help you out.

    You can use both WooCommerce Tickets and Facebook Events on the same site. I have them running together on many sites and we test for conflicts.

    You can use Facebook to import events and then go in and edit them to add WooCommerce Tickets if you like.

    The only real conflict between our plugins would be if you tried to run multiple ticket add ons on one site.

    Let me know if that helps.

    Thanks

    in reply to: Is it possible to show past events as an archive? #922421
    Brian
    Member

    Hi,

    Thanks for the interest in the Events Calendar Pro.

    What you describe is possible to have a past event archive, however, it is not a feature of Pro to have a Separate Archive Page. So you would have to customize it yourself and we could help answer questions, but for the most part you are on your own for customizations.

    The events are a custom post type and times are custom fields you can use them in a wp_query to get the past events on a custom template.

    The reason we do not have this feature is WordPress considers the Month, List, and other views to be an archive template.

    You maybe to setup something using the Event Rocket

    https://wordpress.org/plugins/event-rocket/faq/

    It is an unofficial plugin that does have some shortcodes that might help.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Subscribe to ics #922417
    Brian
    Member

    Hi,

    Thanks for the interest in your plugins. And you are correct we do not have any options to sync Events with other services. You can import CSV and Facebook Events depending on the plugin, but not sync between any service.

    Not sure about the plans for the future to add it, but if you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    Thanks

    in reply to: Event List widget not showing day icons #922414
    Brian
    Member

    Hi,

    Sorry for the troubles with the list Widget. We have a fix for the issue. Please add this snippet to your theme’s function.php

    https://gist.github.com/jesseeproductions/9ac665ddcdef95c8a2e5

    We are working on a release to fix the issue in a week or two, but that resolves it right now.

    2) I want to add the Calendar widget to the full Events page. Is that possible? I’m thinking it’s not.

    I am not quite sure what you mean. Do you want to have a widget area on the main events view and place the mini calendar there? That is possible, but it depends on what event template you use and your theme.

    Let me know if you have any more information on the 2nd point and if that snippet fixes the first issue.

    Thanks

    in reply to: Why is my list widget invisible? #922413
    Brian
    Member

    Great, glad it is closer.

    Try out this css:

    body .x-sidebar .widget.tribe-events-adv-list-widget a:hover {
    color: #000;
    }

    That should get you close and you can take it from here.

    Thanks

Viewing 15 posts - 9,196 through 9,210 (of 11,256 total)