I use disqus and I say it in advance, so:
In the front page, the comment bubble is not a link to lead to the comment section of the post! That’s a big problem as most of my visitors come just to comment! Can this be fixed?
Also, disqus doesn’t work properly after moving to this theme and gives this error on firebug:
Content Security Policy: The page's settings blocked the loading of a resource: An attempt to execute inline scripts has been blocked
onsubmit attribute on DIV element
cb=gapi.loaded_0 (ÎłÏÎ±ÎŒÎŒÎź 32)
Content Security Policy: The page's settings blocked the loading of a resource: An attempt to execute inline scripts has been blocked
onchange attribute on DIV element
3
GET http://disqus.com/api/3.0/embed/threadDetails.js...KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F
200 OK
296ms
common...8e04.js (ÎłÏÎ±ÎŒÎŒÎź 3)
POST http://www.google-analytics.com/p/__utm.gif
200 OK
209ms
ga.js (ÎłÏÎ±ÎŒÎŒÎź 62)
Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.
0
Password fields present on an insecure (http://) iframe. This is a security risk that allows user login credentials to be stolen.
0
POST http://www.google-analytics.com/p/__utm.gif
200 OK
130ms
ga.js (ÎłÏÎ±ÎŒÎŒÎź 62)
GET http://disqus.com/api/3.0/discovery/listRelated....KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F
200 OK
26ms
common...8e04.js (ÎłÏÎ±ÎŒÎŒÎź 3)
GET http://disqus.com/api/3.0/discovery/listTopPost....KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F
200 OK
56ms
common...8e04.js (ÎłÏÎ±ÎŒÎŒÎź 3)
Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.
0
Password fields present on an insecure (http://) iframe. This is a security risk that allows user login credentials to be stolen.
0
GET http://disqus.com/api/3.0/users/details.json?use...KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F
200 OK
441ms
common...8e04.js (ÎłÏÎ±ÎŒÎŒÎź 3)
TypeError: a.offset is not a function
...s","common/models","common/collections","common/utils","common/strings","common/...
lounge...af02.js (ÎłÏÎ±ÎŒÎŒÎź 2)
Content Security Policy: The page's settings blocked the loading of a resource: An attempt to execute inline scripts has been blocked
onsubmit attribute on DIV element
4
GET http://disqus.com/api/3.0/users/details.json?use...KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F
200 OK
423ms
common...8e04.js (ÎłÏÎ±ÎŒÎŒÎź 3)
GET http://disqus.com/api/3.0/users/listPosts?relate...KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F
200 OK
517ms
any ideas?
Hi,
That error is on the default WordPress theme to, see here: http://screencast.com/t/K0M8BV3cva is not a theme problem.
the problem is the CSS rule in style.css
In line 484 the body > iframe {display: none; } hides the profile modal iframe that Disqus uses to display user profiles.
/* —————————————————————————-
google plus oauth iframe used by ff & chrome
*/
body > iframe {
display: none;
}
can you tell me what serves this command on the theme ? if i delete it, the disqus profile load smoothly.
As to the other problem, “the comment bubble is not a link to lead to the comment section of the post”. can you check it?
Hi,
I’m not sure for what is used, delete it if is fine for you. I have a comment line in style.css: google plus oauth iframe used by ff & chrome for this is used.
For comment click replace with : #disqus_thread
http://screencast.com/t/oMaQzF20s
Thanks!
marius when i change it the “#disqus_thread” inside of the articles, when i click on comments icon, it’s lead to the comment section, but when i click comments icons on homepage or on other pages, not going to comment on the article. The problem is does not read the link of article, and put /disqus_thread on current page
Hi,
Use this code: ' . get_permalink($this->post->ID) . '#disqus_thread like here: http://screencast.com/t/YH83km1uxZEY