• Resolved Kasia

    (@kasia_codeword)


    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.

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi kasia_codeword, I’m not sure we can help much further especially as it works in the circumstances you described. That said, we can happily take a peek at your site if you share a URL – that might give us a few more clues about what’s happening.

    Thanks!

    Hi kasia_codeword – still in need of help here?

    Thread Starter Kasia

    (@kasia_codeword)

    Hiya,

    OK, the website where I’m using this plugin is https://www.lisanicolegrace.com. The events section specifically is https://www.lisanicolegrace.com/events.

    In my custom theme’s header.php file, I am using the following code that pertains to page titles.

    <title>
    	<? bloginfo('name'); ?>
    	<? wp_title('|',true,'left'); ?>
    	<? $site_description = get_bloginfo('description'); ?>
    	<? if ( is_front_page() && $site_description ) { echo ' | '; bloginfo('description'); } ?>
    </title>

    Any insight you have would be greatly appreciated.

    Hmm, not sure we can offer much here after all, unfortunately. Am I right in thinking this occurs only with your theme (ie, you don’t see the same thing with the default themes that ship with WordPress)?

    Sort of off topic, but you mention what I’m looking for in your question: “overriding default plugin styles/templates with custom in the wp-content/themes/my-theme/tribe-events as instructed in documentation.” I want to do that, override default plugin styles. I also using bootstrap 3. I couldn’t find this in the documentation.

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi claybaby,

    As outlined in our forum guidelines, we aren’t able to help with these kinds of customizations. If you haven’t found what you need in our documentation, you may need to consider hiring a developer to help you out.

    ~Leah

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘jQuery and Page Titles’ is closed to new replies.