Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Adding Sponsors field to EventHi,
Thanks for using our plugin.
We are not able to help with customizations like this.
You could relabel the organizer following this guide:
https://theeventscalendar.com/knowledgebase/relabeling-the-venue-organizer-sections-in-event-meta/
That might get you close.
Or you could use custom fields in the events to do as you would like.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Error in Cost_Utils.php after update to V-4.0Hi rjordanova2015,
That is indeed a bug and we are working on a fix in either 4.0.1 or 4.0.2
Thanks
Hi,
Sorry for the issues.
Currently we only support WPML with The Events Calendar and not Polylang.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Event now shown in subcategory view.Hi,
Sorry for the late reply here.
I use Genesis as well and tried to reproduce the issue, but it worked for me.
For your test event were you checking both the parent and sub category?
I checked only the sub category.
Also, as for Genesis integration please read this guide on some issues you might have and how to fix them:
https://theeventscalendar.com/knowledgebase/genesis-theme-framework-integration/
Let us know what you find out.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Adding a Featured Image to Events PageHi,
I agree I would like to see shortcodes too, but they are not here yet as much as I would like them as well.
In the mean time our Views are setup as archives and archives do not have support for featured images.
The only way to add an image then is through our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Or adding it in your theme using these conditionals:
https://gist.github.com/jesseeproductions/903f5ca75877b713c674
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Translation IssueHi,
Thanks for using our plugin.
I can help out here.
Is this on the Month or List View?
And what language is it not showing in?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Error Message since UpdateHi,
Sorry for the issues.
If there is text in the cost field it creates this problem.
If you turn off WordPress Debug in your wp-config.php file it will hide the warnings until we can get a patch:
https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG
Does that help for now?
Forum: Plugins
In reply to: [The Events Calendar] Keyword search in month view works on 1 month onlyHow strange about the item staying in the box. If you can provide a live link in the future we would like to take a look and see if it is an error.
As for the search most of our users want it to search just future events as that is something people can attend and not interested in them find Past Events as easily.
Of course that is not for everyone, but that is what the system is built for right now.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Upgrade breaks menu admin?Hi,
Yes this is an issue. We are working on getting 4.0.1 to fix this either tonight or tomorrow.
In the mean time I found going through the Customizer and editing the menu there works.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Order By Start Date in AdminHi,
Have you tried the Advanced Post Manager Plugin:
https://wordpress.org/plugins/advanced-post-manager/
That will be default sort by event start date.
Does that work?
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Problems caused by class name changes in new versionYeah no worries.
I can understand your frustrations with changes and we are attempting for future releases to not break existing customizations.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Error on line 108Hi,
Thanks for that tip Tim.
Let us know if it still is an issue in 4.0
Thanks
Hi HighMan,
It is always a good idea and WordPress.org policy to create your own topic.
However, I would try downloading the latest copy here on WordPress.org and using this steps to manually update the plugin:
https://theeventscalendar.com/knowledgebase/manual-updates/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Problems caused by class name changes in new versionHi,
Sorry for the changes.
So the change was made because other plugins and themes would use that selector that would end up breaking styling in our plugin.
We hope to limit or eliminate doing that in the future.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] List Page single event template not override.Hi,
The correct file and location in your theme is here:
plugins/the-events-calendar/src/views/widgets/list-widget.php
And in your theme:
yourtheme/tribe-events/widgets/list-widget.php
Cheers