Bunch of bugs + questions

Tagged: , ,

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeBunch of bugs + questions

This topic has been marked as not resolved.

Hi there. After few weeks of using Pavillion 1.0.7 I find some bugs what need to be fixed fastest as can =( , few days left till shop will launch.

(My site is http://www.krait.ua)

On my site i`m using two languages (ukrainian & russian) & have alot of issues with that:

1) Russian language set as default, when i changing it to ukrainian I can`t use manufacturer icons in any way (carousel, manufacture list, menu etc). When clicking on manufacturer picture (or name) it gives “manufacturer not found” (on russian language it works)

http://prntscr.com/b8we87  – screen on ukr language (not works)

http://prntscr.com/b8wetl – screen on rus language (works)

Also i noticed, that it not have SEO naming for second language in SEO pack

http://prntscr.com/b8wfad (options in generator have no second language)  http://prntscr.com/b8wfmm (rus seo manufacturers in editor)

http://prntscr.com/b8wfto (ukr seo manufacturers in editor)

2) When using keywords (+language url prefix + default language url prefix) after language changing on home page few menu`s, cart, breadcrumbs are not changing language (only after 4-6 refreshes & clicks on other pajes it set on correct language but not always)

Multilangual settings http://prntscr.com/b8whti

Russian language http://prntscr.com/b8wii5  (all fine)

Ukrainian language http://prntscr.com/b8wjap (not fine, some menu`s still on russian)

After turning down “Multilingual keywords (+language url prefix + default language url prefix)” it work fine, but i need that function work correctly for better SEO.

3) Ajax Quick Chekout cart view problem. Using that mod with TB patch, it looks good but cart block isn`t scalable. Even in 1200px mode it`s going over body section. On mobile, or 1024px resolutions it looks horrible (also in “Add comment” window showing half letters):

- 1200px mode http://prntscr.com/b8wlsr

- 1024 px mode http://prntscr.com/b8wmj1 (here starting problems with price numbers transfering)

- mobile http://prntscr.com/b8wnb5 (very horrible)

Need fix that badly, its most needed thing =(

4) Compare products issues. Here few problems.

First one is: after adding first products in compare list without refreshing page counter isn`t work http://prntscr.com/b8wo2g

Second one:  on Comparing page I have no images. They are have showing bug (don`t know why but they have -100%  margin options) here is screen http://prntscr.com/b8wpzd

5) Where to change main menu column`s  number? In new version of Pavillion & can`t figure how to change  of columns in main menu, there are no option for that anymore. There are 5 columns by default, i need to change it to 4…

6) IE9, 11 issues:

ie9 – http://prntscr.com/b8wsbx

ie11 – http://prntscr.com/b90d4o

7) Manufacturers carousel block overlay. All in screen http://prntscr.com/b8wu53

8) No “Go Top” button  in mobile view http://prntscr.com/b8wuy9

9) Menu items with drop down isn`t work on iPad http://prntscr.com/b8wvta  After tapping on menu nothing happen =(

10) Stretching bottom block instead of body block when no content or small ammount of it. http://prntscr.com/b8wwhs  With Firefox browser it always stretching bottom part & thats looks terrible on 4K monitors…

11) Live Search isn`t work with model. When trying to search with model number Live search isn`t show anything http://prntscr.com/b8x0qd

And few questions about HowTO:

There are few modules that I need to integrate in Pavillion theme, but don`t know how:

1) Adding product count on any page https://opencartforum.com/files/file/2778-%D0%B2%D1%8B%D0%B1%D0%BE%D1%80-%D0%BA%D0%BE%D0%BB%D0%B8%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%B0-%D1%82%D0%BE%D0%B2%D0%B0%D1%80%D0%B0-%D0%BD%D0%B0-%D0%BB%D1%8E%D0%B1%D0%BE%D0%B9-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B5-pro-%D0%B4%D0%BB%D1%8F-openc/

Module is free & you can see screenshots (by the link on top) of what it do. Very usefull thing for shops with building materials thematic.

 

May 27, 2016 at 5:19 am #48134

Hi,

1) We cannot confirm thins after we’ve tested locally. We will need admin and ftp access to your website, so we can check. If this website is official, we recommend you to duplicate the entire store on a subdomain for easier testing.

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

