• Hi there,

    I just wanted to ask if it is possible to add directly on the product page a review form as is usual for reviews plugins. I like this plugin, as it allows many customization options, however I really want customers to be able to go to the product page and also create a review there, in case they don’t want to do it externally, or they forgot to add the consent of being followed up in the cart.

    Where do I need to go in the plugin to do this, can I add like a short code and customize this or how would this work.

    Then small issue with the show more reviews button, I really dislike the colours and I haven’t managed to change the colours. What would the CSS code be for the change of colours for this button?

    Thanks a lot for the help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    You are using the all reviews shortcode on the product page, so please add the attribute add_review="true" to the shortcode to enable a review form in the reviews section.

    Regarding the show more button, you can use the selector below to change the color of this

    .cr-all-reviews-shortcode .cr-show-more-button {
        background-color: green;
        color: red;
    }
    Thread Starter cedricbaguilar

    (@cedricbaguilar)

    Hi,

    Thanks for the answer, not sure how to add this to the short code, as in this field I just added: [cusrev_all_reviews], where do I have to change or add that specifically? Because I just added the command into the Elementor Shortcode widget.

    Then for the colour of the button, that didn’t change anything. I have attached an image of the button, the issue is really the border colour and the hover.

    Plugin Support pear8398

    (@pear8398)

    Hi,

    Here is an example of using the shortcode:

    [cusrev_all_reviews add_review="true"]

    please go to Reviews > Settings > Shortcodes tab, to get more details.

    Regarding the custom CSS code, I don’t see it applied on your site. You can add the code to Appearance > Customize > Additional CSS. Also, it is an example of a selector. If you want to customize more, please create your own CSS code, or contact an expert developer to help.

    Thread Starter cedricbaguilar

    (@cedricbaguilar)

    I both added the short code and the CSS and nothing changes…

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