Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Customize templatesHI,
Thanks for using TEC. We have this guide for customizations:
https://theeventscalendar.com/knowledgebase/themers-guide/
You will also find many of the templates have instruction on where to put them in the top of the template.
Thanks
Hi,
Yes you can make the List View the Default View in the Settings under the Display Tab.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Next Month ButtonHi,
I can help out here.
By default a Next or Previous Month Link will not show if there are no events in the month.
So do you have events in April and it is still now showing?
Let us know.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] selectable calendar without all monthHi,
Sorry for the issues here.
I am going to repost my answer from the other topic you posted in:
It looks like a conflict with either another plugin or your theme’s css that is causing this.
Unfortunately, the only way to fix it is to view the css through Firebug or a Browsers Inspector and add in new css to override it.
If you search through our forums here you might be able to find a solution:
https://theeventscalendar.com/support/forums/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] So slow page with this pluginHi,
Sorry for the issues you are having.
I can help out here.
How many events do you have? Can you clean out old events and see if that helps?
Besides disabling plugins did you try changing themes and seeing if that helps?
Also, have you contacted your host and see if they can find any errors or slow downs in the coding we might address?
Let us know.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Display upcomming event on homepage ?Hi,
Try the Event List Widget as dknut suggests or try out this 3rd party shortcode plugin:
https://wordpress.org/plugins/the-events-calendar-shortcode/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Date picker for creating event, dates overlappingHi,
Sorry for the issues here.
It looks like a conflict with either another plugin or your theme’s css that is causing this.
Unfortunately, the only way to fix it is to view the css through Firebug or a Browsers Inspector and add in new css to override it.
If you search through our forums here you might be able to find a solution:
https://theeventscalendar.com/support/forums/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Bug: Details don't appear on eventpageHi,
Your theme has a .updated css selector set to display: none; That is causing the issue.
Add this css to fix it:
#tribe-events-content .tribe-events-abbr { display: block; }Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Single event not showing up on calendarHi,
Sorry for the issues you are having. I can try to help out, but not sure how since there is no private message system on the forums.
Can you post in our pre-sales forum a link:
https://theeventscalendar.com/support/forums/
Then link back to this thread and we can help out and delete the link in our forum so it is not public.
Please let us know when the event should show and any details about it.
Thanks
Glad it helps TMaloneMKTG!
Hi,
Thanks for using our plugins. I can try to help out here.
1) What is your WordPress Settings here:
Admin > Settings > General > Timezone
Next to the timezone it displays Local and UTC time, please provide that as well. It should be something like this:
UTC time is 2015-09-11 16:26:23 Local time is 2015-09-11 12:26:23
Timezone Settings
What are your two settings here:Events > Settings > General Tab > Timezone Settings
Do they match where you are located?
2) I am not sure where you mean, but Display of the dates & time formats is found here:
Events > Settings > Display Tab > Date Format Settings
Check the date without year format for events in the current year.
Let us know what you find out.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] events calendar in Kriesi theme IncarnationHi,
I can try to help out here. The languages should all be shipped with our plugins.
The plugins are also all managed from WordPress.org now.
You can find the latest translations here:
https://translate.wordpress.org/locale/de/default/wp-plugins/the-events-calendar
As for translations in the theme or elsewhere we are unable to help on those.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Custom colors for month viewHi,
Thanks for using our plugins. We are not able to provide support for customization or css changes, but I can try to point you in the right direction.
Also, using!important is not a recommended way to change css as it can create conflicts.
In version 4.0 and later we did add Events to the Customizer:
Admin > Appearance > Customize
There you can change the link color in The Events Calendar > Global Elements Section.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] List Past EventsHi,
Thanks for using our plugin.
We do not have a shortcode to do this.
You can either make a custom loop using tribe_get_events():
https://theeventscalendar.com/knowledgebase/using-tribe_get_events/
Or this 3rd party plugin might help:
https://wordpress.org/plugins/the-events-calendar-shortcode/
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Display Event Name in CalendarHi,
Thanks for trying out our plugin.
That should work correctly out of the box.
Can you please follow our testing for conflicts guide:
https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
And see if that can narrow down the cause of this.
Thanks