Hello @nicolemurray,
I am having the EXACT same problem as you, stuck with S’s on the shop page. Would you be able to share your solution in a little more detail? I am not that advanced of a coder..
So far I was able to find that in this file: themes/function/includes/integrations/woocommerce/woocommerce.php
woocommerce styles were disabled, and when deleting the following code, the stars would come back, but it screwed up all my other formatting.
// Disable WooCommerce styles
if ( version_compare( WOOCOMMERCE_VERSION, '2.1' ) >= 0 ) {
// WooCommerce 2.1 or above is active
add_filter( 'woocommerce_enqueue_styles', '__return_false' );
} else {
// WooCommerce less than 2.1 is active
define( 'WOOCOMMERCE_USE_CSS', false );
}
I’ve been spending weeks on this problem, and no matter how much I play around with css, the best I can do is to switch is back and forth from SSSSS to “5 out of 5”.
I’ve come to the same conclusion as you, that for some reason the font that displays the stars is just not loading on the shop (product archive) pages, however I’m not sure how to force it there. Is that what you did by “adding the @font family source to my master sheet”? Could you explain that in a little more detail? Smashing my head into the wall at this point lol
Forever grateful for your response…