Chika Ibeneme
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Installation failed: Destination folder already exists.Hi There,
Thanks for reaching out!
The issue is that the folder that is required for the plugin to install already exists, in which case you can check your wp-plugins folder in your WordPress installation and remove any folders that exist for the plugin. You can also try clearing your cache if you have caching plugins installed.
Forum: Plugins
In reply to: [The Events Calendar] Custom style – is it possible?Hi There,
Thanks for reaching out.
That style is currently not supported on our plugin and it would have to be custom coded in. We don’t provide support for customization, however, we do have a guide on them available here.
https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/
https://theeventscalendar.com/knowledgebase/k/customizing-css/Forum: Plugins
In reply to: [The Events Calendar] Telegram notificationHi There,
That would be possible to do, however, it would require some custom development work. You can either find a 3rd party app that can facilitae this integration between the WordPress API and telegram or develop your own.
We have an API that you can take a look at as well here: https://theeventscalendar.com/knowledgebase/k/introduction-to-the-events-calendar-rest-api/
Forum: Plugins
In reply to: [The Events Calendar] List events for one categoryHi There,
There are a few ways that you can go about this.
1. We have a guide available here that goes over how you can setup a link to just that one category via the category slug https://theeventscalendar.com/knowledgebase/k/event-categories/
2. Using the pro version of our plugin you can utilize shortcodes. We have a great guide on that available here https://theeventscalendar.com/knowledgebase/k/shortcodes/
Forum: Plugins
In reply to: [The Events Calendar] Placing calendar on 2 sitesHi there,
That should be possible to do with Event Aggregator. It can fetch events from any site that has a valid ical feed and allows you to schedule those imports to run automatically.
You can find more information on it here:
https://theeventscalendar.com/knowledgebase/import-from-feed-or-url/Forum: Plugins
In reply to: [The Events Calendar] Shortcode doesn’t work with DIVI themeHi There,
Short codes only works when you have the pro version of our plugin installed as well. If you only have The Events Calendar you will not be able to utilize shortcodes.
Forum: Plugins
In reply to: [The Events Calendar] PHP deprecated name error?Hi There,
Thanks for reaching out, and sorry to hear about the issues you are having.
It seems you may be calling the class ‘TribeEvents‘ which name has changed to ‘Tribe__Events__Main‘, Can you search for uses of ‘TribeEvents‘ in your functions.php file -located at wp-content/themes/your_theme/- and change those to ‘Tribe__Events__Main‘?
NOTE: Please create a backup of your site before making any changes to this file.
If you can check if the error is still present with default Tweentyfifteen theme (you can use the Twenty Twenty theme as well), that would be great as well
Please let me know if you can manage to find the old class call,
If not, you can try upgrading your plugins to the latest version or you can try our conflict guide here to try and narrow down the issue https://theeventscalendar.com/knowledgebase/k/testing-for-conflicts/
- This reply was modified 4 years, 8 months ago by Chika Ibeneme.
Forum: Plugins
In reply to: [The Events Calendar] Adding eventHi There,
Thanks for reaching out, I’m going to try an assist you as best as I can here.
Can you try uninstalling and reinstalling the plugin and see if that helps and if you’re still unable to view the “add events” option under events can you try going to yourdomain.com/wp-admin/post-new.php?post_type=tribe_events and seeing if that helps, please?
Has this issue happened in the past or did it start recently? do you have any plugins that are preventing access to certain areas of your WP admin?