Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Map, Google Calendar, iCal Export IssuesHi,
I can help point you in the right direction here, but I am not able to support theme compatibility conflicts.
You could try changing the Events Template in the settings:
Head to this page:
Events > Settings > Display Tab
Then change this setting:
Events Template to Default Page Template
Or to another option and see if that helps.
Otherwise you will have to follow the themer’s guide to editing templates:
https://theeventscalendar.com/knowledgebase/themers-guide/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Export Single iCal Event in List ViewHi,
Thanks for using TEC.
We do not have a feature to do this, but you might be able to custom code on from the Single Events Template.
I do not have much information on this unfortunately.
We can try to answer some specific questions if you have them, but no promises.
Forum: Plugins
In reply to: [The Events Calendar] Calendar does not show second pageHi,
Sorry for the issues you are having. I can help out.
Are using the Divi theme? Their archive settings causing this as the Event Views are archives.
Head to Divi > Theme Options > General Settings > Number of Post displayed on Archive pages
Change that number to 10 or what you have as the number of events to show in our settings.
That should fix the issue.
Let me know how that works out.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] End TimeHi,
If you set the end time to the same as the start time it should not show.
Let me know if that works for you.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Issue after upgrading to last Event Calendar versionHi,
Thanks for using TEC.
I visited your site and it seems to be working now, do you see that? Did you clear your browser cache to see if that helps?
The design is the same for TEC as well as Pro and we do not provide any design services.
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Event Hover Issue on Calendar ViewHi,
Sorry for the issues you are having.
Do you have a minify plugin or Autooptimize or W3 Total Cache?
Those plugins typically cause this when trying to minify our scripts.
Let us know.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Problem with multilanguageHi,
Thanks for trying our TEC.
TEC only supports WPML for now.
Although these are for WPML these guides might help you in your setup to get everything working as you can follow along with the logic:
https://theeventscalendar.com/knowledgebase/creating-translations-for-events-using-wpml/
https://theeventscalendar.com/knowledgebase/setting-up-the-events-calendar-with-wpml/
Forum: Plugins
In reply to: [The Events Calendar] Page TitleHi,
Thanks for using TEC.
That title is coming from your theme and we do not have a way to change it as it is theme coding.
You could try hiding it with CSS or using these conditionals to change the output:
https://gist.github.com/jesseeproductions/903f5ca75877b713c674
Thanks
Forum: Plugins
In reply to: [The Events Calendar] URL doesn't have a leading slashHi,
Sorry for the issues here.
Can you follow our 404 error guide to reset permalinks and see if that helps.
https://theeventscalendar.com/knowledgebase/fixing-http-404-errors/
Also, does it do this in 4.0?
Let me know what you find out.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Show events in blog roll not workingHi,
I can help out here.
The events only show in the blog roll on the home page if it is the main WordPress query. If your theme setup a custom query it will not show.
A good way to test is as robphat said trying it out in Twenty Fourteen. If it works there and not in your theme then your theme is not using the main query.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Compact layout for an eventHi,
Thanks for using TEC.
We are unable to provide support on themeing, but do have this guide to changing our templates using the themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Says "No upcoming Events at this time"?, but there are-Hi,
Thanks for using TEC. I can help out here.
Do you have any custom templates in your theme for the widget?
With 3.10 we had to make some changes and if you do not update those custom templates the Events will not show.
In the list-widget.php template you can add these to the top and that might fix the issue instead having to redo custom work:
$events_label_plural = tribe_get_event_label_plural();$posts = tribe_get_list_widget_events();
Let me know how that works out.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Change order of information on single.phpHi,
Thanks for using our plugin. I can help get you started here.
All those fields can be moved around following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Search by dateHi,
That is how the search works. It goes from that date forward except in the Day View.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Problems with 2016 event datesHi hectoralvaez,
Thanks for the information.
And for anyone else with this issue please check the Date Formats in the Display tab of the Event Settings as what is included in there could cause these issues.
Thanks