MegaFilter PRO issue with categories

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeMegaFilter PRO issue with categories

This topic has been marked as resolved.

Hello
I have an issue with categories when i list pages or submit some MegaFilter PRO filter.
Every time I list a page, category image number increases.
Please check it here
http://shopdesign.bg/technopolis/index.php?route=product/category&path=15_49
Thank you

 medi
September 10, 2017 at 9:03 am #61517

Hi,

Has this been fixed? We’ve checked the link you have provided and everything seems fine.

Also have you checked the integration tutorial of Mega Filter PRO?

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

BR,
ThemeBurn team

September 12, 2017 at 4:36 pm #61554

Dear Team
You have to press a filter or go to the next page and then look at the categories as shown in the attached image. Every time you press a filter or jump to the next page, the number of category image increases
Please check

  • This reply was modified 2413 days ago by  medi.
 medi
September 15, 2017 at 12:20 am #61614

Dear Team
Please don’t forget about reported issue.

 medi
September 22, 2017 at 11:52 am #61768

Dear Team
Please don’t disappoint us. The issue stays open for a month.

  • This reply was modified 2398 days ago by  medi.
 medi
September 30, 2017 at 7:09 am #61884

Hi,

Sorry for the delay, but this problem has been a bit tricky to find. Can you try the following?

1) Open catalog/view/theme/BurnEngine/template/tb/menu/category.tpl

2) Find this code block:

        $(this).find("> a").after('<span class="thumbnail"><img src="' + image_source + '" /></span>');
        $(this).find("> .tb_submenu > ul").css(margin, <?php echo $settings['cat_image_size_x']; ?>);

3) Replace it with:

    if ($(this).find("> .thumbnail").length == 0) {
        $(this).find("> a").after('<span class="thumbnail"><img src="' + image_source + '" /></span>');
        $(this).find("> .tb_submenu > ul").css(margin, <?php echo $settings['cat_image_size_x']; ?>);
    }

BR,
ThemeBurn team

October 1, 2017 at 4:18 pm #61888

I WANNA KISS YOU :) . You can close the issue.
Thank you

 medi
October 1, 2017 at 8:05 pm #61889

Glad we’ve helped, mate :)

BR,
ThemeBurn team

October 3, 2017 at 12:06 am #61896
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.