spatie / mailcoach-support

Questions and support for Mailcoach
https://mailcoach.app
31 stars 2 forks source link

Campaign summary #173

Closed RicardoRamirezR closed 4 years ago

RicardoRamirezR commented 4 years ago

Is this the new look? Captura de Pantalla 2020-04-30 a la(s) 5 18 29 p  m

sebastiandedeyne commented 4 years ago

Hi @RicardoRamirezR!

There were some CSS changes in the previous release. Republishing Mailcoach's assets should to the trick.

php artisan vendor:publish --tag mailcoach-assets --force

Although I assume you didn't, if you've customized Mailcoach's views you might need to apply some changes to the class names in resources/views/app/campaigns/sent/summary.blade.php. Here's an overview of what changed: https://github.com/spatie/laravel-mailcoach/pull/228/files#diff-2325a30bea9c2b1ebd5629631a330dd2

Happy upgrading! Feel free to ping back if you're still encountering issues.

RicardoRamirezR commented 4 years ago

Hi @sebastiandedeyne, thank you for looking at this.

I do have a

php artisan vendor:publish --tag mailcoach-assets --force

in the composer.json post-update-cmd

Captura de Pantalla 2020-05-04 a la(s) 8 49 59 a  m

I must say that I'm using Safari on Mac, the issue persist after upgrading to 2.11.3

RicardoRamirezR commented 4 years ago

Good day, please reopen this issue since is not fixed yet

sebastiandedeyne commented 4 years ago

Hi @RicardoRamirezR,

A few more things to try:

RicardoRamirezR commented 4 years ago

Hi @sebastiandedeyne

He we go:

THANK YOU!