Lado Lomidze
Member
Posted 2 years ago #
Well, i have turned on nested comments and it works properly, but when I or other user clicks on Replay button/link the page starts to load and in address bar adds this term "?replytocom=COMMENT_ID#respond" and alos when i click to "Click here to cancel reply." link too it needs to be load page to close comment reply form.
so what can be cause of this?
s_ha_dum (was apljdi)
Member
Posted 2 years ago #
Sounds like the javascript (comment-reply.js) isn't loading. Do you have an URL?
Lado Lomidze
Member
Posted 2 years ago #
well, you know, it's loaded, you can check it right here, but i think other javascripts obstacles it, or maybe some problem in them code, but i don't know what :S
Lado Lomidze
Member
Posted 2 years ago #
hey, is there anybody alive ? :user:
Lado Lomidze
Member
Posted 2 years ago #
s_ha_dum (was apljdi)
Member
Posted 2 years ago #
You've got an error on the page.
cannot access optimized closure
http://www.google-analytics.com/ga.js
Line 39
That could be blowing out the javascript. Does any javascript on the page work? At any rate, I think you are right that you have incompatible code somewhere. You need to start disabling plugins until things work and possibly switch to the default theme as your theme could have broken javascript somewhere.
Lado Lomidze
Member
Posted 2 years ago #
I solved my problem by myself.
It was an extra arguments for comment_reply_link() function
'add_below' => 'div-comment',
but thanks anyway : )