filters on products?

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart Themefilters on products?

This topic has been marked as resolved.

i have installed this but the filters does not do anything. Should there be a search button at the button? Once selected a box the selection displayed at top cannot be removed.

https://giraffe-shoes.ro/marime/pre-walkers-2

Please advise.

July 14, 2017 at 1:49 pm #60400

Hi,

Can you please share admin access?

BR,
ThemeBurn team

July 14, 2017 at 2:03 pm #60401
July 14, 2017 at 5:41 pm #60412

I got this fixed by the the filter support team. I have another question now. On the mobile even if i changed the filter position on the left column it still shows up at the bottom of the page. How can i get it to be displayed on the top?

July 17, 2017 at 2:25 pm #60426

Hi,

Here is some custom code that will move the sidebar at the top:

@media (max-width: 768px) {
  .tb_page_product_category #left_col {
    -webkit-order: 0 !important;
    order: 0 !important;
  }
  .tb_page_product_category .main {
    -webkit-order: 1 !important;
    order: 1 !important;
  }
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

July 18, 2017 at 12:02 pm #60454

works perfect…. thank you

July 18, 2017 at 12:40 pm #60460

Glad we’ve helped, mate :)

BR,
ThemeBurn team

July 18, 2017 at 12:41 pm #60462
Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.