how to customize the default, footer etc ..
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 7
- Joined: 10 Apr 2025, 00:37
how to customize the default, footer etc ..
am trying to customize the footer , header , and home page slider for the default theme also where to change the slider images because the slider is not showing in the cms
Re: how to customize the default, footer etc ..
The footer is part of the base Blade template and the header is a combination of code from the same template and the output of some HTML client components: https://github.com/aimeos/aimeos-larave ... .blade.php
You can override that template in your application like described here:
https://aimeos.org/docs/latest/laravel/ ... -templates
The main slider is from the catalog/home component:
https://github.com/aimeos/ai-client-htm ... e/body.php
Overriding the HTML client templates is documented here:
https://aimeos.org/docs/latest/frontend ... templates/
You can override that template in your application like described here:
https://aimeos.org/docs/latest/laravel/ ... -templates
The main slider is from the catalog/home component:
https://github.com/aimeos/ai-client-htm ... e/body.php
Overriding the HTML client templates is documented here:
https://aimeos.org/docs/latest/frontend ... templates/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
