Forum Replies Created
-
AuthorPosts
-
Brian
MemberHello jeroenbackx,
I am going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Thanks
October 8, 2014 at 1:30 pm in reply to: Renamed Event Category disappeared in front-end at all #797150Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
October 8, 2014 at 1:29 pm in reply to: WooCommerce Causing Issues With Events Calendar Pro Recurring Events #797144Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
October 8, 2014 at 1:29 pm in reply to: Custom User Capabilities Event Calendar EventPro integrated with WordPress roles #797141Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
October 8, 2014 at 1:28 pm in reply to: Possibility to have no end date for events , Google import button on calendar #797138Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
Membermattcuba Please use this link and then click on the version number you would like to download under Other Versions.
https://wordpress.org/plugins/the-events-calendar/developers/
Brian
MemberHi jasonthedce,
Sorry for the issues with the conflict with Mailchimp.
We have narrowed down the issue and it turns out we both call the datepicker library and that causes a conflict.
We are working on a Maintenance Release to fix this issue and some others and hope to have it out within a week, but I do not have an exact date yet.
Are you able to disable Mailchimp plugin until then as a workaround?
Brian
MemberHello idgmedia,
Thanks for purchasing the pro version of our plugin. Thanks for searching for an answer as well.
There usually are Next and Previous Month Links already to go between calendars.
I took a look at your site and see they are hidden.
Please add this css to your theme or through a plugin such as Simple Custom CSS and see that if that shows a link under the month.
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav {
display: block;
}Let me know if that works for you.
Thanks
Brian
MemberI can help you out with this.
If you follow our themer’s guide you can move the template for the list view over to your theme and modify it there.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
The file you should look into moving is here:
\the-events-calendar\views\list\single-event.php
This will only change the list view and not the single template.
Let me know if you get stuck or need some help after you get going on the next step.
Thanks
Brian
MemberI am afraid this is how the tutorial works. We have provided it to give you a tool to change try and make it easier for you to do a customization, but we cannot know all the instances someone will try to use it and if something does not work exactly how you would like it is up to you to change it.
Having said that I can provide a little help here. I tried reversing the two arrays putting Events first to change and it seemed to work better.
// Text to search for
array('Events', 'events', 'Event', 'event'),
// Text to replace it with -- change this for your needs
array('Classes', 'classes', 'Class', 'class'),
$text
That could help you get closer to what you are looking for and then you may have to play around with it some more to get it exactly how you would like it.
Brian
MemberYour theme’s functions.php or in a custom plugin.
Brian
MemberSure, I would start by looking at this file and moving it into your theme:
\the-events-calendar-community-events\views\community\modules\organizer.php
Once in your theme you can edit the fields as you like.
Brian
MemberThanks for the interest in our plugins. I can help answer your questions.
1. I saw on another thread that we can display an event category by specifying a link. Is there something we can do if we want to show a subset of categories ie cat1, cat2, cat3?
The views will show in a subcategory like this.
http://yoursite.com/events/category/parentcategory/subcategory/
There is no option to take 3 different categories and show them as one view. You would have to give them all the same category to do that.
2. In your experience, are there any issues that come up when moving development from a dev server to a live server? I have run into this with some other plugins.
We do not have any known issues, but each transfer could be different. I would expect for the most part no issues, but I would also prepare just in case.
Does that answer your questions?
-
AuthorPosts
