• First of; why did you change the entire plugin, it was perfect as it was? Can we still use the older version without problems?

    Secondly: I updated to 3.0.2. on a test site of mine and it added random ratings and completely removed the design that it had?

    I read about upgrading to 3.0.2. but I already have this version.

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

    (@bhittani)

    I can not please everyone. Most of the people wanted an update and some might differ.

    You can downgrade back to 2.6.4. Make sure to save the settings after downgrading to 2.6.4 to remove any errors that may have been caused.

    Thread Starter Klaas Koopman

    (@inspired-media)

    Thank you for your reply. Can you please tell me what exactly the upgrade was, like how it made it better (in your opinion)?

    And why did the update change the style and amount of stars given?

    An update is great, but it removed key options.

    • This reply was modified 5 years, 4 months ago by Digital Mason.
    Plugin Contributor Kamal Khan

    (@bhittani)

    @inspired-media The code was very old. I had to cleanup and update the code and will be gradually adding features.

    Regarding styles, it was using images and now using svg icons. Colors and amount of stars can be adjusted in the settings.

    I will try to add a field to set custom svg icons.

    Thread Starter Klaas Koopman

    (@inspired-media)

    It looks terrible right now, but I understand the move to using svg icons. Also let us use a design (colorwise) and size of stars etc. Also implement the old settings like the usage of words (x out of x etc).

    Plugin Contributor Kamal Khan

    (@bhittani)

    Will see what I can do.

    Thread Starter Klaas Koopman

    (@inspired-media)

    Kamal, do you have any help/information about how to style the plugin results right now?

    Plugin Contributor Kamal Khan

    (@bhittani)

    I updated the svg icons in 3.0.5.

    If you want to customize the svg manually yourself, you can add the following code in your theme functions.php file:

    
    add_filter('kksr_star', function ($star, $size) {
      return '<svg ...></svg>';
    }, 10, 2);
    

    Replace '<svg ...></svg>' with your custom svg.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Upgraded to 3.0.2 – Problems!’ is closed to new replies.