Viewing 4 replies - 1 through 4 (of 4 total)
  • The big header area will show only if the page assigned with home page template
    https://themes.trac.wordpress.org/browser/rider/1.0.5/header.php#L23

    So to not have that big header area, assign default (regular) page template to the page set as front home page. In other words, don’t assign page template it will use default.

    Theme already provides small logo upload that will be positioned at top left, save area of main menu bar.

    Thread Starter ddot

    (@ddot)

    Thank you for replying. I am not 100% understand of where I should put the default page template.

    Is it here that I make the change?

    <?php if (is_page_template(‘page-templates/home-page.php’)) { ?>

    ^
    Here?

    If possible could you provide me with the code that I should replace?

    Thank you very much.

    To assign page template, look over at the right in a Page Attributes meta box, click on dropdown to choose, in this case we want the default page template for a page that’s set as front home page.
    https://codex.wordpress.org/images/2/26/writepage.png

    There is no need to write code.

    Theme Author FasterThemes

    (@fasterthemes)

    Seems resolved hence closing this.

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

The topic ‘Header issue’ is closed to new replies.