New Theme but default files still used

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
grath
Posts: 5
Joined: 29 Mar 2023, 22:21

New Theme but default files still used

Post by grath » 29 Mar 2023, 22:25

I created a new theme. However, for some files the default theme is still used:

2023-03-29 16:09:31 /vendor/shop/themes/default/catalog-detail.css?v=1 ~ 0s
2023-03-29 16:09:31 /vendor/shop/themes/default/slider.js?v=1 ......... ~ 0s
2023-03-29 16:09:31 /vendor/shop/themes/default/catalog-detail.js?v=1 . ~ 0s
2023-03-29 16:09:31 /vendor/shop/themes/mytheme/catalog-session.css?v=1 ~ 0s
2023-03-29 16:09:31 /vendor/shop/themes/mytheme/assets/roboto-condensed-v19-latin-regular.woff2 ~ 0s
2023-03-29 16:09:31 /vendor/shop/themes/mytheme/catalog-session.js?v=1 ~ 0s

Why is this?

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

Re: New Theme but default files still used

Post by aimeos » 30 Mar 2023, 07:38

Most likely, your cache contains an old page. Clear the cache with:

Code: Select all

php artisan aimeos:clear
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

grath
Posts: 5
Joined: 29 Mar 2023, 22:21

Re: New Theme but default files still used

Post by grath » 30 Mar 2023, 20:09

Thanks for your reply, which solve the problem. I had tried php artisan cache:clear, but that didn't work.

Post Reply