Hi
I was wondering if there is a way to make the full box clickable for listings? This would be especially useful for mobile.
Sorry for the late reply.
It’s possible, but requires code tweaks (probably a combo of a PHP+CSS snippets), please let me know if you’re familiar with coding or have a developer for custom work, I can provide some guidance.
Please note that this may cause other issues, e.g. if users want to click on specific listing details, for example currently they can click the vendor or category links to view the vendor profile or the listing category page instead of the listing page directly.
Hi Ihor,
Yes, I am familiar with coding. Any guidance would be super appreciated!
Please try adding a code snippet for the hivepress/v1/templates/listing_view_block template. You can replace the tag of the listing container (“div” by default) with “a” and add the “href” attribute, another workaround is inserting an empty link anywhere in the listing template and then using CSS to add styles for it like absolute position, so it would be transparent and cover the whole listing area.
Hope this helps
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.