Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi, Rafael.
That screenshot looks like customized styling for our Events Calendar widget or shortcode (we do not provide such level of support), which is available in our free The Events Calendar plugin but is enhanced in our Events Calendar PRO add-on.
You can see all of our plugin’s widgets or shortcodes, some of which are enhanced in PRO or only available in PRO.
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
Cliff
MemberHi, Paul. Please give these snippets a try:
1)
https://gist.github.com/cliffordp/5a64d8757c5eded81671b7548896f0ef
2)
add_filter( 'tribe_events_admin_show_cost_field', '__return_false', 100 );3)
I don’t think there’s a way to do this, but you could add some JavaScript to check the “All Day” box.
Please let me know if you have any follow-up questions on this topic.
October 31, 2017 at 9:48 am in reply to: Can we select a period on the event calendar instead of just each day? #1372314Cliff
MemberHi. You could install our Advanced Post Manager plugin to get this functionality within wp-admin, but there’s not a way to do this on the front-end for users.
I believe you’re requesting the same thing as one of our existing feature requests: https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/4157351-date-range-picker
Please do add your vote there.
This allows us to gauge interest in this particular feature request, which helps us prioritize our development efforts.
Thank you.
Cliff
MemberHi. Please reference these articles:
- https://theeventscalendar.com/knowledgebase/can-you-have-multiple-calendars/
- https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/
- https://theeventscalendar.com/knowledgebase/how-to-make-your-calendar-your-sites-home-page/
Whatever the main events archive slug is set to (e.g. “events”) must remain the main calendar.
However, you could set it to “calendar” (yoursite.com/calendar) and instead create a new Page and call it “events” (yoursite.com/events) and then insert all the shortcodes or widgets that you want on it.
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi, Bart.
I see you have the Redirection plugin active. You might want to check those rules.
You also have Calendar Plugin. I don’t know what it is, but maybe there are some rewrites interfering.
You should also go to wp-admin > Settings > Permalinks and re-save your current Permalinks.
If you still can’t figure out why this is happening, please install the Rewrite Rules Inspector plugin (third-party, not guaranteed or supported by us) and see if you can figure out any of the rewrite conflicts.
Cliff
MemberHi, Rachel. Sorry you’re experiencing this.
I visited your link and it seems it’s just one Organizer that somehow gets assigned multiple times to this event.
1) Does the “Tribe 12” Organizer (http://tribe12.org/organizer/tribe-12/) appear just once at wp-admin > Events > Organizers?
2) Could you also provide the Facebook feed URL you’re importing from and experiencing this for?
3) Finally, is this duplication happening for all events from all feeds, all events from just this feed, sporadically, or just this one event?
October 31, 2017 at 9:27 am in reply to: Give shop manager rights to watch attendees list in back end #1372213Cliff
MemberHi, Ilkka.
At this time, the required capability to check in attendees is edit_posts and that might also work for accessing the attendees list. You’ll need to do some trial and error to make sure it works exactly as you want.
https://wordpress.org/plugins/user-switching/ (third-party, not guaranteed or supported by us) might be helpful to you.
I believe you’re requesting the same thing as one of our existing feature requests: https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/5575496-specific-roles-capabilities-for-event-ticket-check
Please do add your vote there.
This allows us to gauge interest in this particular feature request, which helps us prioritize our development efforts.
Thank you.
Cliff
MemberHi, Ute.
You will need to renew your license to receive updates for Community Events. However, you should be receiving updates for The Events Calendar via WordPress.org
If you’re not, there might be something interfering with your site receiving automatic updates for everything (core, plugins, and themes) or just for all plugins (not just ours).
Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
- Downloads / Version Numbers
- License Keys (where you can click to Renew your license)
- TEC Automatic Updates
- or TEC Manual Updates
- WordPress core updates
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
Cliff
MemberHi, Matt. We’re glad to hear that!
You can buy Community Events (CE) without needing Events Calendar PRO, but we do have Bundles if you’re interested.
If you have both PRO and CE, users will be able to create recurring events and use PRO’s Additional Fields.
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
Cliff
MemberHi. Sorry that you’re experiencing this known bug.
I marked this thread as Pending Fix, which means it should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.
I apologize for this issue and appreciate your understanding and patience.
To force all events to have Attendees hidden, this part of that SQL should do the trick:
UPDATE wp_postmeta SET meta_value = '0' WHERE meta_key = '_tribe_hide_attendees_list';
Of course, we always recommend restorable database and file backups before modifying anything on your site.
Please let me know how this goes for you.
Cliff
MemberThanks for the kind words, Sophie.
There’s no way for our product suite to accomplish this at this time, but the closest article we have related to your question is https://theeventscalendar.com/knowledgebase/can-you-have-multiple-calendars/
You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.
October 31, 2017 at 8:29 am in reply to: Can't create new venu or organizers when using the Community Event submit form #1372156Cliff
MemberHi, Ben. Sorry you’re experiencing this.
This isn’t currently a known issue so I’d suggest following these recommended troubleshooting steps for your own site:
There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
- Downloads / Version Numbers
- License Keys
- TEC Automatic Updates
- or TEC Manual Updates
- WordPress core updates
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
Of course, we always recommend restorable database and file backups before modifying anything on your site.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).
Then, please share your System Information (while in Testing for Conflicts Mode) in a Private Reply. That will give me a lot of extra information to help troubleshoot this.
You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)
Let us know what you find out.
Thanks.
Cliff
MemberHi, Shawn.
Sorry for the troubles here.
I do not see a Community Events license in your account, which you can view at https://theeventscalendar.com/license-keys/
You can see your recent orders at https://theeventscalendar.com/my-account/
Please review your purchase history and send along the Order# for your purchase of Community Events.
Thank you.
Cliff
MemberHi, Andrei. Please try this CSS:
body.single-tribe_events .tribe-events-event-image > img {
margin-left: auto;
margin-right: auto;
}October 31, 2017 at 6:01 am in reply to: Listing Venues with The Event Calendar Pro works on 1 site but not another #1372032Cliff
MemberDeanna, I’m glad you got things sorted out on your own. Good job!
Feel free to open a new thread if you have any other issues.
-
AuthorPosts
