Brian

Forum Replies Created

Viewing 15 posts - 8,176 through 8,190 (of 11,256 total)
  • Author
    Posts
  • in reply to: Widget not displaying next three events #939812
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I took a look at your site and see the Mini Calendar Widget.

    It only displays events from the month it is on, so only that last event in February is showing as it is on February when loaded.

    The Event List Widget will display the next 1 to 10 events depending on what you set it to no matter what month they are in.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Event Headings missing in Day View #939811
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I can help point you in the right direction to resolve this.

    As you said it looks like some custom templates causing the issue.

    They will be in your theme in this directory:

    wp-contents/themes/yourtheme/tribe-events/day/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Venues, recurring events and ticket sales #939805
    Brian
    Member

    Hi Peter,

    There is no feature to change the permalinks, but it maybe some you can code yourself.

    Also there is a way to edit the venue template, it uses the same method as our other templates. You can find more information on our themer’s guide:

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

    Since venues are another custom post type you could add custom fields to the editor and then edit the template following that guide to display them.

    With respect to recurring events when you say “which also breaks them out of the recurring series”, does this mean the event in which I add a ticket no longer becomes part of the recurring event series?

    Yep, if you edit a single recurring event it is no longer considered part of the series.

    Thanks

    in reply to: Font font and font size in sidebar widget #939801
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    in reply to: Hide de date #939747
    Brian
    Member

    Agreed, that would be a nice feature, 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

    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: Feed and a page events filtered by event category #939745
    Brian
    Member

    Hi

    Thanks for using Pro. I can help you out.

    All the event categories have there own views with feeds. So you could pull them into another page to display. We do not have a feature to do that.

    An example of the fee url is as follows if you had a category called convention:

    http://yoursite.com/events/category/convention/feed/

    Also, the Event List Widget enables you to display by category you could use that with a plugin such as Widget Logic to have it display only on certain pages.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi Alex,

    I can try to help you out here, but am limited it supporting customizations in WooCommerce.

    There is this coding to autocomplete all orders from WooCommerce:

    http://docs.woothemes.com/document/automatically-complete-orders/

    That is a good starting point and then you maybe to add this:

    $order->payment_method_title

    To get the title of the Payment method for the order and if it is Paypal then you could complete the order.

    That is enough to get your started and you can take it from there.

    Thanks

    in reply to: javascript callbacks.. #939738
    Brian
    Member

    Hello,

    We do not have a official or better way to give you if this works for you:

    $( tribe_ev.events ).on( ‘tribe_ev_ajaxSuccess’, function() {
    //Do my stuff//

    });

    That is what I would use if trying to do a customization.

    If it is working for you I would stick with it.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: custom confirmation email per ticket type #939726
    Brian
    Member

    Hi,

    Thanks for the interest in WooCommerce Tickets.

    We do not have a feature to change the ticket template based on the event or ticket price.

    The ticket email is customizable following our themer’s guide:

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

    However, the system to detect which template should be sent to you would have to customized by you and we are unable to provide support on that.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Hide de date #939724
    Brian
    Member

    Hi,

    Thanks for using Pro. I can help answer your question.

    Unfortunately, we do not have a feature to not use the date, the entire calendar is setup to use dates to get events in all the views so it is a required field. If you leave the date field blank it will just save it with today’s date.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Additional Fields in Widgets #939719
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar. Both Pro and the free version about the same in terms of customizations.

    We have a themer’s guide that can show you how to move the template for the Event List Widget in either the free version or Pro to your theme to edit there.

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

    The list widget template is found here:

    the-events-calendar\views\widgets\list-widget.php

    There you can add a WordPress function to get a custom field or the except or another method to add the content you would like.

    That is about all we can help on customizations for both the free version and Pro as well.

    Thanks

    in reply to: Timezone errors on fb import #939718
    Brian
    Member

    Glad that helps fix one issue.

    I looked at the events you are importing and it looks like they are in different timezones. When an event is imported it is always converted to the timezone the website is set too, unfortunately, there is not a feature to import and keep the timezone the event is in.

    We also, do not have a feature to bulk edit event dates and start times.

    If you would like to request both these as features 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: Ticket not showing up on event #939715
    Brian
    Member

    No worries, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: Tickets not displaying on single event page #939707
    Brian
    Member

    Hi, Alex glad that helps. I have added this ticket to our bug report and will update it once we release a fix. For now if you use the 24 hour clock please use a end time between 1 and 12. I am going to close this ticket now as there is nothing more we can do and again it we will update you here once we have information on a release.

    Fernando, sorry for the issues you are having. Can you please create another ticket so we can give you our full attention there. This ticket is completed and I do not want to keeping pinging the creator of it every time we reply to each other. When you create the new ticket please check your ticket sale start and end dates for the tickets your created in the event and provide a link to the event as well.

    Thanks

    in reply to: Time Zone shown wrongly upon Import #939704
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 15 posts - 8,176 through 8,190 (of 11,256 total)