• Resolved cwillans

    (@cwillans)


    Hey,

    So I’m making styling changes to our website, and for some reason, the header styling I created applies to all other pages except for the events page. It’s missing the background image and some of the styling is different. The content is there, but appears different than other pages. For context, I’m using the theme ‘Astra’. Ideally, I just want the header to match all the other pages

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cwillans

    (@cwillans)

    Also, I have tried going into Settings->Display and changing the Events template from the drop down already and none of the options fix it either.

    Plugin Support tristan083

    (@tristan083)

    Hi @cwillans ,

    Thank you for reaching out.

    The Default Events Template of The Events Calendar (see Events -> Settings -> Display tab -> Calendar sub-tab -> Calendar Template section -> Events template) uses WordPress’ get_header() and get_footer() functions to retrieve the theme’s header and footer respectively, as you can see in the \wp-content\plugins\the-events-calendar\src\views\v2\default-template.php file.

    I don’t have information about the Astra theme, but I would recommend checking out if you have a custom header and footer (usually indicated by a header-custom-name.php file on your theme). If you do, you may need to do a template override of the file above to update the get_header/get_footer function call (i.e. get_header('custom-name')).

    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that we haven’t heard back from you in a while, so I’ll assume that the matter has been resolved. If you need any more help, feel free to start a new thread and we’ll be happy to assist you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Events Page Header Different’ is closed to new replies.