Forum Replies Created
-
AuthorPosts
-
October 31, 2017 at 4:54 am in reply to: Additional Fields: Column for the name in the backend #1372013
Andras
KeymasterHi Marcus,
Thanks for the explanation, now I fully understand.
Unfortunately at the moment there is no way to manually set the field names in an easy way. They are generated automatically and it is not possible to change them through the interface.
I believe it should be possible to change them if you dig in the database.
The additional fields are saved in the wp_options table, where the option name is ‘tribe_events_calendar_options’.
The data is serialized and contains also other TEC settings, so you need to be careful when changing that.
I was checking around a bit on the net and found a nice serializer / unserializer tool:
You can take the value of ‘tribe_events_calendar_options’ and unserialize it.
Change the field names.
Then run that code through the serialilzer.
Update the code in the database.
I hope this helps.
Andras
October 31, 2017 at 4:33 am in reply to: Can I pay someone to fix my calendar colors issue? #1372004Andras
KeymasterThis reply is private.
Andras
KeymasterJust an idea for now, if you want to filter out multi day events, then you could add the following line:
'end_date' = 'start_date',Does this help?
A.
October 31, 2017 at 4:19 am in reply to: Google Calendar ICS Scheduled Imports Hung on "Import Pending" #1371995Andras
KeymasterHi,
You can find the old versions in the .org repo as well. You need to switch to ‘Advanced View’ which is in the right sidebar.
Here’s a direct link:
For ECPro you need to log into your account here and go to your downloads page.
Andras
October 31, 2017 at 3:54 am in reply to: Events Aggregator only pulls dates older than today. No future events #1371988Andras
KeymasterHi Stepphen,
I did a test import of the url and it imported future events for me.
I’d like to ask you to check 2 things and send me a screenshot:
1) How is the import set up? Go to Events > Imports > Scheduled imports and click on edit.
I just checked mine and a starting date was filled in. (screenshot) I also checked, the date cannot be removed, but can be changed to a new date. I will check whether it is intentional that you cannot leave it empty.
2) Go to Events > Settings > Imports tab and check your import limitation settings. (screenshot)
This is a new option we recently have introduced. You might need to adjust this.
Let me know what you find.
Cheers,
AndrasAndras
KeymasterThis reply is private.
Andras
KeymasterHey Bryan,
Thanks for using the Events Calendar.
Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
If you have purchased a plugin from us, please login and post in the premium forums for that plugin and we can help you out there:
Thanks again!
To get you started, there are some date format setting under Events > Settings > Display tab. Likely you’ll need the ‘Date without year’ one.
Cheers,
AndrasAndras
KeymasterHello again Rhonda,
I’m sorry to hear about that typo problem.
There is not much we can do about it at the moment. To do different checks and modifications when importing would require extensive custom coding which is beyond the scope of the support we provide here in the forums.
The best would be getting the import sources in order. What are the urls that you are importing?
If you need some help with the customization I can share with you a list of freelancers who are unaffiliated with us and could possibly help you out.
Cheers,
AndrasAndras
KeymasterHello Rhonda,
Thanks for reaching out!
Yes, I believe you need some CSS to change this.
1. If you can share with me URL where the widget can be seen and what part of it you would like to change, then I might be able to help you with this.
2. By the top bar I guess you mean the super-dark-grey bar at the top.
If that is the one, then paste this code into the the theme’s style.css file (can be found under Appearance > Editor) or go to Divi > Theme Options > General tab > Custom CSS box and paste it there:
.tribe-events-calendar thead th { background-color: #6a8950; color: #ffffff; }The first line will set the background color to green. The second line will set the font color to white.
Hope this helps you get started.
Cheers,
AndrasOctober 30, 2017 at 2:36 pm in reply to: Additional Fields: Column for the name in the backend #1371747Andras
KeymasterHello again Marcus,
I don’t fully understand what you described. Could you share some more details with me, maybe some screenshots or mockups to help me better understand?
Thanks!
Andras
Andras
KeymasterThis reply is private.
Andras
KeymasterHi Kristin,
Thanks for reaching out!
Is that a recurring event that you get? If yes, then you can try also filtering out ‘post_parent’.
All the single instance events and the first occurrence of a recurring event have a ‘post_parent’ value of 0 (that’s in the wp_posts table). The recurrences will have there the ID of the parent event.
Does this help? Let me know.
Cheers,
AndrasAndras
KeymasterHello Shelby,
Thanks for reaching out!
Not quite sure why the button is not showing on your site, it might be the theme is customized or there’s a modification in your style.css file.
This css snippet, if you put it at the end of your style.css file should bring it back:
#tribe-events-content-wrapper .tribe-events-ical { display: block; }Beside that this is the url for your monthly ical feed:
http://remembrancegrandrapids.com/events/?ical=1&tribe_display=monthHope this will get you started.
Let me know if you need further assistance.
Cheers,
AndrasAndras
KeymasterHey Patrick,
Thanks for using our plugins and welcome to the forums!
This little extension might be helpful in achieving in what you need:
Let me know if that does the trick for you.
Please note that this will not add the attendee info to the Order page (WooCommerce > Orders) on the back-end.
Let me know how this works out.
Cheers,
AndrasAndras
KeymasterHello again Katie,
Yes, that can be an unfortunate consequence of the setup. (Really the best would be if the source feed could be adjusted.)
Anywho, there is a setting, the ‘End of day cutoff’ that might help you with this. You can find it under Events > Settings > General tab.
Since UTC is 4 hours ahead, it might be good to set that to 4am.
Let me know if that does the trick.
Andras
-
AuthorPosts
