• Hi there. I just installed Fukasawa onto my blog and it’s the best looking template I have ever used. However, when I installed a plug-in and activated Jetpack, the header suddenly went missing, and all the posts fall on one column.

    Here is my site: psychocow.com

    Now, I’ve tried doing the following things, to no avail:
    – I have deactivated/uninstalled all plugins
    – I have updated my version of WordPress
    – I uninstalled and reinstalled the Fukasawa template

    I did see a post about a similar problem, but the solution involved checking the code of the template. I am unfortunately code-illiterate and I don’t want to have to do this without professional help.

    I hope someone out there helps me. I do like this template very much, and I would hate to change it. Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello!

    Not sure, but look in your CSS file and see if you see this:

    head {
    display: none;
    }

    If so change to

    head {
    display:inline;
    }

    Perhaps that will work!
    Brenda

    Thread Starter psychocow

    (@psychocow)

    Hi Brenda. Sorry, but I can’t even find that line of code. Where do you look for it?

    Look in your CSS style sheet…

    Thread Starter psychocow

    (@psychocow)

    Anyway, my website started loading properly on my main browser (Chrome). The weird thing was, when I looked at the site from another browser, the problem remains. In fact, when I looked at my website from another computer using Chrome, it still displayed wrongly.

    I now realize that this template has no header. My mistake. If anybody can help me sort out this one-column issue, it will be much appreciated. Thank you.

    Thread Starter psychocow

    (@psychocow)

    Hey, I’d really appreciate any help regarding this problem. Thanks.

    Hello!

    Your header isn’t showing because in your CSS Style sheet there is this telling it NOT to show:

    head {
    display: none;
    }

    Where are you saving your CSS changes? Do you have a custom CSS area that you are putting your changes? If so put this code in there:

    head {
    display:initial;
    }

    If you dont have a custom CSS area, which you should so you dont lose your customizations when your theme updates, then install this plugin, and put your CSS code there.

    https://www.ads-software.com/plugins/simple-custom-css/

    Let me know if that works!

    Hopefully the theme Author can jump in here and fix this for you! As Im stumped!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Header is missing and posts only go to one column’ is closed to new replies.