Requests 1.2.5

  • Add category links to the request pages
    Request blocks and pages now show the assigned category.
  • Add support for the ternary attribute area
    Now, request attributes support ternary display area.
  • Fix requests appearing in the blog search
    Requests appeared in the blog post search results.
  • Fix expiration without the default period
    Expiration date was ignored without the global setting.
1 Like

Hello, thank you for this. The requests finally show categories. The problem I’m having is that it shows the category over the price, so I need to move it elsewhere because its broken now. Any css or snippet to move it somewhere else? Like under the title or other positions without breaking? On listings blocks it is on the image, but request don’t have the image so need to find it a better place. Thank you

Hi,

Yes, there may be minor issues before the maintenance update, depending on the theme. Please specify which theme you are using and we will provide a temporary fix.

Hello andrii, I’m using RentalHive

Please try this CSS snippet:

.hp-requests .hp-listing--view-block .hp-listing__categories {position:static}
.hp-requests .hp-listing--view-block .hp-listing__categories a {background-color:#f1bd6c;color:#fff}

Works great, thank you!

*Edit, for some reason, it was working only for a few moments and then it stopped showing it in the right place and became misaligned completely on the bottom left corner. What could be the problem?

Hi,

We checked this issue from our side, and it seems okay. Please try clearing your cache and checking that it is disabled for logged-in users.

Found the problem. There was already some css for the categories so it conflicted with it. Thank you again for the help

1 Like