Support » Plugin: YASR - Yet Another Star Rating Plugin for WordPress » 3 Months Waiting for a Fix

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello @ivcata, like I wrote here yasr development and support is just come back, so I’m sorry for didn’t get in touch with you before

    In your case, I can’t get what is the problem…can you please explain better?
    With version 1.4.9 only support for litespeed caching plugin has been added.

    Best,
    Dario

    Thread Starter Ivcata

    (@ivcata)

    Hi @dudo,

    After update 1.4.8 – 1.4.9 the stars appear glued to the first picture or sentence in every post and page.

    Before 1.4.9 it wasn’t that.

    I add spacing in the start of every page or post that I write.

    This way its looking much better for human eye and it is much better for copywriting.

    Just look at every page or post you want at my personal website:

    https://www.ivoignatov.com

    After 1.4.9 Yet Another Stars Rating plugin removes the spacing (distance) in the beginning.

    It is so ugly this way.

    I like Yasr before. Now I use only 1.4.8 on every website.

    Can you fix it please?

    Greetings,

    Ivo Ignatov

    • This reply was modified 6 years, 1 month ago by Ivcata.
    Plugin Contributor dudo

    (@dudo)

    Looking at the diff here, the only thing that could cause this is

    add_filter('the_content', 'yasr_auto_insert_shortcode_callback', 9);

    instead of this in version 1.4.8

    add_filter('the_content', 'yasr_auto_insert_shortcode_callback');

    To fix this, you can:

    HARD SOLUTION, not guaranteed that work:

    Open file yasr-functions.php, and on line 298 remove the ‘, 9’.

    EASY SOLUTION:

    You can use some custom css code, add this in the yasr settings->Aspect & Styles tab and in the “Custom CSS Styles” field add this:

    #yasr_rateit_overall {
    padding-bottom: 5px;
    }

    Or whatever css rules you prefer.

    Best,
    Dario

    Thread Starter Ivcata

    (@ivcata)

    Hi Dario,

    I will try these solutions, but let me ask first:

    Will I have to do one of these changes after every Yasr update, or they will stay forever?

    Best,
    Ivo

    Plugin Contributor dudo

    (@dudo)

    The easy solution is once and forever 😉

    Thank you for updating your rating!

    Thread Starter Ivcata

    (@ivcata)

    Thank you for your help 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘3 Months Waiting for a Fix’ is closed to new replies.