home page display problem

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!
willy
Posts: 4
Joined: 20 Apr 2021, 22:27

home page display problem

Post by willy » 07 Aug 2021, 12:13

Hi,
when i Try to load the Home page from the Aimeos demo shop. the elements are not displayed correctly.
In the Attachements you can the screenshot.
Attachments
Capture.jpg
Capture.jpg (66.94 KiB) Viewed 2952 times

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

Re: home page display problem

Post by aimeos » 07 Aug 2021, 12:57

The CSS and JS files are missing
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: home page display problem

Post by aimeos » 09 Aug 2021, 06:45

If you use Laravel, check if the CSS/JS files haven't been copied to the public/vendor/ directory, maybe you've missed to execute:

Code: Select all

php artisan vendor:publish --all
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply