Forum Replies Created
-
AuthorPosts
-
August 19, 2014 at 9:28 am in reply to: Enabling next month link if there are no future events? #683912
Brian
MemberHi,
You are correct, this is an intentional change.
There is no option to disable it from the Admin area.
However, you can create your own function to replace the existing function.
I did a test and got this to work for me.
You will have to follow the Themer’s Guide to get the month\nav.php into your theme to edit.
Once there you can rename tribe_events_the_next_month_link(); to custom_tribe_events_the_next_month_link();
Then put this function in your Functions.php of your theme and that should be it. (this function is from 3.6.1 and renamed to not cause conflicts)
if you get stuck somewhere let us know and we can get you going in the right direction.
Thanks!
Brian
MemberHi,
I was able to reproduce the issue on my development site and going to check into this further for you to get this resolved.
Thanks
Brian
MemberHi,
Thanks for using the Events Calendar.
It is possible to create another page with the calendar in it either with the list or month as the default view, but it does involve some customization.
A good place to start with customization is our Themer’s Guide. There are functions outlined in there that will reproduce the month calendar and then you can style it yourself or call the Event stylesheets to do it on that page.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
If you get stuck someone please let us know and we can get you going in the right direction.
Thanks
August 19, 2014 at 8:37 am in reply to: Compatibility with site search (for custom content types) #683800Brian
MemberHello,
So I was mistaken pretty permalinks are required for the Community Calendar Add On and that does notify you with a message in the admin to turn those on.
However, if you are having issues with default permalinks, but the pretty ones are working for new events that is most likely going to be how it is setup on your site.
Are you able to unpublish and then republish any of the old events, venues, or organizers that have the bad links and does that fix the linking issue?
Are you running any caching or transients that might save the old links in the search?
Please let me know if that resolves the problem and we can go from there.
Thanks!
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
August 18, 2014 at 4:48 pm in reply to: Compatibility with site search (for custom content types) #682070Brian
MemberHello,
Sorry you are not able to get the search the way you want it.
I have some questions to help clarify what you are trying to do and there I can help get you in the right direction.
The Events Calendar requires pretty permalinks so that should be the setting to get search to work how you would like it.
What happens when Pretty Permalinks are turned on and you search? Does everything show there that you would like, what shows correct and what is wrong?
What is showing a wrong url in the search results and can you please provide examples?
Any other information you can provide including screenshots will help out and then I can get back to you.
Thanks!
Brian
MemberHello,Thanks for using the Events Calendar.
There is no setting to make the Calendar show on the home page, besides using the smaller widget.
So it does involve some customization.
There is a function that you can call on the homepage:
tribe_calendar_grid();
That function with show the month calendar, but you will have to add in the Events Stylesheets and other settings on your own.
For reference on those please follow our Themer’s Guide
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Thanks
Brian
MemberHello,
I am sorry you are having some issues with the theme and our plugins.
You may have to figure out what the theme conflict is to be able to use the plugin and its widgets.
Can you let us know what theme you are using, please.
Also, I would attempt to contact the Theme Creator and see if they have a fix for their theme to work with the Events Manager.
Thanks!
August 18, 2014 at 2:33 pm in reply to: Clicking on the event we entered only takes us to one of our pages that is blank #681861Brian
MemberBetty,
Thank you for the information.
What did the error page say once you deactivated all the plugins but the Events Calendar?
Also, are you able to try the Twenty Twelve Theme on your site and see if that solves anything? Can you follow the steps on this page to confirm that it is broken in the Twenty Twelve Theme as well.
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
And after you change themes, please follow the steps outlined on this page to resave your permalinks. ( you do not need to change the options just as long is the permalinks are not set to default, which I do not think they are for you)
https://theeventscalendar.com/support/documentation/troubleshooting-404-errors/
Let me know what you find out and we can take the next step on our end.
Thanks
August 18, 2014 at 9:40 am in reply to: I bought Events Calendar Pro instead of the Filter Bar add on #681364Brian
MemberBrielle,
Please email us at pro(at)tri.be and we can help you out there.
Thanks!
Brian
MemberHi,
Thanks for the interest in the Events Calendar and the AddOn for WooTickets.
It is hard to tell if there will be an issue with your theme.
We work to make our plugin use the WordPress provided methods, but it is not always the case that everything works correctly.
You can try to use the free version of our plugin from WordPress.org and see if it works on your site and if does then the Add On should work, but I cannot say for certain.
Thanks!
Brian
MemberJohn,
Thanks for your interest in your Plugins.
The Facebook Add On will enable you to pull events from Facebook into a singular calendar on your site.
I am not aware of that particular feature being removed from the Facebook API. Do you have an article that you got the information from and I can run it by our developers?
As for theme compatibility with custom layouts from your theme. We will tbe able to give you some tips on getting it how you want, but ultimately that customized is not something we do as part of a Pro License.
This guide can help you get the template files that you may need to edit to get it working into your theme and then you can work to make the modifications there.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Thanks!
Brian
MemberChristopher,
Thanks for using the Events Calendar, let me try to give you a hint on how you can do this.
The tribe_is_past() function is set to “Returns true if the query is set for past events, false otherwise”
So it does not detect on a single event that it is in the past only in a loop.
You can use these two functions to get the start and end date of the single event:
tribe_get_end_date()
tribe_get_start_date()
You could then write a conditional statement to compare to the current time with the returned time from those functions.
You will have to format the time from those functions to be able to compare it to a function like php’s time()
It may take a couple tries to get the formatting synced up. Let us know if you would like any more hints.
Thanks!
August 18, 2014 at 8:43 am in reply to: Clicking on the event we entered only takes us to one of our pages that is blank #681170Brian
MemberHi,
Sorry you are having some issues here and let me see what I can do to help resolve this.
I went to your site and the main Event Page works, but the single events do not show any event content, correct?
So this could be a plugin/theme conflict, to help narrow this down can please answer the following:
I saw you checked the box, but can you please confirm you have done this on the site to see if there are issues:
YES, I’ve deactivated all other plugins to check for a plugin conflict.
If you need help on that process please follow the guide here:
https://theeventscalendar.com/support/documentation/testing-for-conflicts/Also, please let me know what version of The Events Calendar Plugin and Events Calendar Pro plugin you are using. (this can be found on the plugin page)
If you do not have version 3.7 for both please upgrade them now.
Please post the information here and then I will get back with you and what we can try next.
Thanks!
Brian
MemberHello,
Yes you are correct, to remove a single instance of a recurring event just delete the date you do not want the event to be on and it will be removed.
Since this question has been answered here and on Twitter I am going to go ahead and close this ticket. If there are any future questions or issues about this topic please create a new ticket in our forum.
Thanks
-
AuthorPosts
