Changeset 2975304
- Timestamp:
- 10/05/2023 04:09:36 PM (2 years ago)
- Location:
- cf7-custom-spinner
- Files:
-
- 8 deleted
- 4 edited
-
assets/banner-1544x500.png (deleted)
-
assets/banner-772x250.png (deleted)
-
assets/screenshot-1.gif (deleted)
-
assets/screenshot-2.gif (deleted)
-
assets/screenshot-3.gif (deleted)
-
tags/1 (deleted)
-
tags/2 (deleted)
-
tags/2.0.1 (deleted)
-
tags/2.0.2/cf7-custom-spinner.php (modified) (1 diff)
-
tags/2.0.2/readme.txt (modified) (1 diff)
-
trunk/cf7-custom-spinner.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cf7-custom-spinner/tags/2.0.2/cf7-custom-spinner.php
r2973523 r2975304 8 8 * @wordpress-plugin 9 9 * Plugin Name: Custom Spinner for Contact Form 7 10 * Plugin URI: https://wordpress.org/plugins/cf7-custom-spinner/11 10 * Description: Customize the spinning Loader Animation of Contact Form 7 12 11 * Version: 2.0.2 -
cf7-custom-spinner/tags/2.0.2/readme.txt
r2973523 r2975304 59 59 Thanks a lot to [Takayuki Miyoshi](https://ideasilo.wordpress.com/) for the great Contact Form 7 plugin. Thanks a lot to [Tobias Ahlin](http://tobiasahlin.com/) for creating the beautiful CSS only loading spinners. 60 60 61 == Screenshots ==62 63 1. Customize the spinner64 2. Test it live on your site (this shows the spinner animation immediately without the need to click the submit button on your form)65 3. The custom spinner in action66 67 == Frequently Asked Questions ==68 69 = At some point the customized spinner suddenly stopped working, how can I fix it? =70 71 Just open the settings page in the WordPress Admin and save the settings. This should fix the problem.72 73 = Will it work with the theme I'm using? =74 75 Of course I can't guarantee that, but actually the plugin should work with every theme.76 77 = What about Web Browser compatibility? =78 79 This plugin uses pure CSS animations, which are supported in the latest version of all major browsers. Browsers with support for CSS animations make up about 95% of all usage worldwide. Browsers that do not support CSS animations will display the loader without animation.80 81 = What about performance? =82 83 The CSS code is not generated each time a page is requested but only when saving the settings, so you don't have to worry about any negative performance effects.84 85 = What about page size? =86 87 The plugin only adds some CSS code. It does not use images. It does not generate additional server requests. The size of the CSS code depends on the complexity of the anmiation. The most complex animation generates additional CSS code of about 3 KB. Nothing to worry about.88 89 = Is it possible to prevent the CSS code from being loaded on pages where it is not needed? =90 91 The CSS code generated by the Contact Form 7 Custom Spinner plugin automatically is not added to a page on which you prevented the Contact Form 7 stylesheet from being loaded. You don't have to care about this.92 93 61 == Changelog == 94 62 -
cf7-custom-spinner/trunk/cf7-custom-spinner.php
r2973523 r2975304 8 8 * @wordpress-plugin 9 9 * Plugin Name: Custom Spinner for Contact Form 7 10 * Plugin URI: https://wordpress.org/plugins/cf7-custom-spinner/11 10 * Description: Customize the spinning Loader Animation of Contact Form 7 12 11 * Version: 2.0.2 -
cf7-custom-spinner/trunk/readme.txt
r2973523 r2975304 59 59 Thanks a lot to [Takayuki Miyoshi](https://ideasilo.wordpress.com/) for the great Contact Form 7 plugin. Thanks a lot to [Tobias Ahlin](http://tobiasahlin.com/) for creating the beautiful CSS only loading spinners. 60 60 61 == Screenshots ==62 63 1. Customize the spinner64 2. Test it live on your site (this shows the spinner animation immediately without the need to click the submit button on your form)65 3. The custom spinner in action66 67 == Frequently Asked Questions ==68 69 = At some point the customized spinner suddenly stopped working, how can I fix it? =70 71 Just open the settings page in the WordPress Admin and save the settings. This should fix the problem.72 73 = Will it work with the theme I'm using? =74 75 Of course I can't guarantee that, but actually the plugin should work with every theme.76 77 = What about Web Browser compatibility? =78 79 This plugin uses pure CSS animations, which are supported in the latest version of all major browsers. Browsers with support for CSS animations make up about 95% of all usage worldwide. Browsers that do not support CSS animations will display the loader without animation.80 81 = What about performance? =82 83 The CSS code is not generated each time a page is requested but only when saving the settings, so you don't have to worry about any negative performance effects.84 85 = What about page size? =86 87 The plugin only adds some CSS code. It does not use images. It does not generate additional server requests. The size of the CSS code depends on the complexity of the anmiation. The most complex animation generates additional CSS code of about 3 KB. Nothing to worry about.88 89 = Is it possible to prevent the CSS code from being loaded on pages where it is not needed? =90 91 The CSS code generated by the Contact Form 7 Custom Spinner plugin automatically is not added to a page on which you prevented the Contact Form 7 stylesheet from being loaded. You don't have to care about this.92 93 61 == Changelog == 94 62
Note: See TracChangeset
for help on using the changeset viewer.