Forum Replies Created
-
AuthorPosts
-
June 10, 2015 at 8:48 am in reply to: tribe_events_cat query and tribe_events_list_the_date_headers() #968471
Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
You look like you have gotten pretty far already, which is good to see.
So this function: tribe_events_list_the_date_headers()
Is always returning the Month and Year because it only checks the main query if the month has changed.
You can find that function on this file:
the-events-calendar\public\template-tags\loop.php
To use it as you are using you most likely would have to use that as a base and create a similar function, but instead of the query check you could use a global variable. Using that global you could check each time if the title is the same as the last time it was used and if the same do nothing. If it changed you could then echo the title.
Let me know if you have any follow up questions.
Thanks
June 10, 2015 at 8:37 am in reply to: Show linked text instead of actual url in custom field for urls? #968463Brian
MemberHi,
Thanks for purchasing Pro and glad you like it.
If you use a text field you can add link markup like this:
Saving that in the additional field showed as a link for me on the front end.
Does that work for you?
Brian
MemberHi,
Sorry to inform you, but it appears that the fix we have for this got lost in the refactor and did not make it into the release.
I do have a file you can use to replace the coding and that will resolve the issue and then the fix will be in the next major release after 3.10 at the very latest.
Sorry again for the delay.
Let me know if you would like that file to replace the coding causing this.
Brian
MemberOh my bad I got my threads mixed up.
To add the main event views to your menu would be to use the WordPress Menu editor if your theme supports it and add a direct link.
So something like
yoursite.com/events/
Sorry again for the mixup.
Brian
MemberNo worries.
Brian
MemberOk, let us know what you find out.
Also, going through out Testing for Conflicts Guide may help find out the source of the issue too:
Thanks
Brian
MemberHi,
Thanks for trying out The Events Calendar.
The Event Views are archives in WordPress and not pages.
We do have this guide to modifying any of our event templates:
https://theeventscalendar.com/knowledgebase/themers-guide/
You can also try changing the default template and sometimes that helps:
Head to this page:
Events > Settings > Display Tab
Then change this setting:
Events Template to Default Page Template
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
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.
Thanks again!
June 10, 2015 at 7:35 am in reply to: Photo View Chronology – Recurring Events knocking other events out of chronology #968447Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
The issue you are having is the Photo View uses a masonry script to align all the events and it cannot and does not take into account event date, but only size of the event container. This view is designed for looks first and event order second. If you did it in reverse it could leave huge gaps in the rows and would look strange.
However, we maybe to come up with something to help here.
I do not think it is a good idea to force a min-height as that would mess up the event containers on smaller screens.
This css may help though remove the recurring info:
.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-meta .recurringinfo {
display: none;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Thanks for the interest in our Facebook Add On.
Yes it does work with the the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/
You do not need to buy Pro to use it.
Thanks
Brian
MemberHi,
3.10 has not been released yet so it is not available to update.
Thanks
Brian
MemberYour Welcome.
I am going to close out this thread, but if you see the issue in 3.10 please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberOk Thanks.
I tested out on my site and was not able to reproduce the error.
After you edit the recurring event title, what is the link for the View Event?
Can you right click and copy the link.
It should look something like this:
http://yoursite.com/?post_type=tribe_events&p=228
Let me know.
Thanks
June 10, 2015 at 6:51 am in reply to: Title and description, not the ones setted with YOAST SEO #968407Brian
MemberSo is that coding working for you?
That might be the only way to get the Event Views to show the titles.
The Event Views are archives in WordPress and that is usually where the compatibility issues come from as everyone is usually just dealing with pages.
Brian
MemberHi,
We have the themer’s guide for making edits to any of our templates:
https://theeventscalendar.com/knowledgebase/themers-guide/
And we have our Knowledge Base for articles:
That is what we provide for helping with customizations.
Thanks
-
AuthorPosts
