Brian
Forum Replies Created
-
Hi,
I can help point you in the right direction here, but I am not able to support plugin compatibility.
Our Event Views of Month, List, etc are setup as archives and not Pages.
So if the plugin does not detect that we have these conditionals to detect our views and more:
https://gist.github.com/jesseeproductions/903f5ca75877b713c674
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Page template versus single eventHi,
Sorry for the confusion here. I can help out.
This setting:
Settings > Display > Events template
Is for all event views, including, Month, List, and Single.
What you set there will be used everywhere.
If you want to modify a template please follow our 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] event price showing but not woocommerce priceHi,
Thanks for using the Events Calendar.
Here on the WordPress.org forum, I’m afraid we do not provide technical support for our premium plugins. I would ask that you take any technical support questions across to our premium forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Thanks again!
Forum: Plugins
In reply to: [The Events Calendar] widgets in the single-eventHi,
I can help point you in the right direction here, but I am not able to support theme or plugin compatibility.
Divi theme might be able to help here, but we do not have any information on what you are trying to do with that theme unfortunately.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Events TranslationHi,
I can try to help out here.
You could create a language category and then add all the content in that category in another language.
However, the calendar text itself would not translate.
We do provide compatibility with WPML that might be a better option.
We have these two guides on it:
https://theeventscalendar.com/knowledgebase/creating-translations-for-events-using-wpml/
https://theeventscalendar.com/knowledgebase/setting-up-the-events-calendar-with-wpml/
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] shortcode to display by categoryHi,
That plugin can work for this.
It is not affiliated with us though.
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Text Overlap on Main Events Calendar PageHi,
I can help point you in the right direction here, but I am not able to support theme or plugin compatibility conflicts.
I took a look at your theme and this is causing the issue:
address { background: #EEEEEE; border: 2px solid #DDDDDD; font-style: italic; font-weight: bold; margin-bottom: 15px; max-width: 250px; padding: 5px 10px; text-align: right; }Either removing that or making it more specific should help the issue.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Categroy view switch gives 404Hi,
Sorry for the issues here and the late reply.
Is this in English or another language?
And does updating to 4.0 fix the issue?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Change 'upcoming events' text and text sizeHi,
Thanks for using TEC.
We do not provide theme compatibility support such as making small css changes like this.
You can add custom css from the admin using a plugin such as Simple Custom CSS.
And we have this guide to changing words in TEC:
https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Calendar not displaying properlyHi,
Sorry for the issues and the late reply.
It appears to be a theme conflict, unfortunately, that is beyond the support we can provide.
It might take some css to resolve this or it could be because of your theme loading everything by ajax it is not loading the calendar css, which I am have seen happen before.
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Displaying past eventsHi,
I took a look at your site and see what it is doing, but that is not our coding that creates the All|Upcoming|2014 etc…
It is our events, but we do not have a feature to do that.
Did someone build that for you?
If so they might be able to help reorder that.
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Keyword search in month view works on 1 month onlyHi,
Thanks for using TEC!
The month view only searches in the current month as it can only ever show one month at a time.
Use the list view to search for events farther in the future.
And for a location search that is part of the Pro plugin.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Release: The Events Calendar 3.12.6Hi,
Sorry for the issues Tommy.
If you have trouble please create your own thread per WordPress.org’s terms and conditions.
Having said that, in WordPress you cannot manually update a plugin that still exists in your site’s plugin directory.
Follow these steps to update instead:
https://theeventscalendar.com/knowledgebase/manual-updates/
Cheers
Forum: Plugins
In reply to: [The Events Calendar] remove bullets from events listHi,
Sorry for the late reply here.
I visited your site and see the bullets are gone using this css:
ul.ecs-event-list { list-style: outside none none !important; }Glad you got it working.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Page title showing "Upcoming" for past eventHi,
Thanks for the information.
I tested on my site as well and did see Upcoming Events in the Browser Tab.
I added Yoast SEO and it removed that for me.
It removes it from all Events actually.
This snippet removes those words from all titles without using Yoast:
https://gist.github.com/barryhughes/bd8690b9bb8b6006da50#file-cleanup-single-events-title-tag-php
Does that work?
Cheers