Pierre Saikali
Pierre Saikali
Wow, really impressive. I've been using this library for a couple of years and it's VERY helpful, I'm quite excited to try this out. Massive thanks for everybody who worked...
Came here to open this issue too, can confirm! ```Field::make( 'select', 'email_template_for_password_reset_link', __( 'Template : lien de modification de mot de passe', 'freebulle' ) )->add_options( [ '\Freebulle\Emails', 'get_transactional_templates' ] ),```...
Sorry, the call is not made on all admin pages. It's triggered randomly and I can't seem to find a common event for all these calls.
Can confirm, this is still a bug (using GrotaRounded custom font for instance) on Android. But @emin93 weird workaround works indeed!
I think we should wait to fix this issue, here's why. I started working on a fix for that in a separate forked repo: https://github.com/psaikali/Co-Authors-Plus/commit/2ac1afbacaec965bbd35bbdd569b8eeb3c160c03  As you can see,...
If that means that we could duplicate the /views/ folder in an existing theme to override some templates (and easily add any custom fields, regarding our last discussion ;), that...
Awesome ! Let us know when that's available :) Cheers
Your plugin works great, thank you ! Just a thought : it'll be good to be able to filter the 'fb-login-button.png' image so we can display another image (non-English sites...
BTW a few strings were not translated in French, I updated the .po file. You can download it via http://cl.ly/YHI3. Sorry if that's not the best place to share this...
The issue here is located in the PHP API, not @giak code: `->getSmtpTemplates( true, 500 )` results in: ``` [400] Client error: `GET https://api.sendinblue.com/v3/smtp/templates?templateStatus=1&limit=500&offset=0&sort=desc` resulted in a `400 Bad Request`...