Change Main Banners in Berlin Theme

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
briajer
Posts: 15
Joined: 18 Oct 2022, 15:43

Change Main Banners in Berlin Theme

Post by briajer » 18 Oct 2022, 19:15

How can I change the main banners in the Berlin Theme?

I have located the config reference here:
/home/aimeos/myshop/vendor/aimeos/aimeos-core/setup/default/data/demo-catalog.php: 'url' => 'https://aimeos.org/media/default/main-banner-1-big.webp',

Changing the URL and restarting Apache didn't make a difference.

Any help with this would be appreciated.

User avatar
aimeos
Administrator
Posts: 7905
Joined: 01 Jan 1970, 00:00

Re: Change Main Banners in Berlin Theme

Post by aimeos » 19 Oct 2022, 07:08

If you want to change the category images (home page content is from the root category and it's sub-categories), go to the Catalog > Categories panel, select the category and click on the "Media" tab where you can add or replace the images.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

briajer
Posts: 15
Joined: 18 Oct 2022, 15:43

Re: Change Main Banners in Berlin Theme

Post by briajer » 19 Oct 2022, 20:39

Hi,

It's not the categories media, I have managed to add those for categories I have created.

It is the 3 default slides/banners that are part of the Berlin theme.
main-banner-1
main-banner-2
main-banner-3

/home/aimeos/myshop/vendor/aimeos/aimeos-core/setup/default/data/demo-catalog.php: 'url' => 'https://aimeos.org/media/default/main-banner-1-big.webp

These are referenced directly to the Aimeos website aimeos.org/media.

I will probably have to go down the route of custom theme but would like to quickly change the 3 images if possible?

Image

Image

Thanks

User avatar
aimeos
Administrator
Posts: 7905
Joined: 01 Jan 1970, 00:00

Re: Change Main Banners in Berlin Theme

Post by aimeos » 20 Oct 2022, 11:06

These are images of the sub-categories you can change in the Catalog > Category > Media panel.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

briajer
Posts: 15
Joined: 18 Oct 2022, 15:43

Re: Change Main Banners in Berlin Theme

Post by briajer » 20 Oct 2022, 11:44

Thanks, Easier than I though it would be.
I was digging through the php files

Post Reply