Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi.
1)
Our plugin creates one master calendar, but you can create the appearance of multiple calendars by using Event Categories.
Examples:
- main/master calendar where all the site’s events appear: http://wpshindig.com/events/
- WP Meetups category calendar: http://wpshindig.com/events/category/wp-meetups/
- Learning category calendar: http://wpshindig.com/events/category/learning/
There are additional methods and documentation at our Can You Have Multiple Calendars? KB article.
Please let me know if this clarifies things for you.
2)
I believe I understand what you’re asking for, but we’re limited in helping with customizations, per our Scope of Support / Terms. However, I can try to help point you in the right direction.
You could use our Themer’s Guide to use your own versions of our templates and then add conditionals to do specific/custom things per Event Category.
August 25, 2016 at 6:10 pm in reply to: RSS Error: WP HTTP Error: cURL error 28: Connection timed out after 10000 millis #1156152Cliff
MemberHi Laurie Thomas.
We haven’t been experiencing this, but maybe our server had a blip and your server cached it at just that wrong moment. Or maybe not…
Regardless, the Dashboard widget gets added from this code: https://github.com/moderntribe/the-events-calendar/blob/4.2.5/src/Tribe/Main.php#L3859-L3870
So you can reference Removing Dashboard Widgets for tribe_dashboard_widget
Let me know how things go for you.
August 25, 2016 at 5:41 pm in reply to: Would like to change Meta Data format _EventStartDate #1156146Cliff
MemberSure thing. Thanks!
Cliff
MemberThanks for those details. Could you please visit each of the main tabs in wp-admin > Events > Settings and click save/update, then re-save Permalinks and try again?
If that doesn’t work, please adjust the main calendar slug from kalendar to eventtest and re-save Permalinks and see if that works?
August 25, 2016 at 5:38 pm in reply to: After Update, Events List widget only shows on Homepage, nowhere else #1156139Cliff
MemberCan you send a screenshot of your theme’s different widget areas (in wp-admin)?
Do other widgets besides ours work there as expected?
Do you have any widget logic in place to determine when to display different widgets (e.g. Jetpack)?
August 25, 2016 at 4:36 pm in reply to: After Update, Events List widget only shows on Homepage, nowhere else #1156117Cliff
MemberIf you provide an annotated screenshot of what you want along with a link to what you have now, I may be able to offer some additional suggestions.
Cliff
MemberI’m not sure why you’re experiencing this, but maybe you could add !important to the end of your z-index rule?
Cliff
MemberDennis, please try adding this custom CSS:
body.post-type-archive-tribe_events #tribe-events-pg-template { max-width: 100%; } body.post-type-archive-tribe_events #tribe-events-content-wrapper { max-width: 1000px; margin: 0 auto; }Let me know how it goes for you.
Cliff
MemberHopefully the tribe_get_city() function and this video will get you started in the right direction! 🙂
August 25, 2016 at 12:43 pm in reply to: May I ask how can I translate language all the email sent from events? #1156018Cliff
MemberIf you’re using Event Tickets Plus, you should see what the existing translations are at http://translations.theeventscalendar.com/projects/event-tickets-plus
Please let me know if you’re really asking how to override those or something else (annotated screenshots and specific text you’re looking at can help).
August 25, 2016 at 12:41 pm in reply to: EC Updates from 4.2.3 to 4.2.5 fail with "too many redirects" error #1156016Cliff
MemberI’m glad you were able to do that. Sorry about the inconvenience. Hopefully it doesn’t happen again for you.
August 25, 2016 at 12:38 pm in reply to: After Update, Events List widget only shows on Homepage, nowhere else #1156014Cliff
MemberThanks for trying that. Could you please also make sure all your plugins (mainly SiteOrigin Page Builder) are updated to their latest versions?
You could use one of our plugin’s widgets or shortcodes, but I’m not sure about what Widget Areas your site has.
I hope this helps. Please let me know if you have any follow-up questions.
Cliff
MemberOur plugin uses WordPress custom taxonomies for Event Category. Any URL rewriting would need to be done without our support for implementing it or for troubleshooting it if it becomes an issue in the future.
August 25, 2016 at 12:21 pm in reply to: Would like to change Meta Data format _EventStartDate #1156006Cliff
MemberI didn’t realize you were trying to integrate with Visual Composer. I thought you were custom coding something.
Maybe you could custom code your own shortcode to get the start date in the format you want and use that in VC instead of their meta values module.
I’m afraid there’s not anything more I can share to help with this issue. You might want to ask their support if there’s a way to accomplish what you’re wanting (using a meta value but doing something to it before displaying it).
Cliff
MemberOh, gotcha.
I see your child theme CSS is hiding it.
Check out this video and let me know if you have any follow-up questions.
-
AuthorPosts
