Mega Filter PRO issues with Pavilion Opencart Theme

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeMega Filter PRO issues with Pavilion Opencart Theme

This topic has been marked as resolved.

Current theme Pavilion: v2.2.4
BurnEngine: v1.2.4
OpenCart: v2.3.0.2
vQmod: v2.6.1
Mega Filter Pro Version: 2.0.5.3.4

Hi,

I’ve added the Mega Filter Pro extension but unfortunatly I cannot get it to work. There are a couple of issues which I’m facing and I hope you can help me with this.

I have followed all steps like explained by you on the topic ‘mega-filter-pro-by-attribs-options-brands-price-filters’ but it doesn’t work for me. I’ve also cleared all VQmod cache files but that doesn’t solve the issue either.

The current issues are:
1. The price slider is not shown properly and slide cannot be used.
2. When selecting a filter nothing happens. When adding the Apply button to the Mega Filter Pro menu and making a filter selection it will send me directly to homepage.

Can you please have a look and explain to me why the Mega Filter Pro is not functioning correctly?

Below you can find the link to one of our category pages where some filters are shown but not functioning. With the default OC_Filter they are functioning, so nothing wrong in the filter setup.

Thanks,

Thomas

  • This reply was modified 2542 days ago by  vroontje1985.
  • This reply was modified 2542 days ago by  vroontje1985.
  • This reply was modified 2542 days ago by  vroontje1985.
  • This reply was modified 2542 days ago by  vroontje1985.
  • This reply was modified 2542 days ago by  vroontje1985. Reason: added more information
May 9, 2017 at 1:46 pm #58910

Dear ThemeBurn Support Team,

Did you already have some time to check on the issue?

Thanks,

Veronica

May 11, 2017 at 3:41 pm #58999

Hi Veronica,

We’ve rechecked your MFP settings and changed them to follow the steps that are described here:

http://support.themeburn.com/topic/mega-filter-pro-plus

Everything now works fine.

BR,
ThemeBurn team

May 11, 2017 at 4:50 pm #59005

Hi ThemeBurn team,

Thanks for your response.

I checked the page but I noticed 2 issues.

Issue 1: When making a selection in the Mega Filter Pro you can see an error in the top product frame showing:
vqmod/vqcache/vq2-catalog_view_theme_BurnEngine_template_product_category.tpl on line 147

Issue 2: Price slider text boxes are not aligned. They are now below eachother, but should be next to eachother.

Thanks for your time and effort already.

With kind regards,

Veronica

May 11, 2017 at 6:17 pm #59025

Hi Veronica,

1) Unfortunately the error you have reported is not theme related and is presented when using the default one as well. You need to contact plugin developer about it.

2) Here is some extra code that will improve price slider layout:

.mfilter-price-inputs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#mfilter-opts-price-min,
#mfilter-opts-price-max
{
  min-width: 0 !important;
  max-width: 55px !important;
}

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

BR,
ThemeBurn team

May 21, 2017 at 4:47 pm #59216

Thanks,

Topic may be closed.

With kind regards,

Veronica

June 2, 2017 at 1:08 pm #59592

Happy to see that your problem has been resolved, Veronica!

BR,
ThemeBurn team

June 4, 2017 at 4:33 pm #59622
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.