• Resolved cometto

    (@cometto)


    Hi,

    is it possible to replace rating stars (.crstar-rating) with default woocommerce rating (product stars)?

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

    (@pear8398)

    Hi,

    Thank you for using CusRev.

    If you want to display the rating star in each review with default WooCommerce style, please go to Reviews > Settings > Review Extensions > Visual style: WooCommerce (basic user interface).

    Let me know how it goes.

    Thread Starter cometto

    (@cometto)

    Hello @pear8398

    I did what you explained but there is no difference.

    Example page:
    https://liveflooring.com/produkt/podloga-sportowa-basic-black/

    Method I use to display reviews is hook:

    add_action( ‘flatsome_custom_single_product_1’, function () {
    echo do_shortcode( ‘[cusrev_reviews_grid products=’ . get_queried_object_id() . ‘ shop_reviews=”false”
    show_summary_bar=”true”
    show_products=”false”
    show_more=9
    ]’ );
    } );

    Plugin Support pear8398

    (@pear8398)

    Hi,

    Thank you for your additional information.

    That means you are using the grid review shortcode of our plugin. And of course, it belongs to our plugin and its style so there is no option to change the style to WooCommerce.

    Thread Starter cometto

    (@cometto)

    @pear8398
    Hi,

    thanks for reply.
    So I will ask about other thing.

    https://ibb.co/CzctwzK
    – here is a screenshot of loading priority list
    Star.woff its /wp-content/plugins/customer-reviews-woocommerce/fonts/star.woff

    Loading priority for this fule is quite high (its before many important javascripts) – the question is:

    • if I cant disable this font (without losing ratings star layout) is it possible to defer / delay it as much as its possible? I load reviews at the bottom of page and and it could be loaded at the end of everything.
      Thanks in advance.
    Thread Starter cometto

    (@cometto)

    @pear8398 will be grateful for reply / help

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Replace rating stars with default woocommerce’ is closed to new replies.