Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to add labels for screen readers to social buttons?
Where are you testing it? On a 2.1 installation or on this forum? The social buttons here (running 2.2) have a hidden span saying "Share on Facebook", for example. If that doesn't work with… (View Post)3 -
Re: How to add labels for screen readers to social buttons?
I believe that the social sign in buttons are section 508 compliant as of vanilla 2.2 (View Post)2 -
Re: Any way to use 24 hour format instead of AM/PM?
Yes, add this to your conf/locale.php (or create it if it doesn't exist). <?php$Definition['Date.DefaultDateTimeFormat'] = '%B %e, %Y %H:%M';$Definition['Date.DefaultTimeFormat'] = '%H:%M'; (View Post)2 -
Re: Asset Pipeline for Vanilla
For CSS, most of that is already in the core, see c(Garden.CombineAssets) but in an experimental state afaik. There is also the Consolidate plugin, which is compatible with 2.1x +1 for async (or defe… (View Post)2 -
Re: Why is there so much markup in php files?
@yourfavorite Just looked at your prototype which looks really nice. For implementing it in vanilla, I'd rip out the header and panel entirely. You could just add this in your template to have the ca… (View Post)3