Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
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
Brian
MemberHi 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
Brian
MemberHi 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
July 29, 2015 at 3:57 pm in reply to: Remove Community Events Options from Admin Toolbar (Revisited) #991615Brian
MemberHi 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
Brian
MemberHi,
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
Brian
MemberHi,
Sorry it did not work out.
To request a refund please follow our policy outlined here:
And we can take care of it. Thanks
Brian
MemberOk 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:
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:
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
Brian
MemberHi,
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
Brian
MemberHi,
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.comFor the free version of the Events Calendar you can get all the older versions here:
https://wordpress.org/plugins/the-events-calendar/developers/
Thanks
Brian
MemberHi,
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.phpThat is about all I can find on how to do this unfortunately.
Brian
MemberHi,
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
Brian
MemberHi,
It uses the Billing Name as it is a virtual product it does not collect shipping information.
Cheers
Brian
MemberHi,
Sorry again for the issues. Hopefully adding that extension will solve it.
Let us know what you find out.
Thanks
Brian
MemberHi,
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
Brian
MemberHi,
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:And we can take care of it. Thanks
-
AuthorPosts
