Forum Replies Created
-
AuthorPosts
-
May 16, 2017 at 7:52 am in reply to: Changing the events title tag in browser – Submissions #1284389
Victor
MemberHey Joshua!
I’m sorry. Maybe I misunderstood what you meant.
I don’t see anything wrong with your code snippet to change the title for the events submission page, so there is a good chance “The SEO Framework” plugin is modifying the title tag.
Try disabling the plugin and see if anything changes. If so, you should check The SEO Framework documentation to see if they have a setting to disable, change or filter the title tag.
Let me know how that goes.
Best,
VictorVictor
MemberHi Wim!
There is no limit in the amount of events that can be loaded into WordPress. This is the same with any WordPress post type.
But, bear in mind that in terms of performance the more events you have, the costlier it gets to fetch events from your database.
Having 9000 events is a very big number, so that could probably be the cause of events not loading anymore due to the server reaching resources limit. If you enable WP_DEBUG, you can see if you are getting those errors.
We have a good article about performance considerations you should know about > https://theeventscalendar.com/knowledgebase/performance-considerations/
After that, if you decide to implement a caching system then you can move to these articles: Caching: What, when and how and Caching month view HTML in transients
Finally, there is a good article George put up here that groups a set of developer plugins. It’s a bit more technical than the others but will definitely be of help if you are into development.
I hope that helps and let me know if you have any other questions.
Best!
VictorVictor
MemberHi Wim!
Thanks for getting in touch with us!
We do not limit the amount of events you can import with Event Aggregator. We do limit the amount of imports you make per day depending on the Event Aggregator license you have.
You can learn how this limit works here > https://theeventscalendar.com/knowledgebase/event-aggregators-import-limits-work/
I hope that helps! 🙂
Cheers!
VictorVictor
MemberHi Craig!
Thanks for reaching out to us and for using our plugins! 🙂
Let me help you with your questions:
- By default, our plugins show the venue name in the list views, so it seems your theme is making some kind of customization to the list template file. You should check for your theme documentation and see if there’s a way to change that.
- You can change this by going to Events > Settings > Display tab and under Date Format Settings set the Date without year field to “F d”.
- Yes, by going to WP admin > Settings > General you can choose the day in which the Week Starts On
I hope that helps!
Let me know if you have any other questions and I’ll be happy to help.
Cheers!
VictorVictor
MemberHi David!
I’m sorry you are having that issue. Let me help you troubleshoot that.
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 to us, could you please share with us your latest system info by following this guide > https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Thanks,
VictorMay 15, 2017 at 9:24 pm in reply to: Add notice before and after ticket sales start and end #1284190Victor
MemberHi Dominic!
Thanks for getting in touch! 🙂
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.
You can achieve that by making a template customization of the rsvp.php template file located at /wp-content/plugins/event-tickets/src/views/tickets/. You should check our themer’s guide to see how you can accomplish that.
I hope that helps! Let me know if you have other questions and I’ll be happy to help.
Cheers!
VictorMay 15, 2017 at 9:07 pm in reply to: I build my site on other domaine and now i moved the site to live domain #1284178Victor
MemberHi Christian!
Thanks for reaching out to us! 🙂
To do that you would simply need to delete and deactivate the license from the old domain and then activating it on the live site.
To learn more about this see this article > https://theeventscalendar.com/knowledgebase/moving-your-license-keys/
You might also find this article useful that tells you how you can use one license for live and development sites.
I hope it helps and let me know if you have other questions!
Best,
VictorMay 15, 2017 at 8:56 pm in reply to: Event list // Just a list of all eventnames and a link to the next date of each #1284173Victor
MemberHi Joe!
Thanks for reaching out to us and for going PRO! 🙂
Let me help you with that.
You can show a list of events inside a page by using the [tribe_events_list] shortcode or any other of the pro widget shortcodes listed here > https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
I hope it helps! Let me know if you have other questions and I’ll be happy to help!
Cheers!
VictorMay 15, 2017 at 8:46 pm in reply to: Changing the events title tag in browser – Submissions #1284168Victor
MemberHi Joshua!
Thanks for reaching out to us! I’m happy to help with this! 🙂
I’m sorry if you were expecting an earlier reply. We only monitor these forums during week days as stated here.
To change the Title Tag in the events pages you can use the ‘tribe_events_title_tag’ filter.
There is a great article with some code examples that shows how to do that here > https://theeventscalendar.com/knowledgebase/changing-the-browser-title-for-calendar-views/
I hope that helps! Let me know if you have other questions.
Cheers!
VictorVictor
MemberHi Christopher!
Thanks for reaching out to us! Let me try to help you with that.
Are you experiencing this with all the imports or only when importing from a Google Calendar?
If that is only happening while importing from a Google Calendar or any other ics file, then it’s default behaviour. As the ics file format only states one field for the venue, Event Aggregator will use that field to create a venue and assign that field to the venue name, thus leaving the address fields empty.
So, the only workaround to import the venues from an ics format and getting them to show the Google Maps, would be to edit the venues after the import and filling the address fields.
I hope that helps. Let me know if you have any other questions 🙂
Best,
VictorVictor
MemberHi Miryam!
Thanks for coming back with all that info!
The screenshots do not exactly show the errors I was referring to, but I can see from them that there is actually 44 console errors > see here https://cloudup.com/csvLTLP9dJY
If you click that number, then it should show you the errors details. Could you please send us those so we can take a look and see if we can tell what’s the conflict?
Nevertheless, this mostly seems like a plugin or theme conflict, so to find the root cause of this you really should go through the testing for conflicts guide and see if you find anything.
I understand you are working with the live site. We always suggest creating a dev / staging site so you can test all the big changes like installing and updating plugins before doing so in the live site.
I hope that helps. Let me know how that goes and if you have other questions.
Thanks,
VictorVictor
MemberHi Phyllis!
I’m sorry you are having this issue 🙁 Let me try to help you troubleshoot that.
From your widgets screenshot it seems the page does not fully load, so as a first step, please enable wp_debug mode by adding the following lines of code to your wp-config.php file:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );After this, do you see any errors showing in the widgets page? If so, please let us know about them.
If there are no errors showing, this could be a plugin or theme conflict, so could you please go through the complete steps in the testing for conflicts guide and see what you find in the process? > https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
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,
VictorVictor
MemberHi Nick!
Thanks for coming back.
I have logged a ticket for the Event Aggregator query and it will be taken into account by the dev team in a future release cycle and we will let you know when there is a resolution for it.
Bear in mind this is the first report on this issue and can’t yet state if it is actually an error. While we do think it is strange the query is showing, I don’t believe this can be the cause of a considerable slowdown in performance.
I do think that having access to your system info would give the dev team more information to run tests based on your settings and see if there is anything strange with it.
Let me know if you have other questions. 🙂
Best,
VictorMay 15, 2017 at 8:25 am in reply to: "Import failed: import record must be finalized before posts can be inserted" FB #1283923Victor
MemberHi Brian!
Thanks for following up on this.
I’m sorry you are still having that issue. It seems to be different now that you can see the “Import Type”.
Could you please see if there are any console errors when experiencing the issue by inspecting the page? If so, please let us know the error perhaps by sending us a screenshot of it.
Here’s how to inspect the page in Chrome > https://theeventscalendar.com/knowledgebase/using-google-chrome-developer-tools/
Thanks,
VictorMay 15, 2017 at 7:47 am in reply to: Events Calendar Pro and Filter Bar keep asking for to install the latest version #1283902Victor
MemberHey Francisco!
I’m sorry it is still showing up.
Could you please try deleting the plugin and reinstalling it again to see if that clears the issue?
Also, when coming back, could you please share with us your system info by following this guide > https://theeventscalendar.com/knowledgebase/sharing-sys-info/ So we can see if there is anything unusual.
Thanks,
Victor -
AuthorPosts
