Brainy Filter Ultimate

This topic has been marked as resolved.

Hi,

I have an issue with Brainy Filter Ultimate 5.1.1 that I purchased a while ago and it works fine with the default opencart theme.

I attached a screenshot for reference. I also read the other topics but it seems that I have a different issue here.

Could you please check? It’s really important for me to use this filter.

Thank you for your support!

December 5, 2016 at 10:40 am #53992

Hi,

What is your theme version? This problem has been resolved in latest theme version. Once you update, it should be gone.

BR,
ThemeBurn team

December 7, 2016 at 1:44 am #54063

Hi,

I updated the website to the new version and the module does show up. But, if I use any filter (manufacturer, price or any other) the website doesn’t refresh using the new values I chose.

And also, how do I make it to show up at full witdth?

Thank you!

December 12, 2016 at 10:23 am #54234

PS: I use Brainy Filter Ultimate 5.1.1

December 12, 2016 at 10:24 am #54235

Hi,

Can we take a look at admin configuration? We will need the website admin access, so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

December 19, 2016 at 6:14 pm #54480

Hello,

Please use this

Thank you for your help!

December 22, 2016 at 9:27 am #54639

Hi,

here is a quick fix.

Open system/vendor/BurnEngine/extension/seo/catalog/SeoCatalogExtension.php, find the following string:

$this->eventDispatcher->connect('product/category.page_title.filter', array($this, 'filterCategoryHeadingTitle'));

and replace it with

        if ($this->themeData->category_id) {
            $this->eventDispatcher->connect('product/category.page_title.filter', array($this, 'filterCategoryHeadingTitle'));
        }

You will have to disable the ajax loading of products in the brainy filter, because it does not work correctly. The ‘refresh page’ loading works though.

This fix will be included in the next theme updates too.

Regards,
ThemeBurn team

January 4, 2017 at 10:24 am #54970

Hello,

I’ve been searching a way to disable the AJAX loading but I can’t figure it out. How can I disable that in order to make the filters work?

Thank you!

January 22, 2017 at 11:04 pm #55703

Hi,

I’ve managed to get brainyfilter to work, I had the change the container in order to load the products.

Now I have another issue, the right side of the products container is off, please check the attached. Also the reset button is not aligned and I can’t figure it out. Also I saw another user had this first issue but you didn’t reply.

It would be greatly appreciated if you can take a look in a timely manner.

Thank you, waiting for your answer!

  • This reply was modified 2645 days ago by  Petronel86.
January 27, 2017 at 9:25 pm #55892

Hi,

Here is some custom CSS to style your button:

.bf-buttonclear {
    display: block;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
    max-width: 100%;
    background-image: none;
}

Also, what exactly do you mean by “the right side of the products container is off”?

BR,
ThemeBurn tream

January 31, 2017 at 1:06 am #55977

Hello,

If you take a closer look on the snapshots I attached, you will se that on the first picture, home page that is, the margin on the header menu and the white side of the body is alligned.

But when the filter appears, on product category page, the white container shifts to the right, I marked it with and blue arrow.

How can I fix this?

Thank you!

February 2, 2017 at 6:01 pm #56076

Hi,

Can you please check your Theme Settings > Style > Content Wrap layout settings? There is a -10px margin right value for one of your saved scopes that you need to set to 0.

http://i.imgur.com/8oqXSll.png

BR,
ThemeBurn team

February 7, 2017 at 10:47 pm #56175

Thank you guys, you’re awesome. I applied all the above and it worked.

I just found another issue, I don’t know if it’s related to Brainy Filter. Fox example, on any category, if you hit page 2 and then back to page 1 it crashes and it returns the attached error.

Thank you for your help!

February 9, 2017 at 6:21 pm #56241

Hi,

We see this problem does not appear anymore. Have you done something specific?

BR,
ThemeBurn team

February 19, 2017 at 11:57 pm #56600

Hello,

Sorry for my late reply. Yes, I’ve researched the problem and it seems it’s a bug that affects OpenCart 2.3. I’ve found a solution here: https://github.com/opencart/opencart/issues/4054

I’ve updated the code and it works now!

Thank you!

March 1, 2017 at 4:56 pm #57010
Viewing 15 posts - 1 through 15 (of 20 total)
  • You must be logged in to reply to this topic.