• Hello All,

    I have installed WordPress and loaded the following theme…

    freedom-blue-widgetized

    The blog displays perfectly on IE but fails to display properly using Firefox.

    The main concern is the header logo. No matter what I try, it won’t display the logo image. However if you hover over that area where the image should be, you can click on it and go back to homepage as it is supposed to work.

    Can anyone help with this? I would really like to get this page working well with both browsers.

    Any help is greatly appreciated!

    –mike

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter pookieguy

    (@pookieguy)

    kmessinger,
    Thanks so much!

    Adding the following to the header file did the trick…

    <div id="header">
    	<div id="logo" onclick="location.href='http://www.concealthis.com';">
    		<h1><a href="http://www.concealthis.com"><img src="http://www.concealthis.com/wp-content/themes/freedom-blue-widgetized/images/conceal-logo7.gif" width="344" height="70" border="0" /></a></h1>
    	</div></div> <!-- [logo] -->

    Thank you all for your help. NOW, if I could resolve the second minor issue, I’ll be happy. For those with Firefox, try loading the two subpages…”About” and “Forums”. You’ll see that the sidebar is all out of whack on these two pages. The problem is, I don’t know how or where to edit these two pages? Sidebar should be on the left like the main index page.

    I know I have bugged you all enough, but any help is apprecaited. After this last fix, I will personally work on the validation errors one by one.

    Thanks!!
    –mike

    look at your page.php template file. The code is disastrous and is almost certainly the root cause of many problems.

    There are extra </div> which aren’t open. random meta elements outside of the <head>.

    Has this theme been modified at all or is this straight out of the box. If it’s straight out of the box then whoever developed it should be looking a lot closer at their code.

    Oh by the way, I looked at changing parts of your style sheet, and that’s not the cause of your about page sidebar issue.

    If you’re not sure what might be wrong, and need some help, please paste your page.php code into:

    http://wordpress.pastebin.ca/new.php

    and link to it here so I can have a look at your code and see what’s going wrong.

    Thread Starter pookieguy

    (@pookieguy)

    alexleonard,

    Where are you reading the page.php code? This particular them does not have one and the only page.php file I can find is the one on the “default” theme directory. Are you referring to this one? This has obviously been untouched since the install of WordPress.

    I don’t see where the </div> tags aren’t closed either?

    I’m sorry if I sound ignorant but I’m truly trying to tweak this site for Firefox and having a hell of a time doing so.

    –mike

    Ok. I’ve just downloaded that theme and they aren’t using a page.php file alright. I just made an assumption that there would be one there.

    So most of the pages in your site are working off index.php.

    Quick fix for one of your div issues. In your header.php file you should find the line

    </div></div> <!-- [logo] -->

    and remove one of the </div> as this is superfluous.

    Other than that, I assume you must have made some changes to index.php? I’ve been looking at the original one that comes with the theme and I can’t see how it would be causing so many errors?!

    Let me know if you have edited index.php from its original form. I’d suggest either posting the code into the pastebin link above, or download the theme again and overwrite your index.php file with the original one.

    Thread Starter pookieguy

    (@pookieguy)

    alexleonard,
    Thanks for taking the time to download and check out this theme.

    Yes, some changes had to be made to the Main Index Page, some of which were instructed in comments. I followed them the best I can. Here’s the code…

    http://wordpress.pastebin.ca/951997

    I already fixed a couple actually but don’t see what is causing the sidebar misplacement in Firefox. ??

    Thanks,
    –mike

    Hey mike,

    I’ve been absolutely up to my eyeballs in work. Hopefully I’ll get a look at that tonight or tomorrow. Let me know if you’ve worked anything out in the meantime.

    Cheers.

    Alex

    Thread Starter pookieguy

    (@pookieguy)

    Hey Alex,
    No problem.

    No, I haven’t messed with it much. Removed a few end tags that didn’t belong but don’t want to mess with it till you have a chance to look at it.

    Thanks so much!!

    –mike

Viewing 8 replies - 16 through 23 (of 23 total)

The topic ‘Header logo not displaying…’ is closed to new replies.