Okay
  Public Ticket #3435198
'Star Rating' Element 3.5 Stars Issue
Closed

Comments

  •  1
    billylui started the conversation

    When you add a 'Star Rating' element using WPBakery Page Builder, which the Salient theme uses, the element cannot be displayed a 3.5 star rating properly.

    Attached files:  Screenshot 2023-08-12 at 2.47.55 PM.png
      Screenshot 2023-08-12 at 2.48.05 PM.png

  •  8,860
    Tahir replied

    Hey billylui ,

    Please provide the page URL so we can write up what's possible.

    Thanks.


    ThemeNectar Support Team 

  •  1
    billylui replied

    Hi Tahir,

    Thank you for your prompt reply.

    I've created a dummy post showcasing the issue:

    [link removed]

    Thanks!

    Billy Lui

  •  8,860
    Tahir replied

    Hey Again,

    Seems like a bug, Thanks for letting us know. Have noted it in the buglist for upcoming update. You can use the CSS code below as a quickfix in the meantime.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-star-rating__icon[class*="size-3-5"]:before {
        content: "\e907 \e907 \e907 \e911";
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    billylui replied

    Hi Tahir,

    Thanks for the quick fix. It works perfectly.

    Cheers,

    Billy Lui