Viewing 7 replies - 1 through 7 (of 7 total)
  • In firebug I see that your site has aspects of a responsive theme, but is not responsive. Has the theme been experimented with ?
    Before you experiment with your theme, you really should convert to using a child theme, details here:
    creating a child theme http://codex.wordpress.org/Child_Themes

    Your original theme is called “pax”, suggest you find its support forum.

    Thread Starter burlingame

    (@burlingame)

    I’m pretty sure it is running on the child theme. But you may know about wordpress than I do. There are not a lot of options to modify with the child theme.

    I recently added a sitemap plug in and some new contact pages, but I didn’t tinker with anything else.

    Would upgrading to WP4.01 help, or make it worse? I have some unrelated looking plug ins I could update as well, but I haven’t.

    Your style.css file shows that you are not running a child theme.
    However your theme does support custom css “APPEARANCE > THEME OPTIONS > CUSTOM CSS”, so in this case only, providing your only changes are to css, then you may skip creating the child theme.

    Upgrading is more likely to hinder than help, but do update once the logo is sorted.
    Suggest that you temporarily disable the new plugins. Any change is implicated here.

    Can you find any support at either of these sources:
    Theme URI: http://wpadaptive.com/pax/preview
    Author URI: http://themeforest.net/user/adaptivethemes

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please stick to this thread if you need support, posting ‘me too’ in other people’s threads won’t help you.

    Hi
    it misses a dimension for the anchor where you logo is defined as background image

    try to add this into a css

    a.logo {
    width: 186px;
    height: 110px;
    }

    CEd

    Thank you CEd, I missed that.

    Thread Starter burlingame

    (@burlingame)

    Ced1870, thanks for the help. I added the CSS code and the logos showed up immediately.

    I’ve done coding in the past, but it was a long time ago.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘logo not showing up on the website’ is closed to new replies.