Search found 8 matches

by nunomira
28 May 2020, 10:32
Forum: Laravel package
Topic: CSS3 variables in 2020.04
Replies: 6
Views: 1838

Re: CSS3 variables in 2020.04

Now it's working, thanks!

I could have looked at composer.json and see I wan't on 2020.04!
:lol:
by nunomira
28 May 2020, 09:35
Forum: Laravel package
Topic: CSS3 variables in 2020.04
Replies: 6
Views: 1838

Re: CSS3 variables in 2020.04

Hi! Thanks. No, I didn't do anything like that. I thought I had to create a CSS file with that code and simply add it the app.blade.php , before the theme's CSS. But now I have tried [/code]php artisan vendor:publish --all[/code] but still nothing happens. What do you mean by updating my installatio...
by nunomira
27 May 2020, 18:54
Forum: Laravel package
Topic: CSS3 variables in 2020.04
Replies: 6
Views: 1838

Re: CSS3 variables in 2020.04

Thanks! First I felt really stupid for not being able to copy-paste the code correctly. But now that I've corrected the code, it still doesn't work. I tried .aimeos { --ai-primary: #FF0000; --ai-primary-light: #FF0000; --ai-secondary: #FF0000; --ai-light: #FF0000; --ai-bg: #FF0000; } But nothing cha...
by nunomira
27 May 2020, 18:45
Forum: Laravel package
Topic: Change Password
Replies: 2
Views: 1340

Re: Change Password

Thanks!
by nunomira
26 May 2020, 17:44
Forum: Laravel package
Topic: Change Password
Replies: 2
Views: 1340

Change Password

I have just installed Aimeos 2020.04 using

Code: Select all

composer create-project aimeos/aimeos myshop
on Homestead

Is there a screen to change the password for the User? And for the Admin?
Or is something that I have to implement myself?
I'm familiar with Laravel, so no problem. Just curious!
:D
by nunomira
26 May 2020, 17:09
Forum: Laravel package
Topic: CSS3 variables in 2020.04
Replies: 6
Views: 1838

CSS3 variables in 2020.04

I have just installed Aimeos 2020.04 using composer create-project aimeos/aimeos myshop and tried the CSS example aimeos { --ai-primary: #FFA840; --ai-primary-light: #FFB850; --ai-secondary: #555; --ai-light: #D0D0D0; --ai-bg: #FFF; } mentioned in the announcement but nothing happens. I've added thi...
by nunomira
10 May 2020, 09:50
Forum: Laravel package
Topic: Profile page Error
Replies: 3
Views: 2072

Re: Profile page Error

Hi,

Thank you!
It's working now.
:)
by nunomira
09 May 2020, 18:31
Forum: Laravel package
Topic: Profile page Error
Replies: 3
Views: 2072

Profile page Error

Laravel 7.10.3 Aimeos 2020.04 PHP 7.4.5 Homestead 10.8.0 Windows 10 I have created a new Laravel project, than installed Aimeos following the guide. When I register as a user, and click on the "Profile" link, I'm taken to http://myshop.test/profile?site=default&locale=en&currency=E...