• Resolved kikib

    (@kikib)


    Why isn’t the cloud header not showing up on pages. It did show up on the index.php, but not on the pages. I couldn’t figure out why it’s not showing up. Help? the link is christian-thoughts.org.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Because you used bad HTML in your theme:

    <img src="images/CTContentHeader.png" border="none">

    That should be

    <img src="/images/CTContentHeader.png" border="none">

    The leading / says ‘start from the root of this… the no-slash says ‘in this folder’ which would be /about/images… and that doesn’t exist.

    How is this a MultiSite question?

    Thread Starter kikib

    (@kikib)

    cuz it’s a multisite website. Anyway, resolved. Thanks for the help! I have been looking around the code, wondering what’s wrong and wondering if it has to do with the website being a multisite website.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Generally theme issues are just theme issues 😉

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

The topic ‘missing cloud header’ is closed to new replies.