Brian

Forum Replies Created

Viewing 15 posts - 4,696 through 4,710 (of 11,256 total)
  • Author
    Posts
  • in reply to: Multiple Calendars for facebook #991623
    Brian
    Member

    Hi,

    Thanks for the interest in Facebook Events.

    The plugin imports all events without categories so all the events will show on the main calendar.

    You could come back and add categories through bulk edit, but that is the only method we have right now.

    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: License Keys Not Holding #991622
    Brian
    Member

    Hi Denon,

    Sorry for the issues.

    I can help out here.

    After you add the license key wait for the the valid message then please click save changes. You will then see a box appear that says License key(s) updated.

    Let me know how that works out for you.

    Thanks

    in reply to: Limiting access to Calendar #991617
    Brian
    Member

    Hi Chris,

    Thanks for the interest in our plugin.

    The Events Calendar only enables logged in users of Admin, Editor, and Author roles to create and edit events.

    Visitors to the site cannot make any changes.

    The core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/

    Has all the basic features including who can updates events built in.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi Eric,

    I can help out here.

    This is the coding it referenced:

    https://gist.github.com/chriscct7/536711bf697b2935fe10

    Let me know if that works for you.

    Cheers

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

    Hi,

    Ok I played around with this and think I got it to work and should not break the list view.

    Try out this:

    add_action( 'pre_get_posts', 'tribe_set_default_date', 15 );
    function tribe_set_default_date ( $query ) {
    if ( tribe_is_week() ) {
    $query->set( 'eventDate', '2016-08-29' );
    }
    }

    That coding will prevent going between weeks of the week view and only enable you to see the week starting on the date set there.

    Let me know if that works out for you.

    Thanks

    in reply to: Week view on another page #991604
    Brian
    Member

    Hi,

    Sorry it did not work out.

    To request a refund please follow our policy outlined here:

    Refund Policy

    And we can take care of it. Thanks

    in reply to: Version 3.11. updated. BAAAD #991603
    Brian
    Member

    Ok thanks for that information.

    I seeing a lot of errors in the console.

    It appears all the Pro directories are adding a 2 to the plugin name like this:

    http://yoursite.com/wp-content/plugins/events-calendar-pro2/src/resources/css/tribe-events-pro-full-mobile.min.css

    That events-calendar-pro2 is not correct and that causes none of the javascript and css files to load. So that is the reason nothing is working in Pro.

    I am not sure of the cause of this.

    Can you run through our testing for conflicts guide and see if that narrows down the source of this:

    Testing Conflicts With Themes and Other Plugins

    Let me know if that finds the issue there.

    Before doing that too I would recommend updating Pro to 3.11.1 with a manual update.

    Thanks

    in reply to: problem with term of sale #991434
    Brian
    Member

    Hi,

    Thanks for the information.

    I visited your site, but was unable to reproduce the issue.

    For these two events:

    http://www.studioprnetwork.it/evento/snoop-dogg-baia-imperiale/

    http://www.studioprnetwork.it/evento/test-2/

    The End Sale Date Saved correctly. Even the one already at 1970 I was able to delete it. Then once empty I clicked on the box again and saved the date correctly.

    Since it appears to work at least in one browser can you try a different browser and also clear your browser cache and see if that helps.

    Let me know.

    Thanks

    in reply to: Version 3.11. updated. BAAAD #991427
    Brian
    Member

    Hi,

    Thanks for opening up the site.

    I see you are using the Enfold Theme and they do include a lot of css, which looks to be causing the conflicts. Can you contact them and see if they have a method to disable their customizations to see if that helps?

    Older Versions
    And you can download the latest version of the commercial plugins from your account here on theeventscalendar.com

    For the free version of the Events Calendar you can get all the older versions here:

    https://wordpress.org/plugins/the-events-calendar/developers/

    Thanks

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

    Hi,

    So looking through the plugin and what you are trying to do. The only way to do it is by modifying the plugin for the admin.

    For Community Events you could remove the new class to display multiple Organizers and go back to 3.10 and grab the functions there and put them in place instead.

    That could be done by moving these files to your theme to modify there so they will not be lost when updating the plugins:

    the-events-calendar-community-events\src\views\community\modules\organizer.php
    the-events-calendar-community-events\src\views\community\modules\organizer-fields.php

    That is about all I can find on how to do this unfortunately.

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

    Hi,

    Are you just trying to modify the Event List Widget? I am not sure if you mean that or the actual week view found at /events/

    I can try to help out here some more, but I am limited in supporting customizations so I cannot provide all the coding you might need.

    But let me know about my question and we can go from here.

    Thanks

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

    Hi,

    It uses the Billing Name as it is a virtual product it does not collect shipping information.

    Cheers

    in reply to: ical importer for google calendar #991410
    Brian
    Member

    Hi,

    Sorry again for the issues. Hopefully adding that extension will solve it.

    Let us know what you find out.

    Thanks

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

    Hi,

    I wanted to give you an update on this.

    Unfortunately, it looks like there is a bug with the recurrence events and recurring imports and it does not want to import all the events.

    For the link you sent I was able to get around it, but manually importing all the events.

    We are looking into it to resolve.

    Thanks

    in reply to: ical importer for google calendar #991338
    Brian
    Member

    Hi,

    Sorry for the frustration. With a new product it is hard to tell one what servers it may not work even though we did all the QA for it.

    I talked around with the team we may have the source of the issue.

    The iCal importer requires a pecl extension timezonedb

    http://pecl.php.net/package/timezonedb

    If that is missing in your hosting setup it will cause the importer to fail.

    Can you please check with your host and see if that is installed and if not to please have them install it.

    Refund
    Also, you can request a refund anytime within 30 days of purchase following our policy outlined here:

    Refund Policy

    And we can take care of it. Thanks

Viewing 15 posts - 4,696 through 4,710 (of 11,256 total)