Recent activity
Subscribe to this feed
A comment on the question "Layout problems in Firefox" in IntenseDebate:
No problem! Sorry again for the delay. Just let us know if you ever need further assistance :) – Isaac Keyet, on November 06, 2009 13:29
A comment on the problem "IntenseDebate kinda buggy in IE8 on custom website" in IntenseDebate:
Hello again! I can reproduce the issue, and it's indeed very weird that it even occurs. I'll make sure someone looks into this. Thanks for your patience. – Isaac Keyet, on November 06, 2009 13:27
Isaac Keyet replied on November 06, 2009 02:57 to the problem "IntenseDebate kinda buggy in IE8 on custom website" in IntenseDebate:
Isaac Keyet replied on November 06, 2009 02:33 to the question "Layout problems in Firefox" in IntenseDebate:
Isaac Keyet replied on November 03, 2009 14:32 to the question "IntenseDebate making webpages VERY VERY wide" in IntenseDebate:
Hello again!
I'm still investigating the issue to come up with a global solution so this won't be happening for any blogs in the future, however I wanted to solve your problems before investigating further.
I'll just go ahead and put in fixes for all your blogs now that we know it works. Thanks for letting me know so quickly!
Isaac Keyet replied on November 03, 2009 14:20 to the question "IntenseDebate making webpages VERY VERY wide" in IntenseDebate:
Hey David,
I think I've fixed your issue (looking at page http://www.dotnetdocgen.info/wiki_arr... in IE8 running under XP). I wrote a custom CSS fix for your site http://www.dotnetdocgen.info/ which should avoid the extreme width issue. I've confirmed that the issue is not showing on your site. Also fixed for http://www.javareports.info
While I was at it, I fixed some alignment issues with the comment system on these two sites. It should now be perfectly aligned just beneath the article content.
If this fix works for you, let me know and I'll go ahead and fix it for all your 14 installations you have in your account.
Sorry again for the inconvenience.
Isaac Keyet replied on November 03, 2009 04:48 to the question "IntenseDebate making webpages VERY VERY wide" in IntenseDebate:
Isaac Keyet set one of Isaac Keyet's replies as an official response to "How do I customize some of the language on labels?" in IntenseDebate
Isaac Keyet replied on October 30, 2009 10:31 to the question "How do I customize some of the language on labels?" in IntenseDebate:
A comment on the question "How do I resize the comment box?" in IntenseDebate:
Thanks for posting it here! Was just going to, but you saved me the hassle :) – Isaac Keyet, on October 29, 2009 20:06
Isaac Keyet set one of Isaac Keyet's replies as an official response to "CSS problem - please help" in IntenseDebate
Isaac Keyet replied on October 26, 2009 13:54 to the question "CSS problem - please help" in IntenseDebate:
Hey,
This is probably due to a recent cleaning up update. You can avoid this by having lower specificity on your own blog, you might see something like
#wrap #content ul li {
list-type: disc;
}
In your blogs stylesheet. If you can remove one of the identifiers (such as #wrap) you should be fine. You can also try removing the bullets from IntenseDebate alone. To do this, add the following CSS anywhere in your blogs stylesheet:
#idc-container-parent #idc-container li {
list-style-type: none;
}
Hope this works out for you, and sorry for any inconvenience.
Isaac Keyet set one of Isaac Keyet's replies as an official response to "Simplify IntenseDebate" in IntenseDebate
Isaac Keyet replied on October 22, 2009 00:16 to the question "Simplify IntenseDebate" in IntenseDebate:
Hey Connor,
You can do all of this using some nifty CSS that you add to your blogs stylesheet.
To disable the Reply buttons you can disable Threading in your admin panel at intensedebate.com. Log in, go to Settings>Comments where you'll find the option to disable threads.
Currently there's no way to remove the email field, but it is optional to fill it out as I'm sure you're aware of.
You can remove the title but don't change what it says without using JavaScript on the page. To remove it using CSS, add the following to your stylesheet:
#idc-container-parent #idc-container .idc-head h3 {
display: none;
}
Hope this makes sense.
Isaac Keyet set one of Isaac Keyet's replies as an official response to "Wanting to change look of comments..." in IntenseDebate
Isaac Keyet replied on October 22, 2009 00:04 to the question "Wanting to change look of comments..." in IntenseDebate:
Hey Amanda!
To achieve what you want, you'll probably want to add a few CSS styles to your websites stylesheet. To change the header text color from black to, say, white, you could do the following:
#idc-container-parent #idc-container h3,
#idc-container-parent #idc-container h5 {
color: #fff;
}
To make sure there are proper margins around the comment system, try the following:
#idc-container-parent #idc-container {
margin-right: 10px;
width: auto;
}
If you want to change the link color within the comment system, you could use this:
#idc-container-parent #idc-container a {
color: maroon;
}
Hope this does what you wanted. Let me know if you need further help
Isaac Keyet replied on October 17, 2009 17:04 to the question "Layout problems in Firefox" in IntenseDebate:
A comment on the question "Turning Comments Off" in IntenseDebate:
Hello, sorry this thread seems to have never got updated. This feature has been added, you just go to the permalink (where the comments are, for instance on your contact page) logged in as an admin of that blog, and in the top select Admin options, and then Disable comments for this blog post. Sorry about any inconvenience. – Isaac Keyet, on October 12, 2009 22:35
Isaac Keyet replied on October 11, 2009 21:10 to the question "Adsense underneath IntenseDebate?" in IntenseDebate:
Hey,
You can't edit the source code of IntenseDebate, but you can always put the ads below the comment system putting in the adsense code below the IntenseDebate code in your comments template, alternatively at the bottom of the single page template (if you're using WordPress this is called single.php).
Hope this makes any sense.
A comment on the problem "Comment layout works only via main blog address not from URL for individual posts?" in IntenseDebate:
You're welcome! Let me know if you ever have any other layout issues. – Isaac Keyet, on September 29, 2009 23:45
| next » « previous |
Loading Profile...

