Skip to content

v7.0.58

Latest

Choose a tag to compare

@mseiedmiri mseiedmiri released this 05 Sep 06:34

7.0.58

  • Fix: Off Market single "View all photos" gallery rendered broken. The off-market single page never enqueued swiper-bundle.min.css, so the modal Swiper (rch-houses-mySwiper2 / rch-houses-mySwiper) fell back to display:block and slides stacked vertically. Enqueue the rch-swiper handle on is_singular('off_market') so the gallery slides horizontally like the listing-detail page. JS/Swiper init untouched.
  • New: Off Market leads route to the selected agent. On the off-market single page, the lead-capture form now sets assignee_email to the Agent chosen in the listing's meta box (agent_id → that Agent's email), mirroring agents-single. Falls back to the previous default when no agent is selected.