dabrowski
MemberForum Replies Created
-
In reply to: Comments on pages, "Send a message," not "Leave a reply."
April 4, 2011 at 1:13 pm #13492Actually, it might be better to find a form plugin that automatically sends messages from pages to admin, without comments.
Cool. I feel so special. I wouldn’t know where to begin implementing it as an option, but it would be cool to have a global setting as well as an over-ride at the page level.
Still getting used to WordPress customization.
Just discovered that you need to add thumbnail support individually for posts and pages. . . is that correct, and is that why just setting a Featured Image doesn’t automatically give the page a thumbnail in the loop-children? (By the way, it still seems like it’s not working. Does the graphene-option Slider image have to be set to a particular value?)
add_theme_support( 'post-thumbnails', array( 'page' ) );Source: http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/
I’m still not sure I understand a definitive source for the thumbnail. And now I’m seeing that Featured Image is the thumbnail. Should this still behave properly? I have child pages that don’t show the featured image as the thumbnail in the loop-child.
Same problem.
Did you start having problems with the child page listing?
This thread provided the answer
https://forum.graphene-theme.com/topic/wrapping-text-around-images
Now it’s happening with a caption.
I had linked to the page, but removed it because I’ve already alterd/changed it. If anyone is still having similar problems, please note.
That seems strange. I had the same problem, but no captioning plugin. The problem was that I didn’t have any caption set. Is there a reason a non-captioned image would behave differently than a captioned image? Reason as in code reason, but also do you see a practical reason for keeping it that way?
I duplicated the loop.php page into the child theme and made the following change:
Code:<div id=”post-<?php the_ID(); ?>”
<?php if ($post->post_content == ”) { echo ‘ class=”hide”‘; } ?>
<?php if ($post->post_content != ”) { post_class(‘clearfix post’); } ?>>If there is no content, it will insert the class of hide, which I have set to display: none. If there is content, it does the same thing it usually does. I tried to get it in one line with an else, but it broke the styles of the child pages, and I didn’t know what was wrong.
While this is a little more code, it seems to work. Please comment if there is a better way.
Now I just need to figure out the images for child pages.
Viewing 10 posts - 1 through 10 (of 13 total)
- 1
- 2
