Tsachi Shlidor

Results 47 comments of Tsachi Shlidor

Please remove the `#disqussions_wrapper` div from your page, it will be created for you by the script, you don't need to have `#disqussions_overlay` either. you can leave the `#disqus_thread` (by...

That seems like a CSS issue. I think a possible fix may be to change the `height: 100%` on `#page` to `min-height: 100%`

> the inline disqussions wont show in Firefox. So now it shows?

The '0' issue might be simply related to your settings on your disqus app admin page, look for Comment Count > Zero Comments, mine is set to '+'. Seems like...

Hard to say without a live example, but the fact that you call the `inlineDisqussions` method on links with a `[data-disqus-identifier]` attribute might raise issues. Could you use the `jobLink`...

Here's what I did, inside the browser's console, which seemed to work - First I had to add jQuery ``` // Add jQuery var jq = document.createElement('script'); jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js";...

Could you please pack your extension for me (with my code included) so I could reproduce the bug you experience? I seem to get a unique disqus identifier for every...

I've made some progress but I don't have the time to dig dipper. Seems like the problem is that the extension's global scope and the page's global scope are not...

BTW did you consider simply [contacting Dave](http://www.eslcafe.com/contact.html) and suggesting your help with improving the site instead of creating the chrome extension? I don't see why he would not be happy...

The only thing that can cause such execution time is the script that fetches the comments count from Disqus to display them besides the paragraphs (the actual comment threads are...