View Full Version : My first crack at this plugin
1nspire
01-18-2009, 06:48 PM
Here is my first crack at it. I am pulling a datafeed from an affiliate and creating ranking for each item. This theme had some issues with showing the ratings in the comment areas so I turned that feature off. I plan to add more content and use the link abilities as well.
Nice plugin and easy use after you get it set up correctly.
Video Game Reviews (http://epicgamer.com)
Any suggestions would be appreciated as I am slowing stepping into AM.
Excellent!
The way the rating stars are currently displayed by the plugin do cause some problems with some themes. I'll be adjusting that in an upcoming release.
Nice work!
pfgannon
01-23-2009, 07:08 PM
I got this from the guy behind elegantthemes to fix the "BasicTheme".
Just replace the code to the following in wfreview.css:
@charset "utf-8";
/* CSS Document */
div.star, div.star .half, a.star
{
background-image: url('star.gif') !important;
background-position: 0 0 !important;
background-repeat: no-repeat !important;
height: 16px !important;
}
div.star, a.star
{
display: block !important;
float: left !important;
width: 16px !important;
}
a.star-active
{
background-position: 0 -16px !important;
}
div.star .half
{
width: 8px !important;
background-position: 0 -32px !important;
}
div.star-on, a.star-preview
{
background-position: 0 -32px !important;
}
Might fix it for egamer as well.
Though I'm sure there's a better way to do it, this is a good temporary fix.
Nice post for the fix. In the near future, we'll probably change the star formatting to insert the actual images instead of using the background property of the DIV tags. This will make it conflict less with the styles in themes and also make the ratings appear in the RSS feed.
WhatupG
02-25-2009, 11:00 AM
Good to know I'm not the only one with issues using these themes. Nice laptop site, makes me wish I could get approved on EPN.
Thanks for the fix pfgannon. It doesn't completely work for me, but at least the ratings within the comments are now starting to show, I think with a few mods they will be presentable. Thanks for pointing me in the right direction.
Any fix for the dead input ratings below the textarea box?
nickmattern
02-25-2009, 11:02 AM
Keep in mind themes pre wordpress 2.6 will likely need to be edited. If it's a free theme, you get what you pay for, just make sure it not encoded, or you're kind of stuck unable to edit..
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.