Forum Replies Created
-
AuthorPosts
-
Brian
MemberYou’re Welcome,
Since this is marked resolved 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
November 16, 2015 at 1:10 pm in reply to: Customize the PRO Upcoming Events widget day/date block? #1026584Brian
MemberI am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberHi,
Sorry for the issues you are having. I can help out.
I see you are using the Divi theme and it is their archive settings causing this as the Event Views are archives.
Head to Divi > Theme Options > General Settings > Number of Post displayed on Archive pages
Change that number to 20 or what you have as the number of events to show in our settings.
That should fix the issue.
Let me know how that works out.
Thanks
November 13, 2015 at 4:12 pm in reply to: Showing the featured image in the monthly calendar view. #1025521Brian
MemberHi,
For the most part we work with Divi, however, for any plugin or theme with a drag and drop page editor it tends to conflict with our main Event Views of Month, List, Map, etc as they are archives and not pages.
I do know when using Divi this setting should be set to 10:
Theme Options > General Settings > Number of Post displayed on Archive pages
Beyond that I do not have information on other issues that could come up.
Month View
As for the snippet I tried on my test site and it worked for me.If it is not working in any theme you could verify the location again and the spelling of everything.
If you can let me know the exact directory you are using and what the coding looks like I might be able to pick out an issue.
Thanks
Brian
MemberHi
Glad to see you figured it out.
We do not have shortcodes for the main views of Month, List, Map, etc so we do not have a feature to show the Month View on another page.
We do have the widget shortcodes here:
https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
Since this is marked resolved 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
MemberGreat, thanks for sharing.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
The Community Events are not pages so they do not have ids with numbers.
They did have unique body classes though.
This body class is on the form page:
tribe_community_edit
This is the body class for the List of Events:
tribe_community_list
That should enable you to target css just on those areas.
Let me know how that works out.
Thanks
Brian
MemberHi,
Sorry for the issues on this.
I can help resolve this. The function giving the fatal error, tribe_events_single_event_meta() was deprecated 16 months ago in 3.6 and removed in 3.11.
To fix this you need to update your custom template single-events.php in your theme.
You want to replace:
echo tribe_events_single_event_meta();with this function:
tribe_get_template_part( 'modules/meta' );Let me know if that resolves the issue for you.
Thanks
Brian
MemberHi,
Thanks for using our Products I can help out here.
We have this guide for moving the form:
https://theeventscalendar.com/knowledgebase/moving-the-ticket-form/
Does that work for you?
Thanks
Brian
MemberHi,
Glad that helped.
Not sure where you want to exclude the venue information, but you can follow the themer’s guide and remove the venue areas on any of the event templates:
https://theeventscalendar.com/knowledgebase/themers-guide/
Cheers
Brian
MemberSounds good. I am going to close this thread.
Please do not hesitate to create a new ticket if you have any more questions.
Thanks!
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHello Again,
I can help out here as well.
You want to put that into here:
yourtheme/tribe-events/modules/bar.phpA good rule of theme for the themer’s guide over rides is you change this:
the-events-calendar/src/views/
to this:yourtheme/tribe-events/
And that should get the correct directory.
Let me know if that works.
Thanks
Brian
MemberHi Edwin,
We do not have an official timeline, but hopefully in the earlier part of December.
That can always change if we have to fix more issues then we thought during QA.
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
