• Resolved Mike

    (@avagolf)


    Hi Guys, posting in here as well, i believe these will be prioritized higher (since a public forum). 2nd, i have submitted about 8 bugs/issues to your team on chat, and its really just not that efficient. 3rd, i had emailed in, but didnt recieve a reply to my support email (*im guessing as i had worked with team in chat). So ill list all the bugs/issues in here in hopes they can get resolved soon.

    Am I able to remove the date & time for the review? I previously had custom CSS code:

      .rx_review_calender {

      display: none !important;

      }

      .rx_filter_header {

      display: none !important;

      }

      .rx_varified_user span {

      font-weight: bold !important;

      }

      This however doesn’t seem to work

    Viewing 3 replies - 1 through 3 (of 3 total)
    • Plugin Contributor Sakhawat Sifat

      (@sakhawatsifat)

      Hello @avagolf

      I hope you’re doing well. Please know that every issue and concern you raise is a priority for us. I sincerely apologize for not being able to address the issues you mentioned earlier. As our team is currently managing multiple tasks, there might be some delays in providing a detailed response. I truly appreciate your patience and understanding.

      Since we’ve updated our plugin to the cloud version, there have been significant changes. However, you can try the following custom CSS to customize the public widget as needed:

      1. To hide the dates:
      p.rvx-review-info__date {  
      display: none !important;
      }

      span.rvx-review-owner-replay__date {
      display: none !important;
      }

      div.rvx-flex.rvx-justify-between.rvx-items-center.rvx-gap-space12 > p.\!rvx-text-\[12px\].rvx-text-neutral-600 {
      display: none !important;
      }
      1. To hide the filters:
        You can manage them directly from the “Widget Settings” in the dashboard.
      2. To modify the verified badge:
      div.rvx-flex.rvx-gap-space8.rvx-review-user > div:nth-child(2) > 
      div.rvx-flex.rvx-flex-wrap.rvx-items-center.rvx-gap-space8.rvx-font-nunito > p,
      div.rvx-flex.rvx-gap-space8.rvx-review-user > div:nth-child(2) >
      div.rvx-flex.rvx-items-center.rvx-gap-space12 > p {
      font-weight: bold !important;
      }

      If you have further questions or need additional assistance, please don’t hesitate to reach out.

        Thank you for your patience and continued support of ReviewX!

        Best regards,

        Sakhawat, Team ReviewX

        Thread Starter Mike

        (@avagolf)

        Very good, thank you so much. I have included both into my site and it worked flawless. I really appreciate it. You can go ahead and close this ticket now.

        (Feedback, the person handling your online chat support on your website is unaware of this custom code – you might want to update them in the chance they have a similar request in the future).

        Thank you!

        Plugin Contributor Sakhawat Sifat

        (@sakhawatsifat)

        Hi @avagolf

        I’m glad to hear we were able to assist you! Your feedback is always appreciated.

        Thank you for your patience and for choosing ReviewX. We’re grateful to have you with us!

      Viewing 3 replies - 1 through 3 (of 3 total)
      • You must be logged in to reply to this topic.