How To Properly Install My Own Theme Which Based On The Responsive Theme

Hello,

I have cloned the Responsive theme and on that base I have created my own theme on the dev site Now it is time to push this theme to the live site.

I have played with this a bit on my second dev site where I am checking thing before they will go live.

The steps I took:

1. Export all the layouts that i used on my_theme

2. Copied files from design/themes/my_theme to var/themes_repository/my_theme

3. my_theme appears in when I browsed available themes

4. Installed my_theme and enabled it to import layouts but that was result 502 error and I wasn't able to do anything.

Could you tell me what the steps are to properly install theme created from cloned theme, please?

I will much appreciate any guidance or advise.

Many thanks

Try

1. Export all the layouts that i used on my_theme

2. Clone current (or responsive) theme on live website (call it my_theme)

3. Copy files from design/themes/my_theme on dev store to design/themes/my_theme on live store

4. Import layouts

I tried what you suggest and it's end with only part success as I can't see any of my css styles applied to it also few images are gone.

but at the end it is not looking as it should :(

Do you know from where and where to paste theme styles, please?

https://drive.google.com/file/d/1tKeVV5ou5QCcdPsYBLmCqs33CUfXxE1C/view?usp=sharing

I tried what you suggest and it's end with only part success as I can't see any of my css styles applied to it also few images are gone.

but at the end it is not looking as it should :(

Do you know from where and where to paste theme styles, please?

https://drive.google.com/file/d/1tKeVV5ou5QCcdPsYBLmCqs33CUfXxE1C/view?usp=sharing

I have sort that out now only banners are missing.

Do you guys know where the banners are stored or maybe there is a way to export/import them?

Many thanks for any help

There is no way to export/import banners

You should check the following tables in database:

- banners

- banner_descriptions

- banner_images

and files here:

CSCART_ROOT/images/promo

There is no way to export/import banners

You should check the following tables in database:

- banners

- banner_descriptions

- banner_images

and files here:

CSCART_ROOT/images/promo

That sorted my problem, thanks for your help :)