Forum Replies Created
-
AuthorPosts
-
November 20, 2014 at 5:56 pm in reply to: How to get day (date) to display only once in List view #892976
Brian
MemberHi,
Thanks for purchasing the Events Calendar PRO. I took a look at that site and it is not a WordPress site and looks like a custom calendar.
And thanks for referencing that other forum post it is from Pre 3.xx so any issue there would no longer apply as the coding as changed.
We have a Month, Map, List, Day, Photo, and Week view.
The list is the closest view we have to that calendar, but not quite there. You maybe to adapt that view to the view your client would like, but it is beyond the support I can provide to help on that customization. I can answer some questions about it if you have any.
Let me know.
Thanks
November 20, 2014 at 5:52 pm in reply to: Show TEC as child of another page in the url/permalink #892956Brian
MemberSome Views and the Recurring Events have different coding for them to work correctly.
Recurring Event Permalinks are run through this file:
\events-calendar-pro\lib\tribeeventspro-recurrencepermalinks.php
Not sure how the Month View gets its permalink and unfortunately, there is not much more support I can provide on this customization, but I will try to answer anymore questions.
Thanks
November 20, 2014 at 5:41 pm in reply to: text "and 'Everything is Awesome'." crashes submission #892942Brian
MemberHi,
This is strange.
I tested on my installation and it worked for me for all the text. Are you able to try on another browser and see if that changes anything?
Let me know and we can go from there on troubleshooting it.
Thanks
Brian
MemberThanks again for pointing this out, look for the update in the next release.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberSure I can help out with some more information. Pro does not change these fields so all good there.
If you look at this file:
\the-events-calendar\views\modules\meta\map.php
Within that template you’ll see the tribe_get_embedded_map() function is used – you can actually specify dimensions by passing additional arguments, something like this: tribe_get_embedded_map( null, 600, 300 ) – which would create a map with a width of 600 pixels and a height of 300 pixels.
Then you might have to modify the css for this class on that template:
tribe-events-venue-map
That should get you close to what you are trying to do.
Thanks
Brian
MemberOk sounds good.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi sorry for the late reply.
I can help troubleshoot this with you.
Not sure what is going on here. I looked at the Page and it shows a left and right sidebar in the source code, but the left sidebar is blank.
Do you have any conditional logic for the widgets?
Are there any other “Events template” that do work?
Let me know and we can go from there to try and resolve this as much as we can.
Thanks
Brian
MemberIf you follow our themers guide:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
And move this file to your theme:
\the-events-calendar\views\month\single-event.php
You can remove this from the file and it will disable the tooltips.
data-tribejson='<?php echo tribe_events_template_data( $post ); ?>'Brian
MemberFollowing the themer’s guide this is what you are going to want to move to your theme and edit.
\the-events-calendar\views\modules\meta\details.php
Once moved you can find the cost function and place the text under that. That is the easiest method to do this as there are no hooks there.
This is the cost function:
tribe_get_formatted_cost
Thanks
Brian
MemberHi,
Sorry for the issues you are having and for the late reply. We try to respond to tickets within 24 hours.
Thanks for the information about cURL and HTTP access module that will help in the future narrow down these problems.
Something that might help as well is looking at the Event Rocket Plugin:
It is an unofficial plugin made by developers of our plugins, but does provide a coordinate field on the Venue Page you can manually enter.
Not sure why the admin is slow now with the update to 3.8.1, now that you are on the latest version are you able to create venues successfully?
Let me know and I can help troubleshoot this with you.
Thanks
November 20, 2014 at 7:12 am in reply to: Adding WordPress Events Calendar Pro to Clubix Theme #892080Brian
MemberHi,
Thanks for using the Events Calendar. I can help you in the right direction here.
It is beyond the support we can provide to make customizations such as this. We can help out with a question or two if you have them.
We do have our themer’s guide which is a good place to start:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
If you would like a list of Freelancers you can help us at pro(at)tri.be and we can provide that list or you might have luck on a site such as http://codeable.io/.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using The Events Calendar Pro.
Currently, we do not have a feature to upload and attach a file to an event with our additional fields.
You can use a plugin that creates Custom Fields and add one yourself.
Then you could follow the themer’s guide and the documentation from that plugin on how to display on the front end of your site.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello Again.
Glad I could help a little, lets see if we can get this resolved all the way now.
First we have depreciated ‘eventDisplay’ => ‘upcoming’ in favor of:
‘eventDisplay’ => ‘list’
For all future events.
So these two events are showing in the dropdown on single events:
Economic Outlook Conference
MEDA 2014 Fall ConferenceAnd since they are past Events you would not like them to show, correct? And they only show on the Single Events Page.
How about changing the coding outlined above and get back to me then I can take another look at this and see if I can come up with something.
Thanks
November 20, 2014 at 6:54 am in reply to: Show TEC as child of another page in the url/permalink #892044Brian
MemberHi,
Unfortunately, there is not way to make the events pages a child of another page. You can change the slugs, but not add a parent to them. It maybe possible to do with some customization, but that is beyond the support we can provide in the forum.
The only way I thought of that might make that work is to create a WordPress install using this as the site url:
site.com/club/
Then the Events Calendar would have the links you would like, but that would mean two different sites.
Let me know if you have any other question.
Thanks
Brian
MemberThanks for bring that to our attention. It was fixed in 3.6 and 3.7 but for some reason it broke again in 3.8. I just checked the bug ticket in our system for the QA test for 3.9 and it is fixed. So please look for that to be resolved then when that comes out in the next couple weeks.
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
