• Resolved ddot

    (@ddot)


    Hello,

    I would like to know how I can get simply my logo next to the menu bar.

    For example like this.

    [LOGO] home blog contact about

    Instead of using the header which just makes that scrolling header issue a big problem as even when my header is small. It takes up too much space on the screen which I know will cause people to not want to view the site.

    Right now it looks like this

    [HEADer }

    home blog , about , contact

    Which honestly, is way too big especially as it scrolls with the page.

    Thank you if you can help me and hope to hear from you soon.

    ddot

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.www.ads-software.com/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.www.ads-software.com/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.