Περιγραφή
Based on slabText – a jQuery plugin for producing big, bold & responsive headlines (https://github.com/freqDec/slabText), this plugin allows you to create great, big, bold & responsive headlines that resize to the viewport width with a WordPress shortcode.
Χρήση
[slabtext]
[slab]line 1[/slab]
[slab]line 2[/slab]
[slab]line 3[/slab]
[slab]line 4[/slab]
[/slabtext]
Styling per line
[slabtext]
[slab color=”#000″ font=”Open Sans” transform=”uppercase”]line 1[/slab]
[slab]line 2[/slab]
[slab color=”#FFF” font=”Arial”]line 3[/slab]
[slab]line 4[/slab]
[/slabtext]
*** PHP needs to be at minimum v.5.3 for this plugin to work ***
Εγκατάσταση
- Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation
- Activate the Plugin from Plugins page
Συχνές Ερωτήσεις
-
Yes, here is an example:
[slabtext]
[slab]My responsive title[/slab]
[/slabtext]
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“WP Responsive Auto Fit Text” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WP Responsive Auto Fit Text” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.1
- Initial Revision
0.2
- Added shortcode parameters/attributes: color, font, transform
0.3
- Security patch, thanks to theviper17 and patchstack.com for reporting