Bugs in comments

Posted in: Newspaper
Post count: 199

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?

Post count: 854

hi,
we are not the developers of the disqus plugin, and I don’t know how it behaves.

please try on disqus plugin forum, maybe they have an answer for your issue.

sorry about this.

Thanks for you message.
Radu A.

Post count: 199

this isn’t disqus bug. i test it on my old theme and the popup appears. With newspaper theme, the popup blocked for some reason.

Post count: 854

hi,
please try to disable all your plugins and try again, maybe there is a conflict between them and the theme.

Thanks for you message.
Radu A.

Post count: 199

i’ll already do that Radu. Nothing change :/

Post count: 3343

Hi,
That error is on the default WordPress theme to, see here: http://screencast.com/t/K0M8BV3cva is not a theme problem.

Post count: 199

xmmm. i do my search and i’ll inform you 😉

Post count: 199

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?

Post count: 3343

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!

Post count: 199

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

Post count: 3343

Hi,
Use this code: ' . get_permalink($this->post->ID) . '#disqus_thread like here: http://screencast.com/t/YH83km1uxZEY

Post count: 199

thanks! works!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.