Comment System Bug???

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/11/2010 9:00:25 AM
Gravatar
Total Posts 154

Comment System Bug???

I'm not sure if this is a bug or not.  In the comment system part of the comment section is appearing in the body of the page.  It's doing this for both disgus and intensedebate.  Any ideas?

http://mealsnmore.com/crispy-salsa-potato-skins.aspx

 

2003 Server, Sql 2008

 

1/11/2010 9:06:20 AM
Gravatar
Total Posts 18439

Re: Comment System Bug???

I don't see any problem on that page using Chrome, FF, or IE8, the comments are below the article as intended.

1/11/2010 9:28:10 AM
Gravatar
Total Posts 154

Re: Comment System Bug???

Forget it.  I must have checked compatability mode somehow.  Sorry. 

1/11/2010 10:06:58 AM
Gravatar
Total Posts 2239

Re: Comment System Bug???

If you are interested in cleaning this up for IE7 users, you can try using the following:

#dsq-content{
  clear: both;
  position: relative;
}

 

See if that works for you.

HTH,
Joe

1/11/2010 10:07:49 AM
Gravatar
Total Posts 2239

Re: Comment System Bug???

I forgot to mention where to put that bit of CSS. You should put it in your IE7Specific.css file.

HTH,
Joe D.

1/11/2010 10:43:15 AM
Gravatar
Total Posts 154

Re: Comment System Bug???

I added that code.  I haven't seen it in IE7 yet but the pages are really messed up in IE6.  What should I do?

1/11/2010 11:32:31 AM
Gravatar
Total Posts 2239

Re: Comment System Bug???

Hi Dave,

Using the compatibility mode of IE8 is effectively IE7 so if you add that bit of CSS to the IE7Specific.css file, your browser will load it when viewing the site in IE8 compat mode.

For IE6 you are going to need to get a prescription for a nice happy drug because it will drive you crazy. You will probably lose some of your design in IE6 but I wouldn't worry about that too much. You have a few options for testing IE6 compatibility with your site. I use DebugBar and IETester for debugging sites with IE6. Microsoft offers Internet Explorer Application Compatibility VPC Images which are complete XP and Vista virtual pc images. I use these when I think I have everything fixed and I just want to make myself feel good about a site's compatibility with IE6.

HTH,
Joe D.

1/11/2010 12:16:38 PM
Gravatar
Total Posts 154

Re: Comment System Bug???

Yeah 6 is doing something similar to what 7 was.  Is there any easy way to fix it or should I not worry about it?

1/11/2010 2:24:33 PM
Gravatar
Total Posts 2239

Re: Comment System Bug???

Add the same CSS to IESpecific.css and you may need to adjust the widths of the center-leftmargin and leftside classes in the IESpecific.css file. If you don't have those css classes in the IESpecific.css file, you will need to add them.

HTH,
Joe D.

1/12/2010 8:33:38 AM
Gravatar
Total Posts 154

Re: Comment System Bug???

Thanks Joe.  I added the code and it's still off.  I think I'm going to call it on IE6.  I checked google analytics and only one visit was using it anyway.  Thanks for all your help!

You must sign in to post in the forums. This thread is closed to new posts.