Caroline
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Header line insertedHi @andrewleonard,
Thanks for following up! This code appears to have been added to your theme’s code or in another plugin, as it is being displayed outside of the area where The Events Calendar content is rendered. I’d suggest reaching out to your theme’s developer for more information on how to add this bit of code to your site. ๐
Thanks again for reaching out, and best of luck getting things resolved here!
Forum: Plugins
In reply to: [The Events Calendar] “Related events” for reoccurring events oddityHi @mghile,
Thanks for following up to confirm! Per the terms and conditions of our Nonprofit Partnership Program, we are unable to provide support for users of our nonprofit licenses except in cases of legitimate bugs. This issue appears to be related to the programmed behavior of the “related events” function and doesn’t constitute a bug.
If you’d like to adjust the behavior of the “related events” function on your single event pages, you can find the code for the original function
tribe_get_related_posts()at /wp-content/plugins/events-calendar-pro/src/functions/template-tags/general.php. Simply duplicate this function into your theme’s functions.php file, then create a new single event template following the instructions in our Themer’s Guide and reference your new function in this template. Our Themer’s Guide is linked below if you’d like to learn more:https://theeventscalendar.com/knowledgebase/themers-guide/
I hope that helps to get you started here! Thanks again for reaching out, and best of luck getting things set up on your site! ๐
Forum: Plugins
In reply to: [The Events Calendar] Deletion of old eventsHi @perrorist,
Thanks for following up! If the events you wish to delete are not recurring events, you may wish to try a third-party mass deletion plugin that supports custom post types. This one may work for your needs; a quick search should turn up plenty more options!
https://ww.wp.xz.cn/plugins/bulk-delete/
I hope that helps! Thanks again, and let us know if you should have any other questions!
Forum: Plugins
In reply to: [The Events Calendar] One Event with Multiple LocationsHi all,
Thanks for taking the time to reach out! I’m afraid that at this time, only one venue per single event is supported by our plugins. I’m so sorry to disappoint. ๐ If you’d like to specify multiple locations for a single event, one workaround might be to omit the Venue field when creating your event and list the details for all venues in your event’s description instead. This would have the benefit of giving you as much space as you’d need to list all possible venues, and rich text, images, and links are all supported in description fields.
It’s worth noting that we are working on adding support for multiple venues as part of a future product update. We don’t have any further details to share regarding a timeline at the moment, but you can follow this UserVoice page for the latest updates on this feature’s progress:
I hope that helps to get you started here! ๐ Thanks again, and let us know if you should have any other questions!
Forum: Plugins
In reply to: [The Events Calendar] Code on Front EndHi @adalbore,
Thanks for reaching out! I’ve gone ahead and followed up with you regarding this issue on your original thread here:
https://ww.wp.xz.cn/support/topic/month-view-display-issue/
Please note that opening multiple topics on the same issue is strongly discouraged, as this practice tends to clutter up forums and bring down support times across the board. We ask that you please refrain from posting duplicate threads on a single topic in the future. Thanks for understanding!
Forum: Plugins
In reply to: [The Events Calendar] Restrict Calendar Access to Registered Users?Hi @nancygraz,
Thanks for taking the time to reach out! While we don’t offer a simple out-of-the-box toggle for disabling public access to calendars, there are a few ways to achieve a “members-only” calendar of this type. You can get all the information on our Knowledgebase here:
https://theeventscalendar.com/knowledgebase/making-members-calendar/
I hope that helps to get you on your way! ๐ Thanks again, and let us know if you should have any other questions!
Forum: Plugins
In reply to: [The Events Calendar] Does this plugin generate an iCal (.ics) file?Hi @jakefk,
Thanks for reaching out! You can export an ICS file of any calendar view or single event in The Events Calendar–just look for the Export Events button near the bottom of any calendar view or event page. ๐
I hope that helps! Thanks again, and let us know if you should have any other questions!
Forum: Plugins
In reply to: [The Events Calendar] Location in search formHi @kumarangopi,
Thanks so much for checking out our WP Shindig demo site! ๐ Location search is a feature of our premium calendar plugin, Events Calendar PRO, and it uses Google Maps location data to allow visitors to search for events at venues close to a given location. Simply type in the name of a venue, city, or other location, and Events Calendar PRO will return events at venues near that location.
I hope that helps to answer your question here! Thanks again, and let us know if there’s anything else that we can assist with!
Forum: Plugins
In reply to: [The Events Calendar] I want to display the calendar in home pageThanks for reaching out! We offer a few different methods for placing a calendar on your site’s home page–hopefully one of these will be a good fit for your needs here! You can find the full list of options on our Knowledgebase here:
https://theeventscalendar.com/knowledgebase/how-to-make-your-calendar-your-sites-home-page/
I hope that helps! Thanks again, and let us know if you should have any other questions!
Forum: Plugins
In reply to: [The Events Calendar] javascript showing in monthly calendar hoverHi @jimlongo,
Thanks for taking the time to reach out to us here! This type of โrandomโ corrupted text can appear on calendar pages when minification plugins are being used alongside The Events Calendar. If youโre able to add exceptions for specific plugins or directories with your minification plugin, we recommend setting The Events Calendar as an exception or disabling minification entirely. The Events Calendar (and all of our plugins) already use minified code and donโt need to be compressed any further for optimum performance.
If youโre curious to read more about The Events Calendar and minification, you can find more info on our Knowledgebase here:
https://theeventscalendar.com/knowledgebase/problems-with-minification/
Let me know if making this change helps to resolve your issue! ๐
Forum: Plugins
In reply to: [The Events Calendar] Add images to eventHi @mayteclick,
Thanks for reaching out! If you’d like to add one or more images to your events in The Events Calendar, you can use the rich text editor provided in WordPress to upload images directly into your event descriptions. When creating a new event, simply position the horizontal bar cursor wherever you’d like in the large text box near the top of the page, then click the Add Media button above the box. You can either drag and drop an image directly onto this window, or you can click the button and navigate to the image on your hard drive that you’d like to upload.
I hope that helps to get you started here! If you should have any other questions as you’re getting started, these links may help you on your way:
- Creating an event (The Events Calendar)
- Inserting Images into Posts and Pages (ww.wp.xz.cn)
Best of luck, and please don’t hesitate to let us know if you should have any other questions! ๐
Forum: Plugins
In reply to: [The Events Calendar] Change “View As” textHi @ajbond,
Thanks for reaching out! You can make changes to this text (and nearly any other aspect of your plugin’s display) by making changes to the appropriate template file as detailed in our Themer’s Guide. To change the “View As” text, you’ll want to find the following file in your WordPress directory:
/wp-content/plugins/the-events-calendar/src/views/modules/bar.php
Simply create a new folder called tribe-events within your theme’s folder, copy bar.php to this folder, and in the copy, change this line:
<label><?php esc_html_e( 'View As', 'the-events-calendar' ); ?></label>to:
<label><?php esc_html_e( 'YOUR TEXT HERE', 'the-events-calendar' ); ?></label>Save your changes, and you’ll see the new text appearing on your calendar pages. ๐
I hope that helps! Thanks again, and let us know if you should have any other questions!
Forum: Plugins
In reply to: [The Events Calendar] Social Share ButtonsHi @bwold,
Thanks for reaching out! While we’re not familiar with the workings of this specific theme or the extent of its compatibility with The Events Calendar, any change that makes these buttons accessible on custom post types should work just fine for events. This snippet may be helpful:
http://www.wptaskforce.com/the7-wordpress-theme-share-buttons-single-post-custom-post-type/
I hope that helps! Thanks again, and let us know if you should have any other questions!
Forum: Plugins
In reply to: [The Events Calendar] Month View Display IssueHi @adalbore,
Thanks for taking the time to reach out to us here! This type of โrandomโ corrupted text can appear on calendar pages when minification plugins are being used alongside The Events Calendar. If youโre able to add exceptions for specific plugins or directories with your minification plugin, we recommend setting The Events Calendar as an exception or disabling minification entirely. The Events Calendar (and all of our plugins) already use minified code and donโt need to be compressed any further for optimum performance.
If youโre curious to read more about The Events Calendar and minification, you can find more info on our Knowledgebase here:
https://theeventscalendar.com/knowledgebase/problems-with-minification/
Let me know if making this change helps to resolve your issue! ๐
Forum: Plugins
In reply to: [The Events Calendar] Plugin not working, ‘no input file specified’Hi @cdoug,
Thanks for taking the time to reach out, and I’m so sorry for the trouble here! We’d be glad to investigate further to see if we can figure out what might be happening here. Are you able to share a link to your site so that we can take a closer look?
Thank you!