• Resolved robfaich

    (@robinfaichney)


    Giclee Print Stirling

    I’m using SimpleThemes Skeleton theme but the forum is closed and they’re only offering paid support at the moment.

    I just noticed that the logo is missing from its usual location at the top left corner of every page. It’s a jpg.

    I went into the theme options and set a different image (png) as logo but it doesn’t show either.

    Looking at the page source, I’m no expert, but it seems the code to display the logo is missing. Is there an option somewhere that would have that effect?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your logo is set in a background image. It looks like it’s pointing to a Child Theme that doesn’t exist.

    As the theme’s demo website doesn’t have a logo, can I ask how you’ve attempted to have one?

    Is this the image? gps3sml.jpg

    Is this file path correct?

    https://www.gicleeprintstirling.co.uk/wp-content/themes/skeleton_childtheme/gps3sml.jpg

    That’s what’s set in the CSS:

    #header #site-title.graphic a {
        background-image: url("https://www.gicleeprintstirling.co.uk/wp-content/themes/skeleton_childtheme/gps3sml.jpg");
        height: 65px;
        width: 272px;
    }

    Thread Starter robfaich

    (@robinfaichney)

    Thanks guys. Sorry I didn’t spot that myself. I’d experimented with a child theme but it’s not active, it seems something went wrong when it was deactivated, leaving references to it. I’ve now deleted the child theme folder but that’s obviously not going to fix that reference. In fact I now see it’s wrong anyway, the folder name was skeleton-child. Very strange. Any ideas on how I can fix this?

    Re the theme demo’s lack of a logo, I don’t remember the setup details now, but it’s certainly a theme option on my site.

    You probably need to redo the header/logo.

    Those settings are not generally transferred between themes (child or not)

    Thread Starter robfaich

    (@robinfaichney)

    Thanks WPyogi, it’s now fixed. I tried to change the logo a few times with no effect on the file path. Then I went into the other Theme Options page, that I’d previously gotten into my head was not to be meddled with, and successfully changed it from there. I think it’s because I have OptionTree that I have two options pages, but I have to say, it’s really confusing.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Skeleton theme, logo missing’ is closed to new replies.