Minor BUGs Continued…

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesBurnEngineMinor BUGs Continued…

This topic has been marked as resolved.

If it’s okay, I will post any and all minor bugs that I find in this thread so they are not spread between multiple threads, making them harder to track.

October 10, 2016 at 11:48 pm #52048

While you’re at it, it seems that the JS for the mega menu may need some tweaks as well. It seems that the width of the mega menu (when used horizontally) is not working properly. It’s apply a negative left margin and the width is not calculating properly.

Thanks,
Brett

October 10, 2016 at 11:48 pm #51965

***Minor BUG in System Settings > Colors > System > Pagination Colors:

Links bg (active): Not applying to correct element

This color setting is applying to the class for the text when it should be applying to the parent class for the wrapper that the text is inside of.

So far, this seems to apply globally to any instance where you are able to adjust pagination color settings (theme settings, categories layout – product module, etc.).

  • This reply was modified 2746 days ago by  TXVaporGuy.
October 12, 2016 at 9:31 pm #52049

***Minor BUG in Page Builder > System Page > Product > Search Page

Using System Blocks > Search Form:

The title section seems to have no effect on the block title “Search Criteria”. When you change font color, padding, border, etc. it does not seem to affect the displayed block title on the front-end. These things can be modified directly using CSS, but I wanted to bring it to your attention because the module block for Search Form has these adjustments available but they seem to have no functionality from the page builder.

  • This reply was modified 2745 days ago by  TXVaporGuy.
October 13, 2016 at 10:15 pm #52101

***Minor BUG in Front End > Product Page > Write A Review

Form group for Review description appears to have class .has-error applied by default.

I have tested this on both BurnEngine Pavilion and Technopolis and it seems to be there on both.

Just FYI, I am using Google Chrome browser.

Thank you,
Brett

  • This reply was modified 2740 days ago by  TXVaporGuy.
October 19, 2016 at 12:52 am #52270

***Minor BUG in Front End > Account > Address Book

Formatting of page is rather wonky. Easily fixable with CSS but it should not be this way by default.

Please see the screencast below:
http://www.screencast.com/t/o1RDb00f

October 20, 2016 at 8:19 pm #52326

Hi,

We will try to cover the reported bugs:

1) Links bg (active): Not applying to correct element

We’ve double checked the selector and it seem to be applied correctly on the pagination links (as stated).

2) Using System Blocks > Search Form

The problem here is that title settings should not be there. The title in the search form has never been intended to be anything but a plain text title. We will see, if we could enable settings for future versions.

3) Front End > Product Page > Write A Review

Open catalog/view/theme/BurnEngine/javascript/common.js, find this code line:

$(this).closest('tr, .form-group').addClass('has-error');

and insert this one before:

if ($(this).parent().is('.help') || $(this).parent().is('.help-block')) {
  return;
}

4) Front End > Account > Address Book

Removing

.table-responsive + .buttons {
  margin-top: -<?php echo $base * 1.5; ?>px;
}

from catalog/view/theme/BurnEngine/template/tb/css/opencart.tpl.css, should fix this problem.

5) Will have to take a more detailed look at the megamenu, so there is no quick fix for the moment.

BR,
ThemeBurn team

October 26, 2016 at 1:50 am #52480

@TB Support

1) Are you confirming that there is a bug in the class that is applied for this color or are you saying that there is no bug? If you need me to attach photos to show you, I can.

2) That seems appropriate, as there is a title for this block, it would be nice if some styles could be applied to it.

3) I appreciate your fix, is this something you will add to the next release? If not, please suggest some other way to solve this problem because I do not want to add code that will be overwritten in future updates.

4) Same as #3, is this something you will add to the next release? If not, please suggest some other way to solve this problem because I do not want to add code that will be overwritten in future updates.

5) I have been able to solve this by setting up the custom width of the mega menu. The way I had to do this was to set the custom width to “80%” but leave the setting in px in the selection to the right of the input box.

Thanks!

October 26, 2016 at 5:10 pm #52525

***Minor BUG in Page Builder > Builder Blocks > Mobile Sort Order

It seems that when you added the additional bootstrap classes that identified xs, the sort order of builder blocks in phone view (viewport < 480px) are not applied any longer.

October 26, 2016 at 10:59 pm #52532

***BUG in Extension > Extra Product Fields > OCMod File

It seems that there may be some PHP syntax missing in the OCMod file for this extension as it is causing a few things to break (when using other mods) in admin/catalog/product edit page.

Image attached

October 26, 2016 at 11:04 pm #52533

Hi,

1) There is no bug as far as how we understand this feature should apply :) If you see something wrong, maybe some screenshot will help us understand what exactly.

3 & 4) These will be provided with the next update, so no problem to edit theme files.

6) Can you please provide some screens or an example, so we can follow the order problem?

7) The screenshot you’ve attached and the extra code you’ve added (?>) would bring a PHP error or would do nothing at best. This is a closing PHP tag, but there is no opening one.

BR,
ThemeBurn team

October 30, 2016 at 9:04 pm #52660

@TB Support

1) As far as the pagination colors, please see attached images.

Showing the settings, please notice that active BG is set to #0088cc: http://www.screencast.com/t/QDVPPSnEQ

Showing the result on color, please notice how the background for the button isn’t changing, only the background for the actual text.
http://www.screencast.com/t/TCj3e83m

3 & 4) Sounds good, thank you.

6) ***Minor BUG in Page Builder > Builder Blocks > Mobile Sort Order
Here’s a quick screen capture to demonstrate the problem (hidden for privacy):

7) I am not sure if/where/when/why/how this extra closing tag is being added, but another developer brought it to our attention because his module (Admin CKEditor) is applied on the admin/catalog/product/edit page (just like BurnEngine Extra Product Fields Module) and because the code for your module, it causes the Meta Fields to be inserted into the edit box for CKEditor. That developer has written an OCMod to address the issue, but as soon as I refresh the mods, he informed me that it would go back to how it was. I just wanted to ask if you could please take a look at your code for Extra Product Fields to ensure that no extra opening or closing tags are being added.

Thank you!

October 31, 2016 at 7:31 pm #52705

Hi,

Latest update fixes all of the reported problems. There are only two left for future updates, since they appeared to be trickier to solve than we thought and will have more testing and(or) digging in:

- Search title styles
- Megamenu position

If you find any further problems with the latest version, please open a new topic. Thank you for all your assistance, mate :)

BR,
ThemeBurn team

November 4, 2016 at 2:04 am #52792
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.