PluginProbe
Float menu – awesome floating side menu / 4.0
Float menu – awesome floating side menu v4.0
7.2.5 trunk 2.1 2.2 3.0.1 3.1 3.2.2 3.3.1 3.5 3.5.1 3.5.2 3.5.3. 3.5.4 4.0 4.1 4.1.1 4.2 4.3 4.3.1 4.3.2 5.0 5.0.1 5.0.2 5.0.3 5.1 All 57 releases
float-menu / admin / page-extension.php

page-extension.php in Float menu – awesome floating side menu 4.0, at admin/page-extension.php

355 lines 15.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Extansion version
4 *
5 * @package Wow_Plugin
6 * @subpackage
7 * @copyright Copyright (c) 2018, Dmytro Lobov
8 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
9 * @since 1.0
10 */
11 if ( ! defined( 'ABSPATH' ) ) {
12 exit;
13 }
14 $pro_url = 'https://wow-estore.com/item/float-menu-pro/';
15 $demo_url = 'https://wow-company.com/preview/wordpress-plugins/float-menu-pro/';
16 ?>
17
18 <section class="section has-background-light is-medium" id="features">
19 <div class="container">
20 <div class="block has-text-centered ds-title">
21 <p class="subtitle is-5 is-uppercase has-text-danger">what you get</p>
22 <h3 class="title is-2">Awesome Features </h3>
23 <div class="button-group">
24 <a href="<?php echo esc_url( $pro_url ); ?>" class="like-button pro-button" target="_blank">Get More
25 with Pro</a>
26 <a href="<?php echo esc_url( $demo_url ); ?>" class="like-button demo-button" target="_blank">Demo</a>
27 </div>
28 </div>
29 <div class="columns is-multiline is-variablefeature-boxes">
30
31
32 <div class="column">
33 <div class="box has-text-centered feature-box is-radiusless">
34 <div class="icon is-large has-text-grey">
35 <i class="fas fa-swatchbook fa-3x"></i>
36 </div>
37 <div class="content">
38 <p class="title is-5">Beautiful Animations</p>
39 <p>7 animations for showing button label</p>
40 </div>
41 </div>
42 </div>
43
44 <div class="column">
45 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
46 <div class="icon is-large">
47 <i class="fas fa-share-alt fa-3x"></i>
48 </div>
49 <div class="content">
50 <p class="title is-5">33 Social Share</p>
51 <p>33 Easy Social Share Buttons for WordPress.</p>
52 </div>
53 </div>
54 </div>
55
56 <div class="column">
57 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
58 <div class="icon is-large">
59 <i class="fas fa-language fa-3x"></i>
60 </div>
61 <div class="content">
62 <p class="title is-5">Translate</p>
63 <p class="has-text-left">Translate page on different languages.</p>
64 </div>
65 </div>
66 </div>
67
68 <div class="column">
69 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
70 <div class="icon is-large">
71 <i class="fas fa-plus-square fa-3x"></i>
72 </div>
73 <div class="content">
74 <p class="title is-5 ">Sub Items</p>
75 <p>Create sub items to the first menu item.</p>
76 </div>
77 </div>
78 </div>
79
80 <div class="column">
81 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
82 <div class="icon is-large">
83 <i class="fas fa-arrows-alt-v fa-3x"></i>
84 </div>
85 <div class="content">
86 <p class="title is-5">Smooth Scroll </p>
87 <p>Create a smooth scrolling effect to the page anchors.</p>
88 </div>
89 </div>
90 </div>
91
92 <div class="column">
93 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
94 <div class="icon is-large">
95 <i class="fas fa-long-arrow-alt-up fa-3x"></i>
96 </div>
97 <div class="content">
98 <p class="title is-5">Go To Top</p>
99 <p>Create a button that will take the user to the top of the page when clicked on.</p>
100 </div>
101 </div>
102 </div>
103
104 <div class="column">
105 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
106 <div class="icon is-large">
107 <i class="fas fa-long-arrow-alt-down fa-3x"></i>
108 </div>
109 <div class="content">
110 <p class="title is-5">Go To Bottom</p>
111 <p>Create a button that will take the user to the bottom of the page when clicked on.</p>
112 </div>
113 </div>
114 </div>
115
116 <div class="column">
117 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
118 <div class="icon is-large">
119 <i class="fas fa-long-arrow-alt-left fa-3x"></i>
120 </div>
121 <div class="content">
122 <p class="title is-5">Go Back</p>
123 <p>Create a button that will take the user to the previous URL in the history list.</p>
124 </div>
125 </div>
126 </div>
127
128 <div class="column">
129 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
130 <div class="icon is-large">
131 <i class="fas fa-long-arrow-alt-right fa-3x"></i>
132 </div>
133 <div class="content">
134 <p class="title is-5">Go Forward</p>
135 <p>Create a button that will take the user to the next URL in the history list.</p>
136 </div>
137 </div>
138 </div>
139
140 <div class="column">
141 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
142 <div class="icon is-large">
143 <i class="fas fa-window-maximize fa-3x"></i>
144 </div>
145 <div class="content">
146 <p class="title is-5">Popup</p>
147 <p>Set and customize the popup for the menu item and open it by click on the item.</p>
148 </div>
149 </div>
150 </div>
151
152 <div class="column">
153 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
154 <div class="icon is-large">
155 <i class="fas fa-print fa-3x"></i>
156 </div>
157 <div class="content">
158 <p class="title is-5">Print</p>
159 <p>Function for print the page via a click on the item.</p>
160 </div>
161 </div>
162 </div>
163
164 <div class="column">
165 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
166 <div class="icon is-large">
167 <i class="fas fa-search fa-3x"></i>
168 </div>
169 <div class="content">
170 <p class="title is-5">Search</p>
171 <p>Create item with search field.</p>
172 </div>
173 </div>
174 </div>
175
176 <div class="column">
177 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
178 <div class="icon is-large">
179 <i class="fas fa-users-cog fa-3x"></i>
180 </div>
181 <div class="content">
182 <p class="title is-5">User links</p>
183 <p>Built-in user links: LogIn, LogOut, Register, Lostpassword.</p>
184 </div>
185 </div>
186 </div>
187
188 <div class="column">
189 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
190 <div class="icon is-large">
191 <i class="fas fa-image fa-3x"></i>
192 </div>
193 <div class="content">
194 <p class="title is-5">Custom Icon</p>
195 <p>Add your own icon for the menu item.</p>
196 </div>
197 </div>
198 </div>
199
200 <div class="column">
201 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
202 <div class="icon is-large">
203 <i class="fas fa-font fa-3x"></i>
204 </div>
205 <div class="content">
206 <p class="title is-5">Text instead of icon</p>
207 <p>Insert the text only instead of icon.</p>
208 </div>
209 </div>
210 </div>
211
212 <div class="column">
213 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
214 <div class="icon is-large">
215 <i class="fas fa-door-open fa-3x"></i>
216 </div>
217 <div class="content">
218 <p class="title is-5">Hold Label open</p>
219 <p>You can showing the item label open by page load.</p>
220 </div>
221 </div>
222 </div>
223
224 <div class="column">
225 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
226 <div class="icon is-large">
227 <i class="fas fa-shapes fa-3x"></i>
228 </div>
229 <div class="content">
230 <p class="title is-5 ">4 Different Shapes</p>
231 <p>Choose different types of shapes for the menu: Square, Round, Rounded, Rounded-out.</p>
232 </div>
233 </div>
234 </div>
235
236 <div class="column">
237 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
238 <div class="icon is-large" style="transform: rotate(90deg);">
239 <i class="fas fa-sliders-h fa-3x"></i>
240 </div>
241 <div class="content">
242 <p class="title is-5 ">Align</p>
243 <p>Align the menu vertically.</p>
244 </div>
245 </div>
246 </div>
247
248 <div class="column">
249 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
250 <div class="icon is-large">
251 <i class="fas fa-text-height fa-3x"></i>
252 </div>
253 <div class="content">
254 <p class="title is-5">Size control</p>
255 <p>Set the custom size for texts and icons.</p>
256 </div>
257 </div>
258 </div>
259
260
261
262 <div class="column">
263 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
264 <div class="icon is-large">
265 <i class="fas fa-users fa-3x"></i>
266 </div>
267 <div class="content">
268 <p class="title is-5">User dependence</p>
269 <p>Show menu depending on user (for all users, only for logged-in users, only for not logged-in
270 users).</p>
271 </div>
272 </div>
273 </div>
274
275
276
277 <div class="column">
278 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
279 <div class="icon is-large">
280 <i class="fas fa-language fa-3x"></i>
281 </div>
282 <div class="content">
283 <p class="title is-5">Language dependence</p>
284 <p>Show menu depending on language.</p>
285 </div>
286 </div>
287 </div>
288
289 <div class="column">
290 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
291 <div class="icon is-large">
292 <i class="fas fa-file-alt fa-3x"></i>
293 </div>
294 <div class="content">
295 <p class="title is-5">Specific pages</p>
296 <p>Show the menu on the specific pages.</p>
297 </div>
298 </div>
299 </div>
300
301 <div class="column">
302 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
303 <div class="icon is-large">
304 <i class="fas fa-calendar fa-3x"></i>
305 </div>
306 <div class="content">
307 <p class="title is-5">Schedule</p>
308 <p>Add scheduling options to your menus. With multiple schedule types, you can precisely schedule your menu in just a few minutes.</p>
309 </div>
310 </div>
311 </div>
312
313 <div class="column">
314 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
315 <div class="icon is-large">
316 <i class="fas fa-globe fa-3x"></i>
317 </div>
318 <div class="content">
319 <p class="title is-5">Browsers</p>
320 <p>Ability to deactivate the display of popups in selected browsers.</p>
321 </div>
322 </div>
323 </div>
324
325
326 <div class="column">
327 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
328 <div class="icon is-large">
329 <i class="fas fa-sync-alt fa-3x"></i>
330 </div>
331 <div class="content">
332 <p class="title is-5">Lifetime Free Updates</p>
333 <p>Never pay for an update.</p>
334 </div>
335 </div>
336 </div>
337
338 <div class="column">
339 <div class="box has-text-centered has-text-grey feature-box is-radiusless">
340 <div class="icon is-large">
341 <i class="fas fa-headset fa-3x"></i>
342 </div>
343 <div class="content">
344 <p class="title is-5 ">Fast Support</p>
345 <p>We work closely with the user community and listen to your opinion. We provide free technical
346 and
347 information support for customers.</p>
348 </div>
349 </div>
350 </div>
351 </div>
352
353 </div>
354 </section>
355