-- HikaShop version -- : 4.5.1
-- Joomla version -- : 4.1.2
-- PHP version -- : 8.1.0
-- Browser(s) name and version -- : ALL
-- Error-message(debug-mod must be tuned on) -- : N/A
Greetings,
I'm not entirely sure where this post belongs on the forum; Google and Forum Search brought up some relevant information, all of which I've tried.
Firstly, I made a filter search module per instructions I found via the forums and/or documentation. It works great, but there's one peculiar thing about it, and it only happens on mobile when "Collapsable Filters" is set to "No," rather than "Mobile Devices." Simply put, there's no Search element exposed - it's simply a blank menu.
You can go to my site attached to this post, but I've also attached pictures to show what I mean by this. When it's set to "Mobile Devices/Yes" it works fine, but I want there to just be a simple search input and to not have the collapsable feature where you need to click the button.
Picture "Broken Element": What occurs when it's set to No.
Picture "Working Element": What occurs when it's set to Mobile Devices/Yes.
Picture "Expanded Element": What occurs when the element is toggled.
The goal is to have the search input bar, as shown in the "Expanded Element" picture, without having to toggle anything.
I've dabbled with the code a bit, trying a few things: making class="hikashop_filter_collapsable_title" toggle onload instead of onclick, commenting out class="hikashop_filter_collapsable_title_icon" and class="hikashop_filter_fieldset" etc. I believe the issue resides in class="card_body", but I'm not familiar enough with the language to know what to change.
I've left the option toggled to "No," if you'd like to see the behavior yourself. It appears to happen on all mobile browsers, but I'm specifically using the latest version of Safari on iOS.
Thank you.