Reviews 1.3.2

  • Fixed showing reviews on standalone pages
    There was a PHP error when using the Reviews block
1 Like

I noticed a small bug or inconsistency in the review block. When I apply display: none via CSS to hide the rating field in the block details primary section, there’s still some padding or margin left behind. This causes alignment issues in the listing cards.

If a listing has a review and the rating section is hidden, the card height becomes slightly larger compared to listings with no reviews. Which doesn’t look good in layouts with multiple listings.

Could you address this issue in an upcoming update?

Hi,

Please send us the CSS snippet you are using and we will test it in more detail.

I added a screenshot below. You can see that the first card has no reviews, while the second card has a review. I used the following code to hide the review section in the details primary block:

.hp-listing .hp-listing__details .hp-rating { 
    display: none !important; 
}

While this code successfully hides the review section, it causes alignment issues. The card with reviews is slightly larger than the one without. Could you please help me resolve this alignment issue?

Hi,

I see. Please note that this does not depend on the CSS snippet and reviews but on the content of the card itself. If you want to make them the same, please see this topic: Change height of listing card - #2 by andrii