Forum Replies Created
-
AuthorPosts
-
Victor
MemberHey Steven!
I’m glad you found it works for you. Thanks for letting me know.
I’ll close this now, but feel free to open a new topic when needed. 🙂
Cheers!
VictorVictor
MemberHey Mike!
I’m glad that worked out for you! Thanks for letting me know about it.
I’ll close this thread as you marked it as resolved, but feel free to open a new one when needed.
Good luck with your project!
VictorVictor
MemberHi Mike!
I’m sorry I didn’t give you more details on how to achieve that. That was something to point you in the direction of customizing the order of related events.
Just to set expectations right, we are fairly limited in how much support we can give for customizations like that.
That said, we are always happy to help and at least point you in the right directions. So let me try and help you with this.
I’ve put up a simple code to order the related events by their start date. You should copy and paste the following snippet of code into your theme’s functions.php file:
https://gist.github.com/vicskf/6c549b4604614b078f1080c14bd79f39
Remember not to copy the ‘<?php’ opening tag.
Does it do the trick? Let me know about it 🙂
Cheers!
VictorMay 10, 2017 at 6:58 am in reply to: Custom list of events in Single Venue or Single Organizer views #1281604Victor
MemberThis reply is private.
Victor
MemberHey David!
I’m glad you could solve your issues! Thanks for letting us know about it.
I’ll close this now but feel free to open a new one when needed.
Cheers!
VictorVictor
MemberHello David!
Thanks for getting in touch and for going Pro! 🙂
I’m sorry your are experiencing those issues. Let me try to help you with that.
We are aware of an issue with the Google Maps API showing that “daily query limit” message in the venue edit page. I don’t think they are related to the threads you mention because they seem a bit old, but they are very similar.
I will link this thread to the bug report and set this as “Pending fix” so the team will let you know as soon as a bugfix is released.
As a workaround, you could try creating and setting up a new Google Maps API and see if it solves the issue in the meantime. If that doesn’t work, then you should copy and paste the following snippet of code into your theme’s functions.php file:
https://gist.github.com/cliffordp/9d6c25feb389f98e8ae09a41273a3488
After pasting the code, remember to enter your API key in the $api_key variable like this:
$api_key = 'your_api_key';Regarding the search location issue, it seems there is a JavaScript conflict with the Google Maps API as well, so could you see if after trying the above fixes the issue?
Let me know how that goes.
Thanks,
VictorMay 9, 2017 at 8:22 pm in reply to: Need to embed calendar on 2 pages with different categories #1281394Victor
MemberHi Pauline!
Thanks for reaching out to us and for using our plugins! 🙂
I see what you are trying to accomplish. Unfortunately, the [tribe_events] shortcode does not support multiple categories at the moment. The only way at the moment to accomplish that would involve some custom coding. You can find very useful resources on how to customize our plugins here > https://theeventscalendar.com/customizations/
This feature has come up a few other times from other users as well and we surely see how useful this would be. This idea is already in our uservoice here > https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/17455246-tribe-events-shortcode-support-multiple-categories so I encourage you to vote for it so it can be taken into account for a future release of Events Calenda Pro.
I hope that helps! Let me know if you have any other questions and I’ll be happy to help!
Best,
VictorVictor
MemberHi Nick!
Thanks for coming back with all that information.
I reached out to the team so I could have a second opinion on this issues you mention.
The first issue seems to be a database query call from Event Aggregator. As you don’t own an Event Aggregator license, we think it is not supposed to be there. So I will log a report about this so the dev team will see if there is something that needs to get adjusted. I will let you know as soon as I have feedback on this.
Regarding the second issue, we think this could be an isolated event so I wouldn’t worry too much about it. It’s probably safe to disregard.
Could you please share with us your sys info by following this guide > https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Thanks,
VictorVictor
MemberHi Lois!
I’m glad you could work that out! 🙂
Unfortunately, those changes will only apply to the main calendar. If you are also displaying the calendar using the [tribe_events] shortcode inside a custom page, then you’ll have to customize the shortcode output by using one of the available hooks.
The ‘tribe_events_pro_tribe_events_shortcode_output’ will let you alter the shortcode HTML before it’s sent to the browser. With a little string manipulation, you could relocate the bar.
Further steps on this will require custom coding that is out of the scope of this support, so I hope you can understand this, as we are limited in how much support we can give for this.
I would like to hide the excerpt displayed in the calendar list view (not the widget list)
You can do this by overriding the single-event.php template file that is in /wp-content/plugins/the-events-calendar/src/views/list/ and commenting out or removing line 75 where the tribe_events_get_the_excerpt() function gets called.
I really hope that helps. Let me know if you have other questions.
Best!
VictorVictor
MemberHi Marian!
I’m glad to be of help!
Since you marked this as resolved I’ll go ahead and close this thread, but feel free to open a new one when needed and we’ll be happy to help! 🙂
Cheers!
VictorMay 9, 2017 at 12:25 pm in reply to: Events list widget date not displaying correctly in sidebar #1281144Victor
MemberThis reply is private.
Victor
MemberHey Jos!
Glad you could work that out! Thanks for letting me know about it.
I see you marked this as resolved, but I’ll mark it as “Pending fix” so the team will let you know when a final fix for this is released.
Cheers!
VictorVictor
MemberHey Ben!
I’m glad your issues are now solved. Thanks for letting us know about it. And don’t worry about the delay. We are always here when you need it.
I’ll close this thread now that it’s all good, but feel free to open a new topic if anything comes up and we’ll happy to help! 🙂
Cheers!
VictorVictor
MemberHi Imad!
Thanks for reaching out to us! I’m happy to help you with this! 🙂
That message you are getting is because you have created a page in which the slug is “events-list” and is conflicting with the main calendar url, which in your case is also “events-list”.
In this case, by default, the main calendar will be displayed instead of the page you created.
To solve this, you can either change the page slug by editing the page (see here > https://cloudup.com/c-ffBactO3B ) or you can change the Events URL slug by going to Events > Settings > General tab (see here > https://cloudup.com/cvNr-9KVRZW )
I hope that helps. Let me know how it goes and if you have other questions.
Best,
VictorMay 9, 2017 at 8:40 am in reply to: Events list widget date not displaying correctly in sidebar #1280877Victor
MemberThis reply is private.
-
AuthorPosts
