Forums

[resolved] [Plugin: WP-PostRatings] Why do the rating images have white space between them? (13 posts)

  1. thatdaveguy
    Member
    Posted 1 year ago #

    You can see what I mean on my site:

    The Daily Cute

    The ratings image have big ugly blocks between each individual star. This did not happen until I changed to my skin. What the heck?

    This is the code I'm using to place the ratings (I'm awful at coding so please don't rip into me!)

    <TABLE width="600" border="0" cellspacing="0" cellpadding="0">
    <TD align="left">
    <li class="posted">
    Posted in <?php the_category(', ') ?> <?php edit_post_link('Edit','',''); ?>

    </td>
    <TD align="center">
    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    </TD>
    <TD align="right">
    <li class="comments">
    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    </TD>
    </TABLE>

    Any ideas? I'd really appreciate it.

    http://wordpress.org/extend/plugins/wp-postratings/

  2. GamerZ
    Member
    Posted 1 year ago #

    Your theme is assigning background to images globally.

    get rid of this style in your style.css

    #content img {
    margin: 0 0 0 0;
    padding: 5px;
    background: #fbf8ee;
    }

  3. thatdaveguy
    Member
    Posted 1 year ago #

    wow, that's great. thanks so much lester, you are an amazing asset to the wordpress community.

  4. GamerZ
    Member
    Posted 1 year ago #

    Thanks for the compliments, this is a simpler css issue, if it is more complicated I don't think I can solve it, kinda weak in CSS =D

  5. DanoNH
    Member
    Posted 1 year ago #

    Hi Lester,

    I like your WordPress devel efforts very much. I am having trouble with Post Ratings...

    When I activate wp-postratings on my blog I get an Error 500 and must delete the PHP file to resume... here's my blog link:

    Dan's Web Spot

    I did set up a testing blog with the default theme applied and have found there is some conflict with the Wordpress Automatic Upgrade plugin. I'm not sure which plugin is causing the 500 error.

    Any ideas?

    Thanks... Dan

  6. GamerZ
    Member
    Posted 1 year ago #

    Check your error log

  7. DanoNH
    Member
    Posted 1 year ago #

    I have shared Linux hosting... any idea where I could find these logs myself? Do you mean a WordPress error log or one on the server itself?

  8. GamerZ
    Member
    Posted 1 year ago #

    Yeap, your server log, or you may want to look through the topics posted here http://forums.lesterchan.net/index.php/board,17.0.html

  9. DanoNH
    Member
    Posted 1 year ago #

    Thank you Lester. Sorry to digress from the original forum thread here. I did find access, ftp, mail and traffic logs on my server, but no error log.

  10. GamerZ
    Member
    Posted 1 year ago #

    Contact your. You will need the error before we will know what is it. If not ensure that the plugins files are chmod to 755 and folders are 644.

  11. Admin MiS.net
    Member
    Posted 5 months ago #

    Hi Lester ...
    Files chmod to 755 and folders to 644
    or
    Files chmod to 644 and folders to 755

  12. GamerZ
    Member
    Posted 5 months ago #

    Files are chmod to 644 and folders are to 755

  13. Admin MiS.net
    Member
    Posted 5 months ago #

Topic Closed

This topic has been closed to new replies.

About this Topic