Home › Forums › Calendar Products › Events Calendar PRO › Previous / Next Event links and Date selector in Map/List view
- This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago by
clashley1976.
-
AuthorPosts
-
February 17, 2018 at 12:16 pm #1456520
clashley1976
ParticipantI just installed TEC PRO on my site, primarily to obtain the map functionality. I’m noticing some inconsistent behavior with the Previous and Next Events links while in Map view, and some undesired behavior in the date selector.
When in Map View, there is a “Previous Events” link at the top of the Upcoming Events table, but no “Next Events” link. The bottom of the table shows both links.
When clicking the date Selector in either Map or List, I can’t seem to select an entire month. When clicking the desired Month, it will not update the date field until an individual date is selected. The ability to select an entire month’s worth of events in either view would be be preferable to my visitors.
Is there anything that can be done about these items?
February 19, 2018 at 10:27 am #1457775Sky
KeymasterHi Cameron,
As far as your first question regarding the map view: There is some CSS hiding that for some reason. I’m not sure if this is related to a setting or what. For a temporary fix, you can add the following CSS.
#tribe-events #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
display: inline-block;
}
I will look into why this is happening and get back to you.
As to your second question about the calendar selector. Yes, that is the default behavior for those views. The month view behaves as you describe. If you’d like, you can suggest ideas at https://tribe.uservoice.com/forums/195723-feature-ideas and if enough people vote for it, it may wind up being added to the plugin.
I will take a look into the hidden navigation issue and let you know what I find out.
Thanks,
SkyFebruary 19, 2018 at 11:00 am #1457807clashley1976
ParticipantThanks for the feedback. The custom CSS did add the Next link to the header for the map view, but also added it to the headers for the monthly and list view. Ideally, I’d like the header navigation to be the same as the footer navigation in all of the views.
See the attached screenshots for examples of what I’m seeing after inserting the CSS:
February 20, 2018 at 9:34 am #1458884Sky
KeymasterCameron,
Yes, I noticed that last night after replying to you. I looked more in depth into how all that behaves, and those top prev/next links are actually hidden by default. You usually have to add custom CSS to get them to show at all, as there is no setting to show them.
Did you do something custom to enable to “previous” link, or did it just show up there after an update?
In any case, here is a CSS snippet that will show the top navigation links in all the views:
.tribe-events-map #tribe-events-header li a,
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
display: block !important;
}
A bug report has been created to figure out why this is happening. You should be notified here when a fix is pushed out in an upcoming release.
Thanks,
SkyFebruary 20, 2018 at 10:05 am #1458928clashley1976
ParticipantThanks, I added the CSS and now both header links are showing in all views.
I did not have any custom CSS in my installation; I only noticed the initial issue when I installed TEC PRO this weekend to obtain the Map view functionality. While using the free version, I never saw any navigation header links in either the Month or List view, and didn’t even realize that they were there (but hidden).
February 20, 2018 at 10:22 am #1458946Sky
KeymasterCameron,
Great! Thanks for the additional information.
Let us know if you have any other questions or issues.
Sky
April 20, 2018 at 9:25 am #1512298Victor
MemberHi Cameron!
Just wanted to share with you that a new release of our plugins is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/maintenance-release-week-15-april-2018/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorMay 12, 2018 at 9:35 am #1528939Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Previous / Next Event links and Date selector in Map/List view’ is closed to new replies.
