Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Parse error when activating theme (2.0.1) #33924
    JohnnyMalaria
    Participant

    Everything worked except the customizer. I figured it might be a server issue. I tracked down the problem to the PHP version. It was 5.4 so I changed it to 5.5 and the customizer works.

    However, now there’s a problem with the header image. If I try to have no header image then the default (suggested one shows up). If I choose my own then it appears dim. I want the header image to be displayed at the full brightness level. Can this be done?

    John.

    in reply to: Parse error when activating theme (2.0.1) #33921
    JohnnyMalaria
    Participant

    UPDATE – I edited the file manually from:

    <?php if ( ! empty( ( $name_company ) ) ) { ?>

    to

    <?php if ( ! empty( $name_company ) ) { ?>

    and now it loads and looks very nice 🙂 though I haven’t tried customizing it yet.

Viewing 2 posts - 1 through 2 (of 2 total)