• ck943

    (@ck943)


    I love this theme and use it for my personal blog https://popdiscourse.com/ — but something weird that is happening for me is that the header only shows if you are at the index page. Meaning, it disappears if you look at individual permalinks or categories.

    The <?php get_header(); ?> command is the same in the Page Template as in the Main Index Template so I’m not sure what the problem is.

    Can you advise? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • mixerious

    (@mixerious)

    perhabs you should post your Page Template her. Mayber there′s something going wrong.

    Open header.php
    Search for:
    images/popdiscourse_logo.jpg
    Before that add:
    https://popdiscourse.com/

    Your problem is that you have your image in the root directory. In the same directory as the wordpress script so the image will show on the front page because the url is just https://popdiscourse.com/ and the theme ads images/popdiscourse_logo.jpg in the theme so the full url of the image is https://popdiscourse.com/images/popdiscourse_logo.jpg
    But that will only work on the front page. If you click on a link the url will be different and the theme can’t find an image in that url.
    If you put the full url of the image in the theme them you won’t have anymore problems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help w/ disappearing header!’ is closed to new replies.