Information

This topic has been marked as not resolved.

Yes we have vqmod, and i uploaded all files from the download to installation folder.

Can i check if its correctly applied or ?

April 8, 2017 at 3:24 pm #58168

i used win merge to check catalog/view/theme/BurnEngine/template/product/product.tpl
And they are identical

April 8, 2017 at 3:28 pm #58169

Hmm it seems it fixed it self :D

April 11, 2017 at 4:10 pm #58196

Btw i have 1 question:
Is it possible to remove http://prntscr.com/ev60mx quantity box in product display ?
Regards

April 11, 2017 at 6:10 pm #58198

Hi,

You cannot remove the input field, but you can hide it with some CSS:

.tb_input_wrap {
  display: none;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

April 12, 2017 at 12:26 am #58214

http://prntscr.com/evgd6s i did it like these but nothing hapens on front page http://prntscr.com/evgdeb

April 12, 2017 at 11:53 am #58244

Hi,

Your custom CSS had a broken rule at the bottom. We’ve fixed it, added the code from our previous post, cleared cache and the input is now hidden.

BR,
ThemeBurn team

April 19, 2017 at 12:38 am #58386

Hi,
Ty it works now, i have another questions:

When i do speed test, one product uses modified product 2 and one product uses modified product 3 but the speed is different on google speed test for mobile version:

Why could that be, and some side note whe i remove picture the good scoring product has bad score.
Regards

  • This reply was modified 2555 days ago by  pantasd.
April 20, 2017 at 3:47 pm #58438

Hi,

There are third party extensions on the product page. They load extra CSS files that we cannot combine with existing theme stylesheet. This is the difference with home page and that is why page speed is different too.

Can’t be sure about removing the product images.

BR,
ThemeBurn team

April 27, 2017 at 7:34 am #58588

Oki can the name of the extension be seen so i ask the developer if something can be done.
Regards

April 27, 2017 at 12:11 pm #58597

Hi,

Cannot say for sure. The best way is to disable your third party extensions one by one and then run the test again.

BR,
ThemeBurn team

April 30, 2017 at 3:07 am #58655

Hi,
I need again some help and btw your http://pavilion-theme.com/ is expired :

1) How do i add here more font here http://prntscr.com/f2hjig for example its open sans but if i change the font i cant get it back to open sans because its not on the list.

2) http://prntscr.com/f2hjym is it possible to remove or hide just write a review ?

3) When will you have some time for custom projects ? i need blog entries to be written in sitemap.

4) I want to display search icon on mobile view in the header, what code should i use for that ?

Regards

April 30, 2017 at 1:05 pm #58668

Hi,

1) You need to find some extension that modifies the default OC editor. We make no changes there.

2) Here is some extra CSS that will do the job:

.tb_review_write {
  display: none;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

3) Can’t say for sure. For the moment we can barely handle theme support and have many things on our “to do” list.

4) You cannot display search as a menu, but you can show the entire search bar. Just add this class:

tbMobileShow

and remove this one:

tbMobileMenuShow

More information about customizing mobile menu can be found here:

http://docs.themeburn.com/burnengine/header/mobile/

BR,
ThemeBurn team

May 2, 2017 at 12:17 am #58696

Hi,
1) is it possible to make the http://prntscr.com/f36jei clickable and to point to reviews ?

Regards

May 2, 2017 at 1:18 pm #58727

Hi,
I have 1 more question and plz check the questions above.

What causes these errors:

2017-05-02 17:38:54 – PHP Warning: fopen(/var/www/html/system/storage/cache/tb/cache.BE.area_contents.header_global.intro_global.content__default.column_right_global.footer_global.0.en-gb.-select-1-from-select-count-concat-select-select-unhex-hex-concat-0x217e21-0x4142433134355a5136324457514146504f4959434644-0x217e21-from-information_schema.-tables-limit-0-1-floor-rand-0-2-x-from-information_schema.-tables-group-by-x-a-.ssl.EUR.1493761134): failed to open stream: File name too long in /var/www/html/system/vendor/BurnEngine/library/Cache.php on line 54
2017-05-02 17:38:54 – PHP Notice: Error while trying to create /var/www/html/system/storage/cache/tb/cache.BE.area_contents.header_global.intro_global.content__default.column_right_global.footer_global.0.en-gb.-select-1-from-select-count-concat-select-select-unhex-hex-concat-0x217e21-0x4142433134355a5136324457514146504f4959434644-0x217e21-from-information_schema.-tables-limit-0-1-floor-rand-0-2-x-from-information_schema.-tables-group-by-x-a-.ssl.EUR in /var/www/html/system/vendor/BurnEngine/library/Cache.php on line 57
2017-05-02 17:38:54 – PHP Warning: flock() expects parameter 1 to be resource, boolean given in /var/www/html/system/vendor/BurnEngine/library/Cache.php on line 60
2017-05-02 17:38:54 – PHP Warning: flock() expects parameter 1 to be resource, boolean given in /var/www/html/system/vendor/BurnEngine/library/Cache.php on line 64
2017-05-02 17:38:54 – PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/system/vendor/BurnEngine/library/Cache.php on line 65

May 3, 2017 at 6:21 pm #58744
Viewing 15 posts - 16 through 30 (of 31 total)
  • You must be logged in to reply to this topic.