New Theme but default files still used
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
New Theme but default files still used
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?
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?
Re: New Theme but default files still used
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,
give us a star
If you like Aimeos,

Re: New Theme but default files still used
Thanks for your reply, which solve the problem. I had tried php artisan cache:clear, but that didn't work.