Improve Comment Reply: Page refresh when i click "Reply"

Posted in: Newspaper
Post count: 12

Hi,

Please help me. How can i do “reply to this comment” function like that >>

Its more useful than current state.

Thank you.

Post count: 6600

Hi,

Not sure what you mean. Theme’s comments system works the same as the one you’ve indicated: http://screencast.com/t/xXu3GyfbDT0
Please provide more details and we will consider your suggestion if we decide to improve the comments.

Thanks

Post count: 12

Your print screen is looking good. But look at my pictures please.

<a href="http://” target=”_blank” />

Post count: 1291

Hi,

I’ve checked your link and the system is similar – http://screencast.com/t/py0fgpdVhttp://screencast.com/t/oS5d2h5euVyK

We still don’t know what you mean, on your images the box appears when you click on reply an the other messages disappear? please provide more details.

Thank you!

Post count: 12
Post count: 7909

Hi,

Please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN, thes see if you still have this issue. If you don’t have this issue anymore, activate your plugins one by one and see which one caused this. Let me know how it goes!

Thanks!

Post count: 12

No, I disabled all my plugins except of Visual Composer but problem didn`t solve :S

Post count: 12

I found it.

I added this codes at past in functions.php. After I deleted it, Problem has solved.


// Remove comment-reply.min.js from footer
function crunchify_clean_header_hook(){
wp_deregister_script( 'comment-reply' );
}
add_action('init','crunchify_clean_header_hook');

Thanks

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