UPDATE step by step

This topic has been marked as resolved.

Hi,

Can you write some description how I must update Kiddos Theme and BurnEngine or maybe you write some link to post about it? I tried find post about it but …

At this moment:
————————–
Kiddos v.1.2.2 (24.03.2017)
Burnengine 1.2.2
OpenCart 2.3.0.2
————————–

I understant, I must have the copy files and database. No problem, but after drag&drop files from your newest files to server on old files, files will be rewrited and after I will lose more things.

Language and etc.?

Styles (Settings, styles, colors and skins …). I will export and after import but I tried many times before ant always result was bad.

In Custom Stylesheet I have more codes. What about It?

I must do some changes after update in opencart admin?

May 25, 2018 at 12:12 pm #64339

Hi,

The upgrade (update) process has been described in details in theme documentation:

http://docs.themeburn.com/burnengine/upgrade/

BR,
ThemeBurn team

May 25, 2018 at 1:45 pm #64344

Thanks for your link, but you not answered in another questions. For example one of them

“In Custom Stylesheet I have more codes. What about It?”

May 25, 2018 at 2:13 pm #64351

Hi,

Depending on what is the purpose of each custom CSS rule – fix or modification, you should either remove it or keep it. Some fixes are already applied into the theme.

BR,
ThemeBurn team

May 25, 2018 at 2:49 pm #64357

Sure. I will try find in all my post what’s mean every code in customcss fileld and will write description for the future. After I will do some change and will see in frontend.

My personal problem is resolved!

Many thanks!!!

BR

May 25, 2018 at 3:00 pm #64359

Leaving the extra CSS won’t hurt, so you can skip the the effort to check each rule if you haven’t documented them.

BR,
ThemeBurn team

May 25, 2018 at 3:22 pm #64360

For what is used setings import/export. After update I see some changes in frontend. I looked in admin at the dublicate web (not updated) and to updated copyweb and don’t see some diferences but in frontend I see some changes. Exactly at this moment I checked that slider sisze is changed, mobile menu, cart icons and logo changed positions …

I imported setings setings “no-image-settings.png” but no change I see.

For what is used this import/export tool if I can’t see changes? Or where is my mistake.

Thanks!

BR

  • This reply was modified 2153 days ago by  gardenvista.
  • This reply was modified 2153 days ago by  gardenvista.
  • This reply was modified 2153 days ago by  gardenvista.
May 25, 2018 at 4:33 pm #64373

Hi,

1) Import/export tool is used to backup/restore your theme’s data.

2) Differences in front-end comes from updates.

- We’ve set a maximum width for fixed width sliders and now they do not scale up – only scale down.
- Logo position has been fixed in the most recent version that is about to come out soon. You can apply for the beta testing here:
http://support.themeburn.com/topic/opencart-3-0-compatibility-burnengine-1-3-beta
- Cart icons position can be customized with the offset option.

BR,
ThemeBurn team

May 28, 2018 at 10:39 am #64410

Hi,

1. I have no way to fix header and fireslider width differences?
2. Can you answer how I can manage in mobile – menu, cart icons and logo. Somwhere in offset option?
3. And where I can change button dimensions? Example in image – buton.png

BR

May 28, 2018 at 10:51 am #64413

1. In the first question above does not need to answer – I understood.

2. I just need to know how I can to trim logo, menu ir cart buttons in one line. Now logo is upper.

P. S.
I can’t remowe image I atached there. mobile-v.png. It’s not needed.

  • This reply was modified 2150 days ago by  gardenvista.
  • This reply was modified 2150 days ago by  gardenvista.
May 28, 2018 at 3:46 pm #64421

Hi,

The logo problem has been fixed with the most recent BETA version.

BR,
ThemeBurn team

June 5, 2018 at 3:39 pm #64541

Hi,

About what kind fix your are talking? I have newest update but logo and cart button is in two rows. Maybe all is good, but can your advice how I can to do all objects in one row?

BR

June 6, 2018 at 8:16 am #64550

Hi,

The code that you need is:

@media (max-width: 768px)
  #header .tbLogoCol {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

BR,
ThemeBurn team

June 13, 2018 at 3:12 pm #64640
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.