jQuery and Page Titles
-
I have a custom-built WordPress theme using Bootstrap 3 as a framework. I am also overriding default plugin styles/templates with custom in the wp-content/themes/my-theme/tribe-events as instructed in documentation. 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.
I have tested this on a fresh WP install using default theme (Twenty Thirteen) and no other plugins installed, appears to work properly in that case, so I’m guessing this is either a theme issue or a plugin conflict, but any insight would be appreciated.
- The topic ‘jQuery and Page Titles’ is closed to new replies.