(= Google Spreadsheet, everyone with this link can comment the spreadsheet!)
We are linked from http://comparewp.org now, thanks! :)
- Just comment on the comparison spreadsheet - see link above
- Or contact me via http://genesisthemes.de/en/contact/
| <?php | |
| /** | |
| * Gravity Wiz // Gravity Forms // Map Submitted Field Values to Another Field | |
| * | |
| * Preview your Gravity forms on the frontend of your website. Adds a "Live Preview" link to the Gravity Forms toolbar. | |
| * | |
| * Usage | |
| * | |
| * 1 - Enable "Allow field to be populated dynamically" option on field which should be populated. | |
| * 2 - In the "Parameter Name" input, enter the merge tag (or merge tags) of the field whose value whould be populated into this field. |
| # Don't show errors which contain full path diclosure (FPD) | |
| # Use that line only if PHP is installed as a module and not per CGI | |
| # try using a php.ini in that case. | |
| # Change mod_php5.c to mod_php7.c if you are running PHP7 | |
| <IfModule mod_php5.c> | |
| php_flag display_errors Off | |
| </IfModule> | |
| # Don't list directories | |
| <IfModule mod_autoindex.c> |
(= Google Spreadsheet, everyone with this link can comment the spreadsheet!)
We are linked from http://comparewp.org now, thanks! :)
Install on OS X: sudo gem install sass
Version info: sass -v
| _abercrombie | |
| _account | |
| _adidas | |
| _advantage | |
| _alviero | |
| _article | |
| _asics | |
| _babe | |
| _backup | |
| _barata |
| <?php | |
| /** | |
| * Adds support for `admin.css` (with child-theme support) | |
| * | |
| * You can use this to style anything from edit buttons on the frontend | |
| * to customizing your admin screen for logged in users | |
| * | |
| * @link http://codex.wordpress.org/Function_Reference/wp_enqueue_script | |
| */ | |
| add_action( 'admin_enqueue_scripts', 'theme_admin_styles' ); |