Brian

Forum Replies Created

Viewing 15 posts - 4,711 through 4,725 (of 11,256 total)
  • Author
    Posts
  • in reply to: Different date ranges for different views #991188
    Brian
    Member

    Hi,

    Try adding the conditional in the function and not around the action like this:

    function tribe_set_default_date () {
    if( tribe_is_week()) { // Week View Page
    if ( !is_single() && empty( $_REQUEST['tribe-bar-date'] ) ) {
    $_REQUEST['tribe-bar-date'] = '2016-08-29';
    }
    }
    }

    add_action( 'parse_query', 'tribe_set_default_date' );

    in reply to: Where do I set the logout URL? #991186
    Brian
    Member

    Great glad it helps.

    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: ical importer for google calendar #991124
    Brian
    Member

    How strange.

    I wonder why it does not work on your site at all.

    Do you know what PHP version you are using and who is your host?

    Can you see if it is just a bad install and delete the plugin and upload a fresh copy from theeventscalendar.com?

    Let me know.

    in reply to: Different date ranges for different views #991094
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    I am not 100% sure of what you are trying to do, but we do have this list of conditionals that can help you target specific views:

    https://gist.github.com/jo-snips/2415009

    Does that help?

    in reply to: Tickets for WooCommerce #991081
    Brian
    Member

    Hi Aimee,

    Thanks for the interest in WooCommerce Tickets.

    That payment extension for WooCommerce should work, but we do not know for sure.

    We do offer 30 day refund policy so if it turns out it does not work you could ask for a refund.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Tickets: named tickets for multiple #991079
    Brian
    Member

    Hi,

    Thanks for the interest in our ticketing plugins.

    Unfortunately, tickets are all under the name of the person who purchases them. We are working on adding the feature as you request, but have had delays and I am not sure when it will be released now.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: 3 Premium Services needed #991078
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    We do not have any bundle discounts or coupons at this time.

    We release coupons from time to time through our newsletter, which you can sign up for on the bottom of our site.

    Thanks

    Brian
    Member

    Great glad it helps.

    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: Where do I set the logout URL? #991065
    Brian
    Member

    Hi Dawn,

    I think WordPress has something that might help with this.

    I did a Google Search and found this coding that can be added to your theme’s functions.php:

    add_action('wp_logout','go_home');
    function go_home(){
    wp_redirect( home_url() );
    exit();
    }

    That code will redirect to your home page.

    You can change this to any url you would like: home_url()

    Cheers

    in reply to: Events List #991064
    Brian
    Member

    Hi,

    Thanks for checking on that.

    So you can confirm you deleted the Event List Widget and added a new one and still have the issue, correct?

    If that is the case please follow our testing for conflicts guide:

    Testing Conflicts With Themes and Other Plugins

    Let me know what you find out from that test to see if it can narrow down the cause of this.

    Thanks

    in reply to: Adobe Connect #991063
    Brian
    Member

    Hi Stepan,

    Thanks for the interest in our plugins.

    You could use one of the ticketing plugins to sell access to a webinar.

    However, we only create tickets with the plugins so there is no easy way to send a webinar link without customization on your part.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Override saved_venues_dropdown() after update to 3.11 #991060
    Brian
    Member

    Hi,

    Is this in Community Events and the Admin event edit forms? Or just one of those you are trying to do this?

    I have looked around, but not seeing a filter or action here.

    This call to a method is creating the dropdown in that referenced class in my last reply:

    $this->tribe->saved_organizers_dropdown( $organizer_id, ‘organizer[OrganizerID][]’ );

    That is referencing this method:

    saved_organizers_dropdown

    In this file:

    the-events-calendar\src\Tribe\Main.php

    Unfortunately, the only way I see this working is to modify that method directly for now and then see about getting a filter in there for future releases that you could use to modify the query.

    in reply to: Conflict between Gravity Forms and TEC Datepicker css #991048
    Brian
    Member

    Hi,

    Thanks for providing the link.

    I took a look on my test site.

    In mine actually Genesis css caused more issues then the two datepicker css.

    Since both of us are using the jQuery UI css to style the datepicker. I am not sure there is much we can do, but we can look into it.

    For now the correct course would be to deregister one and use the other.

    Thanks

    in reply to: Importing Recurring Google Calendar Events #991041
    Brian
    Member

    Hi,

    Thanks for providing the link.

    From looking at the ics file created by the link the recurring events are set to go until August 4th 2015. Does that sound correct?

    I also was able to see all the events from January to August and do a one time import to get them all.

    However, the recurring import option only imports the 1 event as you mentioned. So I am looking into why it is doing that.

    Also, the \n is being taken out because WordPress does not respect that. If you add it into any post or page content it will not create a new line at least from the tests I did in a couple themes.

    I will let you know what I found out about the recurring import as soon as I have something later today.

    Thanks

    in reply to: Executive Director #991033
    Brian
    Member

    Hi Sarah,

    We have a non profit program, which provides the plugins for free if you qualify.

    You can learn about the program and follow the steps outlined there if you qualify by following this link:

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Cheers!

Viewing 15 posts - 4,711 through 4,725 (of 11,256 total)