Filter is duplicated on mobile view

  • Posts: 80
  • Thank you received: 8
  • Hikashop Business
9 years 5 months ago #205109

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1

Hi I have created a filter module and placed it above my product pages.
When I resize the page to mobile view an additional duplicate filter appears below my module.
I have checked there are no other filter modules present in the backend and I have looked under display>content modules.
Do you know how i can disable the second filter on the mobile view?
Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 80
  • Thank you received: 8
  • Hikashop Business
9 years 5 months ago #205167

SOLVED :)
Ok the solution is to use css

@media only screen and (max-width: 1024px) {
  .hikashop_filter_fieldset {
   display: none!important;}  
  .hikashop_filter_button_outside {
   display: none!important;}
}

Last edit: 9 years 5 months ago by huwhuw.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #205131

Hi,

Please edit the settings of your product listing menu and disable the option "Display Filters".
You can too directly disable the option "Display filters on product listing" in Configuration > Display > Products, that way this will remove the second filter for all the menus.

The following user(s) said Thank You: huwhuw

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum