Home Forums WoodMart support forum Display Stars Rating

Display Stars Rating

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #330284

    Quentin
    Participant

    Hello,

    Why stars rating are not display on my website please ?

    Thanks !

    Have a nice day !
    Quentin

    #330325

    Hello,

    Have you enabled the stars rate in the Woodocommerce > Settings? Do your products have the rates?

    Best Regards

    #330330

    Quentin
    Participant

    Hello,

    Sorry but i don’t use use woocommerce because i don’t sell products. It’s for a testimonials rates, this is possible ?

    Have a nice day !
    Quentin

    #330369

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    In addition, please provide the page URL with the tesitmonials.

    Best Regards

    #330401

    Quentin
    Participant

    Hello,

    Find me admin access on private content

    #330556

    Hello,

    You need t change the view mode to show the stars, please check the screen: https://gyazo.com/5ad7bca7a8ab64b6faf8ed189738e5ff

    Best Regards

    #330573

    Quentin
    Participant

    Hello,

    I change the view mode but it doesn’t work, can you help me please and check on the website ?

    Thanks

    #330619

    Hello,

    Please deactivate all the plugins except these ones:

    Slider Revolution
    WPBakery Page Builder or Elementor
    Woodmart Core
    Contact Form 7
    MailChimp for WordPress
    WooCommerce
    Safe SVG

    Switch to the parent theme.

    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Best Regards

    #330658

    Quentin
    Participant

    Hello,

    It’s work when woocommerce is activated.
    But i don’t need woocommerce on my website…
    Do you have an other solution ?

    Thanks

    #330775

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .star-rating {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      letter-spacing: 2px;
      font-weight: 400;
      color: #EABE12;
      font-family: "woodmart-font"; }
      .star-rating:before {
        content: "\f149" "\f149" "\f149" "\f149" "\f149";
        color: #C9C9C9; }
      .star-rating span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        text-indent: 99999px; }
        .star-rating span:before {
          content: "\f148" "\f148" "\f148" "\f148" "\f148";
          position: absolute;
          top: 0;
          left: 0;
          text-indent: 0; }
      [class*="color-scheme-light"] .star-rating:before {
        color: rgba(255, 255, 255, 0.6); 
    }

    We shall fix this in version 6.3.

    Best Regards

    #330803

    Quentin
    Participant

    Perfect, thank you !

    #330942

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Display Stars Rating’ is closed to new replies.