Forum Replies Created
-
AuthorPosts
-
Victor
MemberHi Anne!
I’m really sorry it took me so long to come back. I know you were expecting this to happen.
With the team help, I managed to come up with a way to only show the recurring events in the sidebar under the mini calendar widget like you say.
First, you should enable the Recurring event instances checkbox, so they won’t show up in the lists.
Then, you should add the following code snippet in your theme’s functions.php file that will make all the recurrences show up in the sidebar:
function hide_subsequent_recurrences( $query ) {
$query->set( 'tribeHideRecurrence', 0 );
}
function mini_cal_widget_hide_subsequent_recurrences_start() {
add_action( 'tribe_events_pre_get_posts', 'hide_subsequent_recurrences', 5 );
}
function mini_cal_widget_hide_subsequent_recurrences_stop() {
remove_action( 'tribe_events_pre_get_posts', 'hide_subsequent_recurrences', 5 );
}
add_action( 'tribe_events_mini_cal_before_the_title', 'mini_cal_widget_hide_subsequent_recurrences_start' );
add_action( 'wp_ajax_tribe-mini-cal', 'mini_cal_widget_hide_subsequent_recurrences_start' );
add_action( 'wp_ajax_nopriv_tribe-mini-cal', 'mini_cal_widget_hide_subsequent_recurrences_start' );
add_action( 'tribe_post_get_template_part_pro/widgets/mini-calendar-widget', 'mini_cal_widget_hide_subsequent_recurrences_stop' );I hope it helps! 🙂
Best!
VictorVictor
MemberHey there, I’d be happy to help!
First off, I do want to note that we are fairly limited in how much we can support custom development questions like this.
That said, I’d be happy to at least point you in the right direction as best I can. We also have a list of freelancers who we would happily recommend for this level of help.
You should check the function tribe_get_events_title() which is used get the title of the page, depending on which page it is. You can use the ‘tribe_get_events_title’ filter to customize the output of that function.
The markup for the title depends on the calendar view, so you will have to make a template override of the views you want to change by following this guide > https://theeventscalendar.com/knowledgebase/themers-guide/
I hope that helps and let me know if you have other questions.
Cheers!
VictorVictor
MemberHey Florian!
Thanks for getting in touch and for using our plugins! 🙂
I’m sorry you are having that issue. It seems a bit strange.
Are you getting the error after you create a new venue? or in the edit screen? A screenshot of it could be useful.
When searching for locations, could you please check and share with me if there are any console errors by inspecting the page? Here’s how to do that > https://theeventscalendar.com/knowledgebase/using-google-chrome-developer-tools/
Thanks,
VictorVictor
MemberHi Tommy!
Thanks for reaching out to us and for using our plugins! 🙂
I’m sorry you are having that issue. Let me try and help you out.
First, I can see from your system information that you are using an older version of WordPress. Could you please update to the latest version and see if that solves the issue? We always recommend you make a full backup of your site before doing so.
If you still experience the problem after updating WordPress, then it could be related to a theme or plugin conflict, so you should go through the complete steps in this guide > https://theeventscalendar.com/knowledgebase/testing-for-conflicts/ and see what you find in the process.
Let me know how that goes.
Thanks,
VictorVictor
MemberHi Steven!
Thanks for reaching out to us! 🙂
Sure, you can have both sites activated with the same license. You will find how to do that here > https://theeventscalendar.com/knowledgebase/using-one-license-live-dev-sites/
I hope that helps and let me know if you have other questions.
Best!
VictorVictor
MemberHola Miguel!
Thanks for reaching out to us! 🙂 I’d be happy to help!
While the event categories are exclusive to the events, the tags are the generic WordPress post tags. So the link to “view more” is expected to be like that.
Does it help? Let me know if any other questions.
Best,
VictorVictor
MemberHi Stéphane!
Thanks for reaching out to us and for using our plugins! 🙂
Let me try and help you with this:
I have a SEO problem for which my webmaster is in trouble to fix. Indeed, for some events page created with your plugin, we have 2 H1 tags ? Have you ever encountered this kind of problem ?
The Events Calendar and all of its add-ons have Valid HTML output and we tend to respect good SEO practices. Could you please let us know what specific pages are you finding the problems with this? Perhaps you can share a link to the page so we can take a look.
I’d like to change the term “Billet” (meaning ticket in french language) into “Inscription à nos prochaines formations” (meaning “Registration for our next training course”). Is it possible to customize that ?
Yes, it really depends on where you want to change the “Billet” (Ticket) word. One approach to this would be to modify the translation for that word. To know more about translating our plugins see here > https://theeventscalendar.com/knowledgebase/adding-or-updating-a-translation/
and to learn how to override a plugin language files go here > https://theeventscalendar.com/knowledgebase/how-to-override-plugin-language-files/I hope that helps. Let me know if any other questions.
Best,
VictorMay 4, 2017 at 7:58 pm in reply to: ‘Keyword’ tooltip not translated & startday of the week #1278968Victor
MemberHi Ginette!
Thanks for coming back to us! I’d be happy to help 🙂
I looked for the “Keyword” string in the Dutch translation and it translated as you say (Zoekwoord). It could be that you are using an old translation file, so you should check for translations updates by going to WP admin > Dashboard > Updates.
You can also manually download the .po file from here and place into the folder > yoursite.com/wp-content/languages/plugins/
And, after the last update, my week starts on Sunday. This makes for a lot of mistakes with adding the events. Could this be turned back to Monday, what is was?
It seems strange to me that it changed the “Week Starts On” setting when you updated. But you can always change this setting by going to WP Admin > Settings > General.
Let me know how that goes.
Best,
VictorMay 4, 2017 at 7:37 pm in reply to: Import from other websites – feel free to import our events #1278954Victor
MemberHi Elza!
Thanks for reaching out to us and for using our plugins! 🙂
I’m happy to hear you like the “Other URL” import feature. We really appreciate your feedback on it.
Yes, for a site to be readable by the import tool, it needs to have The Events Calendar 4.5 or above. See here > https://theeventscalendar.com/release-the-events-calendar-4-5/
There is a list of the most common “Other URL” Import Errors you should know about for future reference here > https://theeventscalendar.com/knowledgebase/url-import-errors-event-aggregator/
I hope that helps you understand the “Other URL” import feature in depth.
Let me know if there is any other question.
Cheers!
VictorMay 4, 2017 at 6:37 pm in reply to: Default value number of tickets = 1 and attendee information display #1278933Victor
MemberHi Brent,
Welcome to the forums and thanks for chiming in.
For the sake of keeping things clean — as your issue seems a bit different than the original — I would kindly like to ask you to open a separate topic. We will be here to help you out and you will get your own personal consultant who will be focusing on your issue.
Thanks and cheers!
VictorVictor
MemberHi Mardi!
Thanks reaching out to us!
I’m sorry you are having that issue 🙁 Let me try and help you out troubleshooting this.
This could be related to a plugin or theme conflict, so could you please go through the complete steps in this guide > https://theeventscalendar.com/knowledgebase/testing-for-conflicts/ and let me know what you can find in the process?
Also, when coming back, could you please share with us your system info by following this guide > https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Thanks,
VictorMay 4, 2017 at 4:33 pm in reply to: Community event submit form: date / time format presets are not used #1278895Victor
MemberHey Oliver!
A new maintenance release for this week has been released today, which includes a fix for this issue 🙂
Find out more about the release → https://theeventscalendar.com/maintenance-release-week-1st-may-2017/
Please update the plugin and let us know if the fix works for your site,
Best,
VictorMay 4, 2017 at 4:23 pm in reply to: Default Calendar (View as Day) Displays 1 Week into Past #1278890Victor
MemberHey Yvonne!
Thanks for coming back and letting us know about that.
You should probably check on the WP Super Cache settings and the Leverage Browers Cache as well.
Here’s a list of really good articles about caching and performance considerations that could be handy for you:
- Caching Basics
- Caching Month View Transients
- The Events Calendar Performance Considerations
- Some of our favorite plugins for developers
I hope you can get the right setting for your site. 🙂
Let me know if you have any other questions.
Good luck with your project!
VictorVictor
MemberHey Corry!
Thanks for coming back with the iCal link and for sharing your sys info.
I can see the Google Maps API is working fine in your site, so that is not a problem now.
It seems to be the ics format only comes with the name of the location and this is saved as the venue name. For the map to be shown you must input an address in the “Address” field of the Venue.
A workaround to this ICS format limitation would be to not use addresses in the Gcal event and instead use the name of the venue. Once you import the events, you will have to edit the venue and add the address.
The good thing about this is you will only need to do that once and all the future imports that use that same venue name will match the existing one.
I hope that helps. Let me know if you have any other questions and I’ll be happy to help. 🙂
Best,
VictorMay 4, 2017 at 8:16 am in reply to: Download PDF not working for logged out users, and more… #1278568Victor
MemberHi Dirk!
Thanks for coming back.
It’s strange that that the image could be causing trouble. I tried making a template override myself adding an image to every ticket and it worked for me.
You can try removing the image and see if it works. If not, then you should try making the template override in a default theme and see if it works.
Let me know how that goes. 🙂
Cheers!
Victor -
AuthorPosts
