kilerb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: The “Responses to” above comments is WAY too big…I was playing with some plugins I have installed and now it just says how many comments there are… There’s avatars next to replies but not next to original posts now… That’s weird. Any ideas on why it would only put avatars on replies? Also it seems like there’s SOOOO MUCHHHH spacing vertically in these comments… Like between the date and the comment “yep” and then more space between “yep” and (reply) See what i mean on the site? https://www.mmaunderdogs.com
Thanks sahaara
Forum: Themes and Templates
In reply to: The “Responses to” above comments is WAY too big…Thanks a lot… The only thing I see in my comments.php regarding time and date is this…
<?php foreach ($comments as $comment) : ?> <li id="comment-<?php comment_ID() ?>"> <?php comment_text() ?> <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p> </li> <?php endforeach; ?>
I don’t see anything regarding it’s size though… Any suggestions?
Thanks!
I don’t think I’ve ever used a widget. I sorta made this template over a year ago and have used it for a few sites since with minor changes. None have the archive to view. How can I see if my site is widget ready? Better yet, how can I make it widget ready?
Thanks!
Forum: Plugins
In reply to: Nextgen Gallery Pics show up way to the left.Figured it out… Well not really… Just added Nextgen Smooth and it made it look good.
Forum: Plugins
In reply to: [Plugin: Events Calendar] Please remove css from code.I’m trying to make the current day of the month in the large calendar not show up as blue. I found that color in the css file, but when i change it… it’s still blue. It must be somewhere else also, but I don’t seem to be able to find it on the css sheet that changes the color of the event text and the top of each day. Anyone else know what needs to be changed to change the color of the current day on the large calendar?
Thanks!
Forum: Fixing WordPress
In reply to: How to NOT show comments BUT they’re still there.Thanks a lot, got it!
Forum: Fixing WordPress
In reply to: How to NOT show comments BUT they’re still there.Anyone know how to do this? ??
Forum: Fixing WordPress
In reply to: Next/Previous Links from Home Page Show Same PostsActually, this fixed it….
Forum: Fixing WordPress
In reply to: Next/Previous Links from Home Page Show Same PostsHaving this exact same problem. The weird part is I have wordpress 2.3.3 installed on my site in 2 folders. My main page shows 6 stories just like i tell it to. Then when i hit next it does not show 7 and beyone, it shows 1-6 again but the option at the bottom changes from “next” to “previous”
My other page “blog” works perfectly though. Why can’t i see more stories on my main page when people hit “next?”
Thanks…
Forum: Fixing WordPress
In reply to: Advice on what I’ve done here. HELP! :)Have you seen Dolly Parton’s new shoes?
Neither has she.
Forum: Fixing WordPress
In reply to: Advice on what I’ve done here. HELP! :)Barbra
And baby I remember all the things you taught me
Neil
I learned how to laugh and I learned how to cry
Barbra
Well, I learned how to love and I learned how to lie
Neil
So you think I could learn how to tell you goodbye
Barbra
So you think I could learn how to tell you goodbye
You dont bring me flowers any more…Forum: Fixing WordPress
In reply to: Advice on what I’ve done here. HELP! :)I’m singing in the rain… Just sinnnnnnnnnnging in the rainnnn
Forum: Fixing WordPress
In reply to: Advice on what I’ve done here. HELP! :)In case anyone cares… I’ve exported my posts from the /blog install, and imported them into my main install. After that I put a code before the loop so they won’t show. I don’t use a sidebar at all on my site, so I have no idea how to make a new page on my website to show the 2nd category that I coded to be hidden on my main page. I’d like to be able to show all those new imported categories on a new page without a 2nd install. Is that possible without a sidebar or navigation other than linking to it from my main page? Thanks!
Forum: Fixing WordPress
In reply to: Advice on what I’ve done here. HELP! :)I know you guys hate bumps, but there are so many posts that never get answered and this really is my only hope of solving this problem and it seems like this is just falling into the trench of unanswered postings.. heheh
I have been looking at other posts and have seen that there is the ability to export and import posts, but I’m really not sure if that’s the way to go with this issue. Any help is appreciated. Thanks!
Forum: Plugins
In reply to: “Sexy Comments” pluginI’m having trouble finding the comments loop too. I’m not using the default theme, so my comments.php does not look like the example they have at all. There’s a lot and i don’t know what to take out or leave. I’ll paste the code here from my comments.php in the custom theme I use in case anyone can tell me really quick what needs to be replaced. Appreciate it!
<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?> <p><?php _e('Enter your password to view comments.'); ?></p> <?php return; endif; ?> <h2 id="comments"><?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?> <?php if ( comments_open() ) : ?> <a href="#postcomment" title="<?php _e("Leave a comment"); ?>">»</a> <?php endif; ?> </h2> <?php if ( $comments ) : ?> <ul id="commentlist"> <?php foreach ($comments as $comment) : ?> <li id="comment-<?php comment_ID() ?>"> <?php comment_text() ?> <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p> </li> <?php endforeach; ?> </ul> <?php else : // If there are no comments yet ?> <p><?php _e('No comments yet.'); ?></p> <?php endif; ?> <?php if ( comments_open() ) : ?> <h2 id="postcomment"><?php _e('Leave a comment'); ?></h2> <?php if ( get_option('comment_registration') && !$user_ID ) : ?> <p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.</p> <?php else : ?> <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> <?php if ( $user_ID ) : ?> <p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>">Logout »</a></p> <?php else : ?> <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" /> <label for="author"><small>Name <?php if ($req) _e('(required)'); ?></small></label></p> <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" /> <label for="email"><small>Mail (will not be published) <?php if ($req) _e('(required)'); ?></small></label></p> <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" /> <label for="url"><small>Website</small></label></p> <?php endif; ?> <!--<p><small><strong>XHTML:</strong> You can use these tags: <?php echo allowed_tags(); ?></small></p>--> <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> </p> <?php do_action('comment_form', $post->ID); ?> </form> <?php endif; // If registration required and not logged in ?> <?php else : // Comments are closed ?> <p><?php _e('Sorry, the comment form is closed at this time.'); ?></p> <?php endif; ?>