Comments Problem

Posted in: Newspaper
Post count: 38

Hi team,

I have enabled comments in post settings. thereafter, I do not want user’s name and e-mail id to be filled for comment. To do so, I went to settings –> discussion, there I disabled “comment author must fill out name and e-mail “…even after doing so, it’s still asking for user’s name and email id..How to remove???

You can check my website http://www.careongo.com/riseup

I also want comments to appear before related article section in post’s page. how to do that?

Thanks,
CareOnGo

Post count: 64

Hi,

it’s working, I just posted filling in just the comment text area. Pls delete comment 🙂

Maybe it was “Users must be registered and logged in to comment” option.

Cheers!

  • This reply was modified 11 years by nf_prt.
Post count: 38

Hi team,

Thanks for your reply. Ya it is working. But I had some other query. 1) I want to hide the field of Name, Email and Webiste. I just want the comment field to appear. Please help me with that.

2) Also, I want to keep the comments section just at the bottom of the article i.e. before related articles..post which I want to place the block of related articles. Please help.

3) I am facing problems with the tweet button also. When somebody tweets, the no. of tweets do not increase. I tried many times but the tweets just do not increase. Even refreshing the page do not help.

Your help will be greatly appreciated.

Thanks,
RiseUp

Post count: 7909

Hi,

1. Please try this custom css – http://screencast.com/t/efIGxQIqT

.comments #author, .comments #email, .comments #url {
display: none;
}

2. You need to make this change in the code as the related articles code you can find it in the loop single file – http://screencast.com/t/UONppi1E and the loop file is called in the single template above the comments(3 cases – sidebar default, left and without sidebar) – http://screencast.com/t/LcFGBTCrf So you need to find a solution for this
* move related articles from loop file bellow the comments for each case – http://screencast.com/t/Iwt27i8O
* move comments to the loop single file – http://screencast.com/t/VQoOAcgi71eshttp://screencast.com/t/rwmluRVk
You have to do this for each post template/style that you use.

3. Please check this without any plugins active except of Visual Composer, clear cache and see if twitter count works.

Thanks!

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