• Resolved andreas79

    (@andreas79)


    Hey Blaz,

    thanks for that great Plugin. I would love to use it on my new site but have two questions:

    1) Is ist possible to put the Plugin on “Align Left” somehow? I searched today for it in the customization tab but couldn′t find it. At the moment is it alwasy Align Center (in my opinion).

    2) Is it possible that new Visitors see the average Voting with stars? As far as i see they just see the average ratings in words and the Stars are empty. But i would like to have, that they see 4.5 Stars also if the average Rating is 4.5 and then use the stars for their own rating.

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

    (@blazk)

    Hi @andreas79,

    I’m happy you like the plugin. Here are the answers:

    1. You can easily align the rating widget left with custom CSS:

    
    .rmp-main {
        text-align: left;
    }
    

    2. There is an option in the settings: “Color the stars in rating widget”
    If you enable it, average rating will be shown with stars ?? Of course post has to be rated for average rating to show up.

    Let me know if you need further assistance.

    Blaz

    Thread Starter andreas79

    (@andreas79)

    Hey Blaz,

    thank you very much for your reply.

    The 2nd answer helped me and it works now.

    The 1st answer didn′t solve unfortunetaly the problem on my site. I downloaded Custom CSS Plugin (and tried the Code too in the CSS Section of my theme OceanWP) and then entered the code.
    Then i integrated the Shortcode via Elementor again in the site but the Text and the Stars are still centered.

    Do you have any other idea? Or do you need firther information?

    Andreas

    Plugin Support Blaz K.

    (@blazk)

    Hi @andreas79,

    did you clear the cache after adding custom CSS? It’s hard to say without seeing the website. Please share the link to the website here or privately over Slack.

    Thread Starter andreas79

    (@andreas79)

    Hey,

    yes i cleared the cache.

    I made an example site for you on a test site i use for WordPress:

    https://jobtalk24.de/rmp/

    On this site, it doesn′t work too. I use on that site also Elementor and OceanWP Theme.

    I dont use slack, but i put a form on that test site, so if you want you can send me your E-Mail there and i can create a new account for you if you want. If just slack is possible, then i need an invatation from you, right?

    Plugin Support Blaz K.

    (@blazk)

    HI @andreas79,

    
    .rmp-main {
        text-align: left;
    }
    

    this seems to work on the example site. Are you loading this CSS after the plugin’s CSS? Otherwise add important like below:

    
    .rmp-main {
        text-align: left!important;
    }
    

    If this doesn’t help, it must be cache – also clear minify cache!

    Blaz

    • This reply was modified 5 years, 7 months ago by Blaz K..
    Thread Starter andreas79

    (@andreas79)

    Hi Blaz,

    thanks the “!important” helped, but finaly there exists one last problem.

    There is a small space between the stars and the left border now. I tried the following code, but couldn′t fix it (i am no css pro, as you can see):

    .rmp-main {
    text-align: left!important;
    margin-left:0px!important;
    padding-left:0px!important;
    }

    And idea for that? You can check how it looks on my test site again.

    Plugin Support Blaz K.

    (@blazk)

    
    ul#rmp-stars {
        margin-left: 0;
    }
    

    This should do the trick ??

    Dear Blaz, couldn’t you add the feature of left / right / center alignment to the options settings please? The hand coding is way to complicated for such a basic feature. I guess there are more people that may need this setting (like me) thus I guess it should be included in the settings…
    Thanks a lot, Dirk

    P.S. I opened a new topic about that, sorry, I did not see this post before. I will try to delete the other one.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Align Left and View for new Visitors’ is closed to new replies.