BurnEngine (Pavilion 2) BETA bugs

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeBurnEngine (Pavilion 2) BETA bugs

This topic has been marked as not resolved.

@tecoad

Will create a separate rule for the close button.

Thanks for submitting the newsletter bug.

Is the subtotals error appearing with the default theme too? Generally, theme does not modify cart/checkout mechanics that would cause any difference from the default behavior.

We will check the SEO Pack and Live Seach problems, thanks for submitting them.

March 12, 2016 at 3:20 pm #45445

@spiruella

Unfortunately, we haven’t foreseen this option. Will have to think of something with upcoming updates.

March 12, 2016 at 3:23 pm #45446

@TXVaporGuy

The problem with images in wishlist page is confirmed.

About the tables usability on small screen devices; this is a very tricky thing in responsive design and there is no universal solution that is perfect. Generally, each table should be styled individually and that is what we’ve done for some important tables like those in the cart dropdown menu, cart page and checkout. You can use Bootstrap utility classes to show/hide cells or rows.

About the bug in the returns page, can you give us a link?

March 12, 2016 at 4:05 pm #45447

@TB Support, the bug can be found in the account returns page http://YOURDOMAIN.COM/account/return/add

March 12, 2016 at 5:51 pm #45448

@TB Support, ok, clearing cache works in every case except for one shop – I can’t make any changes in it now after trying to clear cache (which attempted had failed). Now, every time I want to save something or try to clear cache, the loading doesn’t end (until I reload whole page). I tried to switch back to default theme and back to the BurnEngine in this particular store, but it doesn’t do much. Is there any way it can be restored?

Also I have a very important problem with SSL certificate. I added custom html dropdown in menu, which contains few images. All browser treat it now as mixed content and doesn’t show connection as secure because of it. I don’t know if this is a bug, but it is a really big issue for sure. Can it be prevented? Any suggestions?

  • This reply was modified 2965 days ago by  PiotrCB.
  • This reply was modified 2965 days ago by  PiotrCB.
March 14, 2016 at 1:48 am #45477

Hi!
How I make edit “Theme_config’copyright’”?

March 14, 2016 at 10:52 am #45501

@TB Support

Something else that I’ve noticed (and would consider a bug) is the way that the page builder handles images inside of the text widget. When you place an image inside of the text widget, it adds styles and classes to the image. This (for some reason or another) causes the page to continuously load after you save the page itself.

The original source HTML in CK Editor:
<p style="text-align:center;"><img alt="" style="width: 80%;height: auto;max-width: 200px;" src="/image/catalog/Logos/test-image.png" /></p>

The source HTML after save:
<p style="text-align:center;"><span class="image-holder" style="max-width: px;"><span style="padding-top: 0%;"><img alt="" style="margin-top: -0%;" class="lazyload" src="/image/catalog/Logos/test-image.png" /></span></span></p>

You can see that it removed 100% of the styles that were originally placed on the image, as well as adding two classes: and image class=”lazyload”. It also removes the original inline styles and adds two sets of inline styles on its own. While I don’t mind placing this type of code using the HTML widget instead of the TEXT widget, it’s kind of annoying when you need to have images inline with text. Upon change, the widget saves fine but when you save the page, it never finishes loading even after the changes are reflected on the front end.

March 15, 2016 at 6:55 pm #45543

@TB Support

I regret to say that after trying to place the same code in the HTML widget, the same issue occurs.

Please look into this, I would consider this a pretty big bug.

March 15, 2016 at 7:02 pm #45544

@TB Support

If you wouldn’t mind, could you please explain the “Product Slider” widget?

I’m just doing a little testing to try to determine which elements may be best suited for a particular page and have applied the Product Slider widget but see no real point in it. The widget gives the option for the ratio of product image / product description but I am clearly missing something because I see no description, no slider navigation, no buttons, nothing more than an image for the product that links to the product. Perhaps an image showing a demo of how this is supposed to look would be beneficial.

Thanks!

March 15, 2016 at 7:38 pm #45546

@TB Support
Good afternoon!
I create a row of pages in the constructor. I do some 2 columns. For example, in the right insert text block. Column width should be 1/6 the width of the row. So, if in the left column to insert any block and leave it empty, the box on the right is at the left edge of the page, rather than the 5/6 to the right.
The same happens for all the blocks in a row, if the speakers are left empty.
Can I somehow fix it?
attaching photo. In the 2 row is inserted into the text block with the point
In the 4 row left column left empty

March 16, 2016 at 11:28 am #45548

@doctorzlo37

Have you disable the “Merge Empty” option in row settings?

March 17, 2016 at 10:32 am #45595

@TB Support

On Beta 12, livesearch doesnt show image, i check show image in admin, but doesnt show.

March 24, 2016 at 5:45 pm #45801

many times JS doesnt load if is cached

this file missed image/cache/tb/main_2a51925381dcfa6e58aa59d8c0464b90.script.js

March 26, 2016 at 7:51 pm #45837

BETA 14 released.

All of the reported issues have been fixed and the shared folder has been updated. Please, delete the BurnEngine folder before uploading the new beta.

The main focus of this release is OpenCart 2.2.0.0 compatibility. We don’t recommend to use this version though. It contains many show-stopper bugs and we expect 2.2.0.1 (or whatever the next version is) to be much more stable.

Also MegaFilter Pro compatibility has been improved. You should change your content selector to .tb_system_products in your module configuration. If you use ajax reload, you should add tbUtils.globalEval(($("#productsGlobalEval").val())); in the `afterRender` section of the `javascript custom code` setting. Here is an image to facilitate you.

@tecoad,
about the tax issue – we can’t confirm it. Can you please check if it doesn’t happen with the default theme too ?

@TXVaporGuy,
turn off the ‘Image lazy loading’ setting and the style of the <img element will stop being overwritten. This deprives you of the ‘lazy loaded images’ optimization though. Also the margins have steps. The value should be divisible by 5, so 1-4 are not valid values.

@PiotrCB,
when you add custom HTML, your local image links should begin with // in order to avoid issues with SSL:
<img src='//mysite.com/img.jpg' />

@adimpacto,
The image issue with live search has been fixed. We will look into the JS issues.

@spiruella,
the footer per store issue will be fixed with the next release.

If we missed something, do not hesitate to write here.

Regards,
ThemeBurn team

March 28, 2016 at 2:56 pm #45851

TB Support, here are the credentials to my site:

 evilfx
March 29, 2016 at 4:57 pm #45929
Viewing 15 posts - 226 through 240 (of 279 total)
  • The topic ‘BurnEngine (Pavilion 2) BETA bugs’ is closed to new replies.