Yet another Event Title as Calendar Title

Home Forums Calendar Products Events Calendar PRO Yet another Event Title as Calendar Title

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #30586
    Steve
    Participant

    I’ve tried to follow the FAQ tutorial and seem to be WAY over my head. I’m using the Zeitgeist theme. I can’t find a page.php, but here is the header.php code. Can you help me set it so my Calendar Title is not the first Event Title. Thanks

    `
    get_queried_object();
    if(isset($content_array->ID)){
    $post_id = $content_array->ID;
    }
    else $post_id=0;
    $template_uri = get_template_directory_uri();
    ?>




    <html > <!–


    <meta http-equiv="Content-Type" content="; charset=” />


    <link rel="shortcut icon" href="”>
    <link rel="apple-touch-icon" href="”>
    <link rel="apple-touch-icon" sizes="72×72" href="”>
    <link rel="apple-touch-icon" sizes="114×114" href="”>




    <link rel="stylesheet" href="/css/ie8.css” type=”text/css” media=”screen”>


    <body >


    <div class="closeicon “>

    jQuery(‘.headertopline’).animate({height:’hide’}, 0);

    <a href="”><img src="” alt=”” />


    ‘navigation’, ‘container_class’ => ‘ddsmoothmenu’, ‘container_id’ => ‘mainmenu’, ‘theme_location’ => ‘navigation’, ‘before’ => ” ) ); ?>

    `

    #30587
    Steve
    Participant

    Sorry, I’m not sure what code I posted above. Here is the header.php code:

    get_queried_object();
    if(isset($content_array->ID)){
    $post_id = $content_array->ID;
    }
    else $post_id=0;
    $template_uri = get_template_directory_uri();
    ?>




    <html > <!–


    <meta http-equiv="Content-Type" content="; charset=” />


    <link rel="shortcut icon" href="”>
    <link rel="apple-touch-icon" href="”>
    <link rel="apple-touch-icon" sizes="72×72" href="”>
    <link rel="apple-touch-icon" sizes="114×114" href="”>




    <link rel="stylesheet" href="/css/ie8.css” type=”text/css” media=”screen”>


    <body >


    <div class="closeicon “>

    jQuery(‘.headertopline’).animate({height:’hide’}, 0);

    <a href="”><img src="” alt=”” />


    ‘navigation’, ‘container_class’ => ‘ddsmoothmenu’, ‘container_id’ => ‘mainmenu’, ‘theme_location’ => ‘navigation’, ‘before’ => ” ) ); ?>

    #30591
    Steve
    Participant

    Bah, I can’t even figure out how to post code or delete this thread.

    #30593
    Jonah
    Participant

    Hey Steve, please post your code to http://snippi.com/

    Thanks,
    Jonah

    #30595
    Steve
    Participant

    So easy. Thanks
    http://snippi.com/s/pyn07m5

    #30599
    Jonah
    Participant

    Hi Steve,

    It looks like header.php doesn’t contain the title. The theme must be setting the title somewhere else if you don’t have a page.php template. If you can provide me a copy of the theme I’ll take a quick look and see if I can figure it out. You can email that to pro [at] tri [dot] be and attn. to me.

    Thanks,
    Jonah

    #30604
    Jonah
    Participant

    Hi Steve,

    I got the theme, thank you. How do you have your events page configured with the theme? I.e. what Events Template do you have set in Events > Settings > Template? Or, is there any other special configuration you have set? I’m just trying to reproduce the issue with the theme on my end…

    Thanks,
    Jonah

    #30605
    Steve
    Participant

    The only one that seems to work well is the Content template. I have duplicated it and have been attempting to make the edits there. I was not happy with the default events template because of how it pushed everything to the far left and had title issues.

    Thanks

    #30607
    Jonah
    Participant

    Hey Steve,

    Ah, ok. Open up content.php and replace line 15 with the following code: https://gist.github.com/4505819 – that should do it!

    – Jonah

    #30610
    Steve
    Participant

    Wonderful! Thank you. This has been the absolute best customer service I have ever seen for a plug-in. Thank you for the support and please feel free to contact me for a recommendation.

    #30611
    Jonah
    Participant

    Hey Steve,

    You’re welcome. We’d actually be delighted if you left us a review here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar

    Thanks and let us know if you need anything else.

    – Jonah

    #978410
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Yet another Event Title as Calendar Title’ is closed to new replies.