Viewing 5 replies - 16 through 20 (of 20 total)
  • I added this <?php wp_head(); ?> to the header.php above the closing head. Nothing changed.

    <?php get_header() is in the images.php file

    Create a new folder in your theme called “events” and then copy over list.php, gridview.php and single.php from the a folder called “views” in the plugin folder.

    Then check for <?php get_header(); ?>

    I didn’t say anything about images.php

    <?php
    global $spEvents;
    $spEvents->loadDomainStylesScripts();
    get_header();
    ?>

    this is in the single php file

    <?php
    global $spEvents;
    $spEvents->loadDomainStylesScripts();
    get_header();
    ?>

    is in the list php

    <?php
    global $spEvents;
    $spEvents->loadDomainStylesScripts();
    get_header();
    ?>

    is in the gridview php file

    Hmmm. That shouldn’t be effecting it. I dunno, I’m having a very similar problem and I cannot for the life of me find a solution.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘[Plugin: The Events Calendar] My main sub menu disappear when viewing calendar pages’ is closed to new replies.