Jump to content
Sign in to follow this  
jbenavides

Comments On Pages Options Not Showing??

Recommended Posts

jbenavides

And I just checked and it's not allowing it for any NEW PAGES. All I did differently was update Wordpress to the latest version. Hmmm...

Share this post


Link to post
Share on other sites
Guest Guest

So just to clarify, you're saying that after upgrading to WP 3.1 the "Discussion" section of the page options are no longer visible?

Share this post


Link to post
Share on other sites
jbenavides

Clarification... There used to be an option below every PAGE that ALLOWED COMMENTS or NOT. It's no longer there. Make sense? There used to be a little box that allowed comment and another box underneath it that allowed pingbacks. That's also no longer there.

Share this post


Link to post
Share on other sites
Guest Guest

That's what I thought. I have not seen this issue on any of my test sites running 3.1 (I've tested this with iBlog as well). To test to see if this in fact an issue you're having with iBlog, will you temporarily revert back to the default theme and see if the allow comments section is still missing?

Share this post


Link to post
Share on other sites
jbenavides

How do I "revert to the default theme"? Will this do anything to my content and settings?

Share this post


Link to post
Share on other sites
Guest Guest

Go under Appearance > Themes and activate the default WordPress theme which is called Twenty Ten. Your settings and everything will remain intact.

Share this post


Link to post
Share on other sites
jbenavides

OK...did this and there are still no options. ?? What do you think is going on?

Share this post


Link to post
Share on other sites
Guest Guest

I'm not sure but that rules out iBlogPro as the culprit. Perhaps reinstall WP 3.1?

Share this post


Link to post
Share on other sites
jbenavides

Just did it. Didn't do anything. Hmmm... What other options do I have here?

Share this post


Link to post
Share on other sites
jbenavides

Is there a way to get rid of the comments anyways for specific pages?

Share this post


Link to post
Share on other sites
Guest Guest

In PlatformPro yes you could have used the hide comment box option which is a different setting from the default WP one. However, if you're using iBlogPro I'm not sure what you would use other than the one that isn't showing up for you... Maybe check with your hosting company and make sure the server you are on is running the latest version of PHP (or at least a fairly recent one). It's a bit of a long shot but perhaps an outdated version of something is causing the issue. I wish I had more for you, but yeah I can't think of a reason why this is happening, especially now that we know its not related to a PageLines theme.

Share this post


Link to post
Share on other sites
meprox

I fixed it like this: in _posts.php search for

<div class="postwrap commentswrap <?php if(!have_comments() && 'open' != $post->comment_status) echo "nocommentform";?>">
				<div class="hentry">
					<div class="copy"> <?php comments_template();?></div>
				</div>
				</div>
and remove it! In template_page.php and template_post.php find
<?php get_template_part('library/_posts');?>
and after add:
<div class="postwrap commentswrap <?php if(!have_comments() && 'open' != $post->comment_status) echo "nocommentform";?>">
				<div class="hentry">
					<div class="copy"> <?php comments_template();?></div>
				</div>
				</div>

This solution allows to comments in posts but disables comments from pages. You only have to disable comments in WP -> Preferences -> Discussions May the developers can take a look and fix this issue in the next release of iblogpro! It tooks for me a lot of time to find a solution! Thanks

Share this post


Link to post
Share on other sites
catrina

Thanks for letting us know, Michael. I'll mark this for developer attention.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
jbenavides

Thanks Michael. This is great. However, I'm wanting to keep the comments already made on some pages...but not allow on other pages. Not sure how to move forward with this one. Anyone else have other ideas. It's strange because I used to have that option. But then...it just disappeared. Not sure why. Any other ideas would be highly appreciated. I would really like to get this figured out. Thanks.

Share this post


Link to post
Share on other sites
Kate

Hey Joshua - Really sorry to hear you're having issues with WP. So, to recap: you've tried reverting to the TwentyTen theme provided by WP, and still have the issue, correct? You've also tried re-installing WP(?). It would seem this is a WP issue... I'd recommend posting on the WP forums and seeing what insights they may have for you.

Share this post


Link to post
Share on other sites
jbenavides

GREAT NEWS! I figured it out! I did an extensive search and the answer was so simple it was ridiculous. All I had to do is get on a PAGE and click on the upper-right-hand corner where it says SCREEN OPTIONS. There, you just have to make sure that DISCUSSION is checked. VOILA! Now I have control on what gets comments and what doesn't once more! YAY! Hope that helps anyone else that has a similar problem. *Joshua

Share this post


Link to post
Share on other sites
larsm66gmailcom

This was very helpful information - thanks.

Share this post


Link to post
Share on other sites
markfriedenbach

Thanks for reporting back Josh, I got hit with this too! I thought I was going crazy for a while.

Share this post


Link to post
Share on other sites
kevinobrien

Same with me on this one. I knew it was something simple. HOWEVER, does anyone know how to change this so that ALL single post pages are set to this same setting? I can't seem to get that right.

Share this post


Link to post
Share on other sites
aharon

Same here. If I could give you Karma points I would!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×