Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @ony88,

    1. So, there are two different widgets: rating widget and results widget. Results widget shows only results and can’t be used for rating posts. It also won’t show up if rating widget is not present on the page. You can put stars in rating widget closer together in the customize section (icon margin). For results widget you can put stars closer together with custom css like shown below:

    
    rmp-results .star-result .fa-star {
        margin-left: -10px;
    }
    

    2. Ratings on category pages are not yet supported but will be added in the next version which I’m planning to release at the end of the next week.

    Thread Starter ony

    (@ony88)

    Thanks for quick reply! Where do I add this custom CSS? I do not see option on your plugin to do so?

    Thanks

    Plugin Support Blaz K.

    (@blazk)

    The easiest way to add custom css is under Appearance -> Customize -> Additional CSS. You can read more about this here: https://en.support.wordpress.com/custom-design/editing-css/

    Thread Starter ony

    (@ony88)

    Ok, thanks! I can’t wait for the category rating:)

    Thread Starter ony

    (@ony88)

    Hello, I added the custom css but the stars are still far apart? I am using WP Rocket and cleared cache.

    What does the “Icon Margin” do because I have it blank?

    Thanks

    Plugin Support Blaz K.

    (@blazk)

    Icon margin dictates the spacing between the stars in the rating widget while the CSS above is for the results widget. Please share the link to the website and I’ll check it out.

    Thread Starter ony

    (@ony88)

    Ok, I did not add any number to “Icon margin” how do I get it to be closer?
    For the result widget, even the stars are not together also.

    See here: https://bit.ly/2DkUPoM

    Thanks

    Plugin Support Blaz K.

    (@blazk)

    So, to put stars closer together in results widget use:

    
    .star-result .fa-star {
        padding-left: 0px;
    }
    

    and for rating widget use:

    
    #rmp-stars i {
        padding-left: 0px;
    }
    

    This should work now ??

    Thread Starter ony

    (@ony88)

    It worked! Any news about adding this in product categories? I saw you have a new update but it is not included:(

    Also, if I update plugin, it does not mess up my current accumulated rating correct?

    Plugin Support Blaz K.

    (@blazk)

    The update has no impact on your current ratings. In 2.5.0 there is an option to show ratings on archive pages (categories, author pages, tags etc.). I missed woocommerce up there – there is no plan to show ratings on woocommerce category pages as the plugin is designed for rating posts. Sorry about that.

    Plugin Support Blaz K.

    (@blazk)

    If you have coding skills, you can however develop you own widget to show such ratings on woocommerce category pages. See developer features in this forum.

    Thread Starter ony

    (@ony88)

    Oh I see. I will work around it for the woocommerce category.
    I am able to update plugin but I noticed if someone is not logged in, it does not work? it is just idle…

    Will be nice to have an option like “You must log in to Vote” with the option to hyperlink login so we can add login link or popup?

    Thanks a ton.

    Plugin Support Blaz K.

    (@blazk)

    You can use hooks to add such text after or before the widget ?? you’ll find more info in developer features topic ??

    Thread Starter ony

    (@ony88)

    I see, I will have to find someone to do as I am not an expert in that field.
    Can you guide me to where to locate the developer field so I can forward to the contractor?

    Thanks

    Thread Starter ony

    (@ony88)

    Also, How can I change vote count when I use the shortcode?
    Thanks

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Having one set of stars only’ is closed to new replies.