Brian

Forum Replies Created

Viewing 15 posts - 9,661 through 9,675 (of 11,256 total)
  • Author
    Posts
  • in reply to: Template modification #898129
    Brian
    Member

    Hi,

    I can help out here for the first request about changing the order of Past Events we have a snippet you can use:

    https://gist.github.com/elimn/0be6c4cbcf80b3721c81#file-gistfile1-php

    Add that to your theme’s function php and that should take care of it.

    We’d like to add a link at the top of the page that reads something like “Click Here to Register” that links to the Tickets DIV. I can’t figure out where or how to add an ID to the template so that I can link to it. Help!

    To get this to work you can add a ID to the ticket div by following the themer’s guide:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    Then you can move this file to your theme following the guide for the correct location:

    \wootickets\views\wootickets\tickets.php

    Once in your theme you can add the id to the form.

    If you are looking to edit the single event template you can start with the base template here: (which you can also move to your theme as any file in the view directories of our plugins)

    \the-events-calendar\views\single-event.php

    Let me know if that helps.

    Thanks

    in reply to: Add Custom Filters to Filter Bar (PRO) #898121
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here, unfortunately, that is the only method we have and we have not created other documentation on how to do it yet as we are still working on launching our new website.

    So I am afraid I do not have any better news for you on this.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Filter by country #898115
    Brian
    Member

    Hi Oliver,

    Thanks for using our plugins and I will try to help out as much as I can.

    While we do not have a way to filter along the lines you suggested you could use the Events Location Search to accomplish this.

    If you do a search for Germany the url will change to represent that search. You could then use that url as the link from the German version of your site.

    That should get you close to what you are looking for.

    Another method could be to add a custom filter to the filter bar. This thread has the start of such method.

    Adding Custom Filter to Filter Bar

    However, it is more involved then the first option and we can help out with the first step, but would be unable to troubleshoot the entire process.

    If you have any follow up questions let me know.

    Thanks

    Brian
    Member

    Ok glad you were able to reverse it. Sorry again for that not sure why it created issues on your site and not on mine.

    I created another option you can try that does not change any coding.

    .tribe-events-calendar .tribe-events-tooltip {
    display: none !important;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    That should prevent the tooltips from appearing only on the calendar. Please test your site after adding this on all the views and single events along with single events with tickets just to make sure you do not have any issues.

    Let me know if that helps.

    Thanks

    in reply to: How To Remove Contibutor #898106
    Brian
    Member

    Glad you were able to figure it out!

    You maybe to try to the Custom Recurrence and set it for every 2 years that way.

    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: Collect multiple attendee info on checkout #897782
    Brian
    Member

    Hi Dalton,

    Thanks for the interest in WooCommerce Tickets. We are working on adding more features to all the ticking add ons we have including getting registrant information.

    However, I do not have a solid time table for these features. We have a release coming out in a couple weeks and they will not be included in it. It could hopefully be in the early part of next year, but I cannot make any promises on a date.

    Thanks again for the interest.

    in reply to: Private event still showing tickets #897778
    Brian
    Member

    Hello,

    Sorry for the issues with this. I tested out the Password Protect on my site and the WooCommerce Tickets section was always hidden. I tested in Genesis, Twenty Twelve, Twenty Thirteen, and Twenty Fourteen.

    So lets see if we can narrow this down.

    Do you have and customizations for WooCommerce Tickets?

    Also can you try changing themes and see if that resolves anything.

    Let me know and we can go from there.

    Thanks

    in reply to: How to obfuscate email in single organizer view? #897767
    Brian
    Member

    Hi,

    I can help you out here. You do not need to edit templates for this.

    On the single organizer this function gets the email:

    function tribe_get_organizer_email( $postId = null ) {
    $postId = TribeEvents::postIdHelper( $postId );
    $output = esc_html( tribe_get_event_meta( tribe_get_organizer_id( $postId ), '_OrganizerEmail', true ) );
    return apply_filters( 'tribe_get_organizer_email', $output );
    }

    So you can use this filter

    tribe_get_organizer_email

    to obfuscate the organizer email.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: events images #897741
    Brian
    Member

    Hi sorry for the issues you are having.

    Some images are not able to be imported.

    However, some do not import because Facebook adds characters to the image name.

    We have a fix for this images coming up in the next release in a couple weeks.

    There is a filter you can use right now:

    Facebook events doesn’t import event photo

    Follow that link to Barry’s coding that you can add to your theme’s function.php and that can fix the issue in the mean time.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: List view bug #897730
    Brian
    Member

    Hi,

    I took a look at your site and the reason it is showing from October is that you have Events that start in October and end in December. The order for the list is to start with the next event or event currently happening so it picks up those events that happen over a long period of time and displays from their start date. I am afraid there is no feature to change this.

    If you change those events to recurring events instead it would show Today’s day at the start of list view.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Ticket wrong end date #897718
    Brian
    Member

    Hi sorry for the issues you are having with this. It is a bug, but if you change the time away from 12:00 AM it will save correctly.

    We have a fix in the next version of the plugin coming out in a couple weeks.

    Let me know if you can save using 1:00 AM or later in the field and date does not change.

    Thanks

    in reply to: Email Notification #897713
    Brian
    Member

    Hi,

    Thanks for using out Plugins.

    Unfortunately, we do not have a feature to monitor revisions by email.

    However, events are a Custom Post Type in WordPress so another plugin might be able to help out.

    This plugin might work:

    Email Post Changes

    Note: The events do not have revisions as revisions do not save custom fields so most of the data would not be saved.

    There is not much we can do to help out on this customization, but if you have any follow up questions let me know.

    Thanks

    in reply to: Permission to add events #897703
    Brian
    Member

    Hi,

    It is possible to lock out the Subscriber Role from making Events. However there is no setting to change that.

    You can follow the themer’s guide and do some quick editing to get it.

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    Move this file to your theme following that guide:

    \the-events-calendar-community-events\views\community\edit-event.php

    Then you can wrap the form in an if statement and use this function to check if a subscriber.

    if ( !current_user_can('subscriber') ) {
    //Form Content
    }

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

    Let me know if you have any follow up questions.

    Thanks

    in reply to: paypal Button bottom half not visible #897624
    Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved 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: Filter Depreciation Error #897622
    Brian
    Member

    Ok glad it is working. Depreciation warning usually only come up with debug on. I do know all the Depreciation warnings should be gone in the next release coming out in a couple weeks.

    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

Viewing 15 posts - 9,661 through 9,675 (of 11,256 total)