PluginProbe
LoftLoader / trunk
LoftLoader vtrunk
trunk 1.0.0 1.0.1 1.0.2 2.0.0 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.3 2.3.1 2.3.2 2.3.3 All 34 releases
loftloader / readme.txt

readme.txt in LoftLoader trunk, at readme.txt

232 lines 10.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === LoftLoader ===
2 Contributors: loftocean
3 Tags: preloader, page preloader, animated preloader, CSS3 preloader, customizable loader,
4 Donate link:
5 Requires at least: 5.0
6 Tested up to: 7.0
7 Requires PHP: 5.6
8 Stable tag: 2.5.3
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 An easy to use plugin to add an animated preloader to your website with fully customisations.
13
14 == Description ==
15
16 Small and powerful. LoftLoader helps you to add a beautiful animated preloader to your website, and have full control of its look, without writing any code.
17
18 [youtube https://www.youtube.com/watch?v=zxiF5hHU1kc]
19
20 = Features & Options =
21 * Enhanced settings panel with WordPress Customizer.
22 * Pure CSS3 animations for better performance. Works in any modern browser.
23 * Use JavaScript to detect if the page is fully loaded.
24 * 5 ending animation effects.
25 * 7 loading animation effects. 2 of them support custom image.
26 * Unlimited background color. Also can change the opacity.
27 * Unlimited loader color.
28 * Can add different loaders for different pages on one site (New feature since v2.0. Only works for “Pages”.).
29 * Responsive & retina ready.
30 * Option to enable/disable the preloader.
31 * Option to enable preloader on site homepage only.
32 * Close button to quit the loading screen. Users can set when to show the close button (range: 5 to 20 seconds), and customize the close button text.
33 * Ready for translation (.pot file included).
34 * Light weight, fast. Coded with SASS. CSS & JS minified.
35
36 = Online Documentation =
37 To know how to use the plugin, please click the link to check [online documentation](http://loftocean.com/doc/loftloader/). It’s the documentation of Pro version. But you can still find Lite version features details in it.
38
39 = How to contact us =
40 If you have any questions or encounter a problem while using LoftLoader, please [create a topic in the support forum](https://wordpress.org/support/plugin/loftloader). If you contact us via email, please indicate that your question corresponds to LoftLoader Lite.
41
42 = To speed along the support request, please follow the steps below =
43 * Update to the latest versions of your WordPress, themes and plugins.
44 * Check [online documentation](http://loftocean.com/doc/loftloader/) and [FAQ](https://wordpress.org/plugins/loftloader/#faq) first.
45 * Test by [following this guide](https://wordpress.org/support/topic/how-to-check-for-conflicts/) to check if it is a conflict with other plugins or themes.
46 * If you still cannot find a solution, please contact us.
47 * When submit your support request, please [follow the guide](https://wordpress.org/support/topic/please-read-before-posting-63/).
48
49
50 = Pro Version =
51 LoftLoader Pro is available. [Upgrade to pro version](https://codecanyon.net/item/loftloader-pro-preloader-plugin-for-wordpress/17339671?ref=LoftOcean) and get more stunning features!
52
53 * Handpick - Turn the preloader on for specific pages or posts.
54 * Hide the preloader for picked post types - products, portfolios, etc.
55 * Option to display the preloader once per visitor session.
56 * Support gradient background color, full background image, and repeating background pattern.
57 * More ending animations.
58 * Loader - 19 types of animations to choose. 6 of them support custom images.
59 * Looping - Animation can be set to loop forever, and some animations can be set to run just once (ends after page has loaded).
60 * Progress - Progress bar, counting percentage, or both. Any color. Position, size & font control.
61 * Message - Enter your custom welcome or loading message to display. Control color, position & font. And supports Random Message feature.
62 * Load Time - Set a minimum load time to prevent the pre-loader from disappearing too fast.
63 * Device Control - Choose to show the loading screen on all devices, or hide on mobile, or show on mobile only.
64 * Option to enable smooth page transition effect. [Check the example](http://demo.loftocean.com/loftloader-transition/).
65 * Choose to save customize styles as inline styles in <head> or as an external .css file.
66 * Option to disable page scrolling while loading.
67 * Can add different loaders for different Pages, Posts and custom post types (such as portfolios, products, etc.) on one site.
68 * Users can choose which elements to detect during the loading process (All elements / Images / Videos / Images & Videos).
69 * Purchase once, free lifetime update with new features.
70
71 Check some [examples](http://www.loftocean.com/loftloader/example-13/) created by pro version.
72
73 **Please note**: Although you may find that LoftLoader Lite (the free version) can run on older versions of WordPress (below v4.7), **LoftLoader Pro only supports WordPress v4.7 or higher**. Because the Pro version has more features than the Lite version, including some new features introduced after WordPress 4.7. We always recommend using the latest versions of WordPress to ensure compatibility with your theme and other plugins.
74
75 == Installation ==
76
77 1. Install the plugin either via the WordPress.org plugin directory, or by uploading the files to your server (in the /wp-content/plugins/ directory).
78 2. Activate the LoftLoader plugin through the 'Plugins' menu in WordPress.
79 3. In the WordPress administration screen, go to Settings > LoftLoader Lite, check the settings there.
80
81 == Frequently Asked Questions ==
82
83 = No changes on activation/deactivation =
84 - If you have installed any caching plugins then clear the cache.
85
86 = LoftLoader doesn’t work properly =
87 - If your site is using a cache/performance optimization plugin, it might move all JavaScript on your site into the footer of your page. But the JavaScript of LoftLoader needs to be put in the < head > of a page so it can be executed as soon as possible. Many cache/performance optimization plugins have the “exclude” feature which allows to skip some code/files from being aggregated and minimized. To solve this kind of problem, please exclude files of LoftLoader.
88
89 == Screenshots ==
90
91 1. LoftLoader settings panel
92 2. LoftLoader background settings
93 3. LoftLoader loader settings
94 4. Pro version: Settings Panel
95 5. Pro version: Custom Image Loading
96 6. Pro version: Gradient Background
97 7. Pro version: Background Image
98 8. Pro version: Load Time, Device Control & Smooth Page Transition
99
100 == Changelog ==
101 = 2.5.3 =
102 * Fixed: Minor compatibility error in PHP 8.4 and later
103
104 = 2.5.2 =
105 * Improved: Compatibility with WordPress 6.9
106
107 = 2.5.1 =
108 * Fixed: Undefined property issue on file class-loftloader-front.php
109
110 = 2.5.0 =
111 * Improved: Settings panel style refined
112 * Improved: Compatibility with WordPress 6.6
113
114 = 2.4.0 =
115 * New: New ending animation - "No Animation"
116 * Fixed: Compatibility with third party plugin "Disable Blog"
117 * Improved: Compatibility with WordPress 6.1
118
119 = 2.3.8 =
120 * New: Option to remove plugin data after deactivating the plugin
121 * Improved: Compatibility with WordPress 5.9
122
123 = 2.3.7 =
124 * Improved: Compatibility with WordPress 5.8
125
126 = 2.3.6 =
127 * Improved: Added width and height attributes to image elements
128 * Improved: Removed most of non-composited animations
129
130 = 2.3.5 =
131 * Improved: Compatibility with WordPress 5.6
132
133 = 2.3.4 =
134 * Fixed: Potential compatibility issues with some themes in rare cases
135
136 = 2.3.3 =
137 * Improved: Potential compatibility issues in some rare cases
138
139 = 2.3.2 =
140 * Improved: Compatibility with WordPress 5.5
141
142 = 2.3.1 =
143 * Fixed: The preview area is not displayed when setting the loader
144
145 = 2.3 =
146 * Improved: Hide loader when opening theme customizer
147 * Improved: Hide loader when editing content with a third-party page builder plugin
148 * Improved: Added a data attribute when the loader is created with Any Page Extension feature (for better debugging)
149 * Fixed: Potential conflicts with Gutenberg when Any Page Extension feature is enabled
150 * Fixed: Minor CSS issues
151
152 = 2.2.2 =
153 * Improved: Compatibility with lazy loading feature
154 * Improved: The same JS code is loaded no matter how to load LoftLoader JavaScript code (External or Inline)
155 * Fixed: Any page shortcode inherits the global settings as default settings
156
157 = 2.2.1=
158 * Fixed: Max Load Time did not work when choosing to load LoftLoader JavaScript as inline JavaScript
159
160 = 2.2.0
161 * New: Option to set a Maximum Load Time
162 * Improved: Rearranged options in More section
163 * Fixed: Any Page Extension - shortcode did not work on WooCommerce Shop Page
164
165 = 2.1.12
166 * Fixed: Minor style issues in LoftLoader Settings panel for WordPress 5.3
167 * Fixed: Minor CSS issues of Settings Panel UI for RTL sites
168
169 = 2.1.11 =
170 * Fixed: Compatibility issue with ConveyThis Translate plugin
171 * Fixed: Media Library doesn't show on LoftLoader Settings panel
172
173 = 2.1.10 =
174 * Fixed: Image moves while loading with Custom Image Loading loader
175 * Changed: Pro version link on settings page
176
177 = 2.1.9 =
178 * Fixed: Compatibility issue with the pro version of Loftloader when both plugins are activated
179
180 = 2.1.8 =
181 * Fixed: Compatibility issue with maintenance/coming soon plugins
182
183 = 2.1.7 =
184 * New: Option to choose how to load LoftLoader’s JavaScript (External or Inline)
185 * Fixed: Gutenberg “Update” button was not clickable after making changes only to Any Page Extension options
186 * Fixed: Minor CSS issues
187
188 = 2.1.6 =
189 * Improved: Any Page Extension meta box redesigned to fit in Gutenberg Sidebar
190
191 = 2.1.5 =
192 * Fixed: Description for Close Button doesn’t work for Any Page Extension
193 * Fixed: Minor CSS issues
194
195 = 2.1.4 =
196 * Fixed: Added CSS for screen reader text in this plugin (the text “close” of the close button is only for screen readers and should not be visible on screens)
197
198 = 2.1.3 =
199 * New: Add close button and related settings
200
201 = 2.1.2 =
202 * Fixed: Compatibility issue which affected Customizer > Menu panel.
203 * Fixed: Minor CSS issues of Settings Panel UI for RTL sites
204
205 = 2.1.1 =
206 * Fixed: Settings Panel UI compatibility issues with WordPress v4.9
207
208 = 2.1.0 =
209 * Improved: LoftLoader Customizer panel independence (so it won’t be affected by theme or other plugins’ code)
210 * New: Loader Section - New Loader Animation: Beating
211 * Fixed: Minor CSS issues
212
213 = 2.0.0 =
214 * Changed: Rewrite the framework, move all settings to wp customize
215 * Added: Any page extension
216
217 = 1.0.2 =
218 * Fixed: Load before anything bug
219 * Fixed: Wave animation minor bug
220 * Added: Pro version link on settings page
221
222 = 1.0.1 =
223 * Add support for site homepage only
224
225 = 1.0.0 =
226 * Initial Public Release
227
228 == Upgrade Notice ==
229
230 = 1.0.0 =
231 * Initial Public Release
232