• Hi there

    Sorry for my bad english, I hope you could help me because I don’t understand what happened on my website…

    I updated WordPress (3.5.1) and kk Star Ratings (last version) I used on my site, and kk star ratings doesn’t work anymore… As you could see on one post of my site, (below) the stars are still here (on the right of the post) but impossible to vote, the line of stars is still blank… I try to uninstall kk star ratings, and install it again, to change the size of the stars, the comments, and but it’s doesn’t work anyway. I think I’ll have to change something on the css or php, but I don’t know whre I have to fix the code… Could someone help me with this bug?

    the bug is the same on all my posts on the site 🙁

    example :

    http://www.laplumeagratter.fr/2013/03/31/murray-perahia-partita-n-6-en-mi-mineur-de-bach-bwv-830/

    Thanks and best regards

    laplumeagratter

    http://wordpress.org/extend/plugins/kk-star-ratings/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Kamal Khan

    (@bhittani)

    I see the following javascript errors in the console. You need to fix these before testing the star rating plugin. The errors are coming for somewhere else.

    Uncaught TypeError: Object function (){try{oldReady.apply(this,arguments)}catch(a){console.log("Caught exception when booting TubePress: "+a)}tubePressBoot()} has no method 'promise' jquery.js:2
    Uncaught SyntaxError: Unexpected token . www.laplumeagratter.fr:81
    Uncaught ReferenceError: wpa2a is not defined www.laplumeagratter.fr:271
    Uncaught ReferenceError: wpa2a is not defined www.laplumeagratter.fr:359
    2
    Uncaught TypeError: Object function (){try{oldReady.apply(this,arguments)}catch(a){console.log("Caught exception when booting TubePress: "+a)}tubePressBoot()} has no method 'promise' jquery.js:2
    Uncaught SyntaxError: Unexpected token ; www.laplumeagratter.fr:384
    The "fb-root" div has not been created, auto-creating all.js:52
    Thread Starter laplumeagratter

    (@laplumeagratter)

    Hi Kamal

    very nice of you to answer my message.

    your plugin was on my site since the begining, and worked perfectly well… The bug appeared after I updated WordPress for the 3.5.1 version. I did’nt do anything else. I think the Worpress update created the bug, and the kk star ratings update didn’t change anything.

    The fact that all my posts have the same problem seems to signify that I have to change something in the code on a css, right? But what css, and do I have to change?

    My website was created with the help of a guy who don’t want to help me anymore, so I’m completely lost…

    Best regards

    Plugin Contributor Kamal Khan

    (@bhittani)

    Its not css issues, rather javascript issues. Try enabling disabling all plugins one by one to see if it fixes.

    Thread Starter laplumeagratter

    (@laplumeagratter)

    Hi Kamal

    I’m affraid to create other bugs by disabling plugins… here are the plugins enable on my site :

    WP-PostRatings, Widget Logic, Viper’s Video Quicktags, Video Thumbnails, User Avatar, TubePress, Subscribe to Comments Reloaded, Simply Exclude, SI CAPTCHA Anti-Spam, Share Buttons by Lockerz / AddToAny, SDAC Related Content, Quotes Collection, Preserve Code Formatting, Posts from a Category Widget, Pie Register, Lightbox Plus, kk Star Ratings, Google XML Sitemaps, Google Analytics, Featured articles Lite, Facebook Social Widgets, Easy Columns, Custom Meta Widget, Contact Form 7, Coming Soon Pages [Free], Category Grid View Gallery, Akismet, Admin Menu Editor

    Considering your experience, do you see one of those plugins who could have problem with last version of kk star ratings?

    Best regards

    Thread Starter laplumeagratter

    (@laplumeagratter)

    HI Kamal

    I found the plugin responsable of the bug ! It was Tubepress ! I disabled and enabled it, and now, it works !

    Thanks a lot for your help ! One thing : before the bug, the stars were always yellow (before and after the vote) but now, after the vote, they’re orange… I’d like to make it always yellow as before, but when I use the stars menu, even if I found a orange star, I can’t change the color. I suppose I have to change something in the code. I found this :

    $star_gray = parent::get_options(‘kksr_stars_gray’);
    $star_yellow = parent::get_options(‘kksr_stars_yellow’);
    $star_orange = parent::get_options(‘kksr_stars_orange’);

    echo ‘<style>’;

    echo ‘.kk-star-ratings { width:’.($star_w*$stars).’px; }’;
    echo ‘.kk-star-ratings .kksr-stars a { width:’.($star_w).’px; }’;
    echo ‘.kk-star-ratings .kksr-stars, .kk-star-ratings .kksr-stars .kksr-fuel, .kk-star-ratings .kksr-stars a { height:’.($star_h).’px; }’;

    echo $star_gray ? ‘.kk-star-ratings .kksr-star.gray { background-image: url(‘.$star_gray.’); }’ : ”;
    echo $star_yellow ? ‘.kk-star-ratings .kksr-star.yellow { background-image: url(‘.$star_yellow.’); }’ : ”;
    echo $star_orange ? ‘.kk-star-ratings .kksr-star.orange { background-image: url(‘.$star_orange.’); }’ : ”;

    Could you help? What do I have to change to have always yellow stars?

    best regards

    Plugin Contributor Kamal Khan

    (@bhittani)

    Just upload the same yellow image for the orange image section in the admin page of the plugin

    Thread Starter laplumeagratter

    (@laplumeagratter)

    Hi Kamal

    that’s exactely what I did (I think) :

    In the stars menu (where we have the three stars : grey, yellow and orange), I 1) removed the orange star 2) selected a new image (the yellow star I saved on my images bank as yellow.png), 3) pressed the “usea as orange star” button… 4) saved… and in the star menu… an orange star appeared again ! Not the yellow one… 🙁

    very strange… Did I do make a mistake, or is there an other way to proceed ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘kk stars ratings doesn't work anymore on my site !’ is closed to new replies.