staren
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Alternitives to <li>That did the trick. I would not have even considered looking there. Thanks for going through this with me.
Forum: Themes and Templates
In reply to: Alternitives to <li>Not perfect, but better. Thanks alot. It fixed the problem with the add comment link being thrown to a new line. Now I just need to fix the error of the entire comment link set-up being thrown to a new line. What I want is the post date and time on one side of the content space and the comment links on the other. Not sure how to do that. I made the changes you posted and here is the code in the theme:
<div class="post-comments"> <ul> <li class="post-comments-count"><a href="#comments" title="View all <?php comments_number('0', '1', '%'); ?></a></li> <li class="post-comments-add"><a href="<?php the_permalink() ?>#respond" title="Add a Comment"><span> </span>Add a Comment</a></li> </ul> </div>I trued removing just the ul tags, but that messes up the images. Thanks for all the help.
Forum: Themes and Templates
In reply to: Alternitives to <li>I think that will work, but this is a pretty complex theme. Here is the relevant CSS. Yes the add comment image is set as a background to the “post-comments-add” class. An example of what I want to change can be seen at http://www.morawski.us As you can see it wants to throw the add comment link to a new line obviously because of the use of the individual li tags.
#content .post-comments { float: right; background: url("../images/post-comments-left.gif") no-repeat 0 0; } #content .post-comments ul { float: left; width: 100%; margin: 0; padding: 8px 0; background: url("../images/post-comments-right.gif") no-repeat 100% 0; } #content .post-comments ul li { float: left; margin: 0; padding: 0; background: none; } #content .post-comments li.post-comments-count { margin: 0 10px 0 14px; } #content .post-comments-count a:link, #content .post-comments-count a:active, #content .post-comments-count a:visited { color: #666; font-weight: bold; border-bottom: 0; padding-right: 22px; background: url("../images/post-comments-bubble.gif") no-repeat 100% 0; } #content .post-comments-count a:hover { color: #333; } #content .post-comments li.post-comments-add { position: relative; display: block; width: 16px; height: 16px; margin: 0 8px 0; padding: 0; overflow: hidden; } #content li.post-comments-add span { position: absolute; width: 100%; height: 100%; background: url("../images/post-comments-add.gif") no-repeat 0 0; } #content li.post-comments-add a { text-decoration: none; }Forum: Plugins
In reply to: Can’t Get an Image Gallery to workYou have read the instructions for each gallery on how to output to a page or post right? They’re all different. Just to make sure it’s not the simple answer we need here.
Is this a co-located server, private server, or shared web hosting? If you have a php-info page, could you post the results here please? Something you need might be turned off.
Forum: Plugins
In reply to: Can’t Get an Image Gallery to workI have MyGallery v.1.3b8 running on WordPress MU just fine. Have you tried that one?
How much control do you have of your server? Most Gallery programs need register globals off and/or mod_rewrite setup.
Forum: Plugins
In reply to: WP-Amazon v2 (for WordPress 2.1)Looks great. I’ll be keeping an eye on the group. If you don’t have an install of WPMU to test it on let me know. I’d love to see how well it works.
Now all I have to do is see if one of the writers of the Amazon wishlist plugin authors are going to update soon.