[SOLVED] Remove filter from hikashop front page

  • Posts: 192
  • Thank you received: 1
12 years 8 months ago #41358

Hi,

i don't see any purpose from my point of view to have a module filter (on the left column of my website) and another filter on main front page of hikashop (where products/categories) are displayed.

how can i remove the filter from main front page ?
thx


What does not kill you, makes you stronger.
Last edit: 12 years 8 months ago by alain.roger.

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

  • Posts: 82725
  • Thank you received: 13338
  • MODERATOR
12 years 8 months ago #41523

You can hide it by adding such CSS in the front end CSS file of HikaShop via the Display tab of the configuration :
#hikashop_category_information_menu_XXX .hikashop_filter_main_div{
display:none;
}

where XXX is the id of your menu.

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

  • Posts: 192
  • Thank you received: 1
12 years 8 months ago #41531

Thx Nicolas.

I was expecting a radio button or something like that within parameters...but ok, it works also :-)


What does not kill you, makes you stronger.

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

  • Posts: 50
  • Thank you received: 1
12 years 6 months ago #49042

Is there any way to remove the filter from all the front page display instead of just one particular page? In my case, I wanted to use module filter instead of the front page filter. I might have 40-50 over categories, and it would be tedious to one by one key in the menu item id in the frontend CSS.

So is there any way to have just one code and removes all the front page filter?

Thanks.

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

  • Posts: 82725
  • Thank you received: 13338
  • MODERATOR
12 years 5 months ago #49127

Sure. You can do like that:
.hikashop_filter_main_div{ display:none; }

.hikashop_filter_module .hikashop_filter_main_div{ display:block !important; }

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

  • Posts: 252
  • Thank you received: 3
9 years 3 months ago #209351

I'm rebuilding my store but I think I overlook it, but cannot find the place where to hide the standard hikashop filter

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

  • Posts: 82725
  • Thank you received: 13338
  • MODERATOR
9 years 3 months ago #209357

Hi,

I suppose that you're talking about the filters display area at the top of the products listings. You can go in the menu Display>Content menus, edit your menus and turn off the "display filters" setting in them.

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

  • Posts: 252
  • Thank you received: 3
9 years 3 months ago #209470

Yes, That's what I looked for.
I thought it was still in the ccs file

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

Time to create page: 0.087 seconds
Powered by Kunena Forum