Page Titles & End Month CSS Class
-
I have noticed some issues with page titles in this plugin.
1) In my theme’s main header.php file, I have set my wp_title separator to be on the left, because I want the site title to come before the page title. However, all of the pages for Events by default have the separator on the right so I get “Site Title Page Title | ” instead of “Site Title | Page Title”. How can I change this?
2) When on the default events page (mysite.com/events), clicking the “Previous Events” link appears to use jQuery to load the past events without fully reloading the page (url becomes mysite.com/events/past/?action=tribe_list&tribe_paged=1). In this case, there is no page title displayed at all, it just shows the URL of my site. If navigation back to Upcoming Events with the “Next Events” link (url becomes mysite.com/events/upcoming/?action=tribe_list&tribe_paged=1), same thing. No page title, just shows the URL.
3) In single event view (mysite.com/event/title-of-the-event), the page title has the separator on the left, but is showing an extra separator, so it displays “Site Title | | Event Title” instead of “Site Title | Event Title”. Again, same question, how can I change this?
Fourth thing, while not related to page titles, has to do with separating borders between events. I notice that if I load the Previous Events with jQuery (url – mysite.com/events/past/?action=tribe_list&tribe_paged=1), the “tribe-event-end-month” class is not being applied to the last entry in a month, and so a border shows up even though it doesn’t need to be there because the month separator acts as a divider. However, if I then refresh this page, or load mysite.com/events/past manually, the “tribe-event-end-month” class is applied to the last entry in a month, and the border does not show up.
None of these issues impede the functionality of the plugin in any way, and overall I really like this plugin because it is so customizable, but these little inconsistencies are a bit maddening to a perfectionist like me ??
Any suggestions would be appreciated.
- The topic ‘Page Titles & End Month CSS Class’ is closed to new replies.