Website help.

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Website help.

Post by Kurt_ »

Well, my website's been running nicely for a while. Or so I thought.

http://kurt.ws/" onclick="window.open(this.href);return false;

If you view it in Internet Explorer, only the first blog post title appears. I have no clue how to fix it. The blog is made with wordpress.
Hey, sup?
Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Re: Website help.

Post by Kurt_ »

Code: Select all

<div class="post" id="post-299">
				<h2 class="posttitle"><a href="http://kurt.ws/?p=299" rel="bookmark" title="Permanent Link to It&#8217;s cold. =(">It&#8217;s cold. =(</a></h2>
				<div class="postmetadata">May 26, 2009, 5:27 pm <!-- by Kurt --></div>
The blog titles, in this example "It's Cold. =(" fails to show up in IE, and only on the main page.

Also, the sidebar is missing, also only on the main page, also only in IE.
Hey, sup?
robm
Posts: 276
Joined: Tue Dec 30, 2008 6:05 pm
Location: Reynoldsburg. OH

Re: Website help.

Post by robm »

There's an error in the code regarding your tags.

Code: Select all

 <div class="postmetadata">May 26, 2009, 5:27 pm <!-- by Kurt --></div>
Looks like IE has problems with comment bracketing. No idea why it works perfectly fine in Firefox, but once I killed your tag, it worked fine, but I also had to edit out the editor's "expert advice" section for everything to look good. Those <!-- --> entries are what's killing you; they aren't followed up with another ! at the other end of the bracket.

Hope that helps ;) I don't have time this morning to work on the side bar problem, but if you're still having problems tonight I'll work on the rest of it.
Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Re: Website help.

Post by Kurt_ »

Please do. Also, wordpress uses php so I can't directly edit anything like that out, I don't think. I'll give it my best. Hell, I'll back up the site and give you the wordpress admin login and you can have a shot at it, and screw up whatever you please in the process.
Hey, sup?
robm
Posts: 276
Joined: Tue Dec 30, 2008 6:05 pm
Location: Reynoldsburg. OH

Re: Website help.

Post by robm »

:lol:

More than happy to help. After I pound a paper out I'll take a look-see at your sidebar.

I take it this page works a lot like a forum would, where you cannot manually upload html files?
Post Reply