BR,
ThemeBurn team

June 3, 2016 at 12:29 pm #48385

2) The same like point 1

3) Unfortunately, we were not able to reach the checkout page. It seems that there is some cart (quantity) validation that we cannot pass.

4) Both compare bugs are confirmed. Unfortunately we cannot provide a quick fix for the moment.

June 3, 2016 at 12:51 pm #48386

5) This option was removed in BurnEngine and was replaced by an automatic column resize. It seems that we will need to bring the feature back for better customization. For the moment you can use this custom JS:

tbApp.onScriptLoaded(function() {
    $('.tb_megamenu.tb_menu_all_categories').on('mouseenter', function() {
        var container = $(this).attr('id');

        setTimeout(function() {
            if ($(this).find('.tb_grid_view')) {
                adjustItemSize('#' + container + ' .tb_subcategories', {"1200":{"items_per_row":4,"items_spacing":30}, "900":{"items_per_row":3,"items_spacing":30}});
                tbApp.triggerResizeCallbacks();
            }
        }, 260);
    });
});

Add it from the Theme CP > Theme Settings > Custom > Javascript text field.

June 3, 2016 at 1:34 pm #48387

6) BurnEngine has a limited IE9 support. It should be usable to some point, but many of the features do not allow realization in legacy browsers.

The IE11 bug can be fixed with this extra CSS:

.tb_compact_view .image + div,
.tb_compact_view .thumbnail + div
{
      -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
}

We will add it in the next update.

June 3, 2016 at 4:10 pm #48393
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 3, 2016 at 4:28 pm #48394

Hello, to access my site you need….

Thanks for the help!

Thnx for answers, but how about other problems p. 9-11+?
About problem #2 i saw few themes already, you guys answer that it will be fixed in next update, when will it come? I cant use 2 language SEO generated links for my site because of this =\ But i`ll need to fix this before I will use Google adwords ads campain.

Also please take a look http://support.themeburn.com/topic/decimal-quantitymin-qty-custom-unit-not-working
you can check this module at testing site.
+ Ajax quick checkout card block is broken, any fixes i found on this tread isn`t work at all.

Hope you`ll check this out not after another week =)
Thnx alot!

June 6, 2016 at 10:48 am #48438

And last one, any support for newer BrainyFilter? There are 5+ versions came out, alot of features are added, here we can use only 4,6 =\

June 6, 2016 at 5:25 pm #48445

Also check Error`s page, something terrible going on =\ Also errors at pages with captcha, also captcha isn`t show`s.

June 9, 2016 at 2:39 pm #48640

Hi,

1) Do you use some third party extension to enhance manufacturer information? By default manufacturers do not have multilingual database fields and yours have. The problem was that there was no title record for Ukrainian language and the whole page is considered as missing. We’ve added such title for Ceresit and it now works just fine.

2) SEO problem has been resolved. We’ve uploaded a small patch and now language change works fine. We have attached patch files here as well.

June 15, 2016 at 4:31 pm #48791

9) I think this one has been answered in another topic.

10) Unfortunately, the screenshot link goes to the home page of the website. Can you please check?

11) Live search has been updated. We’ve also attached patch files.

June 15, 2016 at 4:36 pm #48793

Thanx alot for solutions!

1) I do not using any third party extension to enhance manufacturer information. After installing Ukrainian language I got second tab for translations at manufacturer page.

June 16, 2016 at 12:58 pm #48813

Hi,

In all OpenCart official releases manufacturers are not multilingual. Anyway, we are happy the problem is solved :)

BR,
ThemeBurn team

June 16, 2016 at 2:56 pm #48814

Thanks for the SEO patch.
I had trouble with my Category URL’s in the menu. They stayed on English and didn’t switch to Dutch.

I also cleared the BurnEngine Cache.. i have a feeling this also helped :)

Anyways, thanks for this thread.

June 16, 2016 at 3:11 pm #48815

We still need a valid screenshot url for Q10

BR,
ThemeBurn team

June 21, 2016 at 4:58 pm #48949
Viewing 15 posts - 1 through 15 (of 17 total)
  • You must be logged in to reply to this topic.