| 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-variable is-3 feature-boxes"> |
| 30 |
|
| 31 |
|
| 32 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 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 is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 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-flag fa-3x"></i> |
| 48 |
</div> |
| 49 |
<div class="content"> |
| 50 |
<p class="title is-5 ">1600+ Icons</p> |
| 51 |
<p>The current version of the plugin has 1500+ Font Awesome Icon.</p> |
| 52 |
</div> |
| 53 |
</div> |
| 54 |
</div> |
| 55 |
|
| 56 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 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-shapes fa-3x"></i> |
| 60 |
</div> |
| 61 |
<div class="content"> |
| 62 |
<p class="title is-5 ">4 Different Shapes</p> |
| 63 |
<p>Choose different types of shapes for the menu: Square, Round, Rounded, Rounded-out.</p> |
| 64 |
</div> |
| 65 |
</div> |
| 66 |
</div> |
| 67 |
|
| 68 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 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 Menu</p> |
| 75 |
<p>Add submenu to first menu item.</p> |
| 76 |
</div> |
| 77 |
</div> |
| 78 |
</div> |
| 79 |
|
| 80 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 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-exchange-alt fa-3x"></i> |
| 84 |
</div> |
| 85 |
<div class="content"> |
| 86 |
<p class="title is-5">Translate</p> |
| 87 |
<p class="has-text-left">Translate page on different languages.</p> |
| 88 |
</div> |
| 89 |
</div> |
| 90 |
</div> |
| 91 |
|
| 92 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 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-plus fa-3x"></i> |
| 96 |
</div> |
| 97 |
<div class="content"> |
| 98 |
<p class="title is-5 ">Add Attributes</p> |
| 99 |
<p>Add custom values to attributes such as CLASS and ID to each menu item.</p> |
| 100 |
</div> |
| 101 |
</div> |
| 102 |
</div> |
| 103 |
|
| 104 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 105 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 106 |
<div class="icon is-large" style="transform: rotate(90deg);"> |
| 107 |
<i class="fas fa-sliders-h fa-3x"></i> |
| 108 |
</div> |
| 109 |
<div class="content"> |
| 110 |
<p class="title is-5 ">Align</p> |
| 111 |
<p>Align the menu vertically.</p> |
| 112 |
</div> |
| 113 |
</div> |
| 114 |
</div> |
| 115 |
|
| 116 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 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-users fa-3x"></i> |
| 120 |
</div> |
| 121 |
<div class="content"> |
| 122 |
<p class="title is-5">User dependence</p> |
| 123 |
<p>Show menu depending on user (for all users, only for logged-in users, only for not logged-in |
| 124 |
users).</p> |
| 125 |
</div> |
| 126 |
</div> |
| 127 |
</div> |
| 128 |
|
| 129 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 130 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 131 |
<div class="icon is-large"> |
| 132 |
<i class="fas fa-share-alt fa-3x"></i> |
| 133 |
</div> |
| 134 |
<div class="content"> |
| 135 |
<p class="title is-5">33 Social Share</p> |
| 136 |
<p>33 Easy Social Share Buttons for WordPress.</p> |
| 137 |
</div> |
| 138 |
</div> |
| 139 |
</div> |
| 140 |
|
| 141 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 142 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 143 |
<div class="icon is-large"> |
| 144 |
<i class="fas fa-text-height fa-3x"></i> |
| 145 |
</div> |
| 146 |
<div class="content"> |
| 147 |
<p class="title is-5">Size control</p> |
| 148 |
<p>Set the custom size for texts and icons.</p> |
| 149 |
</div> |
| 150 |
</div> |
| 151 |
</div> |
| 152 |
|
| 153 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 154 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 155 |
<div class="icon is-large"> |
| 156 |
<i class="fas fa-tablet fa-3x"></i> |
| 157 |
</div> |
| 158 |
<div class="content"> |
| 159 |
<p class="title is-5">Devices control</p> |
| 160 |
<p>You can specify for which devices to show the menu.</p> |
| 161 |
</div> |
| 162 |
</div> |
| 163 |
</div> |
| 164 |
|
| 165 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 166 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 167 |
<div class="icon is-large"> |
| 168 |
<i class="fas fa-arrows-alt-v fa-3x"></i> |
| 169 |
</div> |
| 170 |
<div class="content"> |
| 171 |
<p class="title is-5">Smooth Scroll</p> |
| 172 |
<p>Create a smooth scrolling effect to the page anchors.</p> |
| 173 |
</div> |
| 174 |
</div> |
| 175 |
</div> |
| 176 |
|
| 177 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 178 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 179 |
<div class="icon is-large"> |
| 180 |
<i class="fas fa-long-arrow-alt-up fa-3x"></i> |
| 181 |
</div> |
| 182 |
<div class="content"> |
| 183 |
<p class="title is-5">Go To Top</p> |
| 184 |
<p>Create a button that will take the user to the top of the page when clicked on.</p> |
| 185 |
</div> |
| 186 |
</div> |
| 187 |
</div> |
| 188 |
|
| 189 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 190 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 191 |
<div class="icon is-large"> |
| 192 |
<i class="fas fa-long-arrow-alt-down fa-3x"></i> |
| 193 |
</div> |
| 194 |
<div class="content"> |
| 195 |
<p class="title is-5">Go To Bottom</p> |
| 196 |
<p>Create a button that will take the user to the bottom of the page when clicked on.</p> |
| 197 |
</div> |
| 198 |
</div> |
| 199 |
</div> |
| 200 |
|
| 201 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 202 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 203 |
<div class="icon is-large"> |
| 204 |
<i class="fas fa-long-arrow-alt-left fa-3x"></i> |
| 205 |
</div> |
| 206 |
<div class="content"> |
| 207 |
<p class="title is-5">Go Back</p> |
| 208 |
<p>Create a button that will take the user to the previous URL in the history list.</p> |
| 209 |
</div> |
| 210 |
</div> |
| 211 |
</div> |
| 212 |
|
| 213 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 214 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 215 |
<div class="icon is-large"> |
| 216 |
<i class="fas fa-long-arrow-alt-right fa-3x"></i> |
| 217 |
</div> |
| 218 |
<div class="content"> |
| 219 |
<p class="title is-5">Go Forward</p> |
| 220 |
<p>Create a button that will take the user to the next URL in the history list.</p> |
| 221 |
</div> |
| 222 |
</div> |
| 223 |
</div> |
| 224 |
|
| 225 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 226 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 227 |
<div class="icon is-large"> |
| 228 |
<i class="fas fa-window-maximize fa-3x"></i> |
| 229 |
</div> |
| 230 |
<div class="content"> |
| 231 |
<p class="title is-5">Popup</p> |
| 232 |
<p>Set and customize the popup for the menu item and open it by click on the item.</p> |
| 233 |
</div> |
| 234 |
</div> |
| 235 |
</div> |
| 236 |
|
| 237 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 238 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 239 |
<div class="icon is-large"> |
| 240 |
<i class="fas fa-print fa-3x"></i> |
| 241 |
</div> |
| 242 |
<div class="content"> |
| 243 |
<p class="title is-5">Print</p> |
| 244 |
<p>Function for print the page via a click on the item.</p> |
| 245 |
</div> |
| 246 |
</div> |
| 247 |
</div> |
| 248 |
|
| 249 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 250 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 251 |
<div class="icon is-large"> |
| 252 |
<i class="fas fa-users-cog fa-3x"></i> |
| 253 |
</div> |
| 254 |
<div class="content"> |
| 255 |
<p class="title is-5">User links</p> |
| 256 |
<p>Built-in user links: LogIn, LogOut, Register, Lostpassword.</p> |
| 257 |
</div> |
| 258 |
</div> |
| 259 |
</div> |
| 260 |
|
| 261 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 262 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 263 |
<div class="icon is-large"> |
| 264 |
<i class="fas fa-arrows-alt fa-3x"></i> |
| 265 |
</div> |
| 266 |
<div class="content"> |
| 267 |
<p class="title is-5">Different Positions</p> |
| 268 |
<p>Can be positioned at right or left side of the screen.</p> |
| 269 |
</div> |
| 270 |
</div> |
| 271 |
</div> |
| 272 |
|
| 273 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 274 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 275 |
<div class="icon is-large"> |
| 276 |
<i class="fas fa-window-restore fa-3x"></i> |
| 277 |
</div> |
| 278 |
<div class="content"> |
| 279 |
<p class="title is-5 ">New Window</p> |
| 280 |
<p>Opening link in new window.</p> |
| 281 |
</div> |
| 282 |
</div> |
| 283 |
</div> |
| 284 |
|
| 285 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 286 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 287 |
<div class="icon is-large"> |
| 288 |
<i class="fas fa-language fa-3x"></i> |
| 289 |
</div> |
| 290 |
<div class="content"> |
| 291 |
<p class="title is-5">Language dependence</p> |
| 292 |
<p>Show menu depending on language.</p> |
| 293 |
</div> |
| 294 |
</div> |
| 295 |
</div> |
| 296 |
|
| 297 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 298 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 299 |
<div class="icon is-large"> |
| 300 |
<i class="fas fa-file-alt fa-3x"></i> |
| 301 |
</div> |
| 302 |
<div class="content"> |
| 303 |
<p class="title is-5">Specific pages</p> |
| 304 |
<p>Show the menu on the specific pages.</p> |
| 305 |
</div> |
| 306 |
</div> |
| 307 |
</div> |
| 308 |
|
| 309 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 310 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 311 |
<div class="icon is-large"> |
| 312 |
<i class="fas fa-image fa-3x"></i> |
| 313 |
</div> |
| 314 |
<div class="content"> |
| 315 |
<p class="title is-5">Custom Icon</p> |
| 316 |
<p>Add your own icon for the menu item.</p> |
| 317 |
</div> |
| 318 |
</div> |
| 319 |
</div> |
| 320 |
|
| 321 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 322 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 323 |
<div class="icon is-large"> |
| 324 |
<i class="fas fa-palette fa-3x"></i> |
| 325 |
</div> |
| 326 |
<div class="content"> |
| 327 |
<p class="title is-5">Custome Style</p> |
| 328 |
</div> |
| 329 |
</div> |
| 330 |
</div> |
| 331 |
|
| 332 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 333 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 334 |
<div class="icon is-large"> |
| 335 |
<i class="fas fa-globe fa-3x"></i> |
| 336 |
</div> |
| 337 |
<div class="content"> |
| 338 |
<p class="title is-5">Cross-Browser</p> |
| 339 |
</div> |
| 340 |
</div> |
| 341 |
</div> |
| 342 |
|
| 343 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 344 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 345 |
<div class="icon is-large"> |
| 346 |
<i class="fas fa-code fa-3x"></i> |
| 347 |
</div> |
| 348 |
<div class="content"> |
| 349 |
<p class="title is-5 ">W3C Valid Code</p> |
| 350 |
</div> |
| 351 |
</div> |
| 352 |
</div> |
| 353 |
|
| 354 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 355 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 356 |
<div class="icon is-large"> |
| 357 |
<i class="fas fa-sticky-note fa-3x"></i> |
| 358 |
</div> |
| 359 |
<div class="content"> |
| 360 |
<p class="title is-5 ">Well Documented</p> |
| 361 |
</div> |
| 362 |
</div> |
| 363 |
</div> |
| 364 |
|
| 365 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 366 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 367 |
<div class="icon is-large"> |
| 368 |
<i class="fas fa-infinity fa-3x"></i> |
| 369 |
</div> |
| 370 |
<div class="content"> |
| 371 |
<p class="title is-5">Unlimited Numbers</p> |
| 372 |
<p>No limited to the number of buttons and sub-buttons.</p> |
| 373 |
</div> |
| 374 |
</div> |
| 375 |
</div> |
| 376 |
|
| 377 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 378 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 379 |
<div class="icon is-large"> |
| 380 |
<i class="fas fa-sync-alt fa-3x"></i> |
| 381 |
</div> |
| 382 |
<div class="content"> |
| 383 |
<p class="title is-5">Lifetime Free Updates</p> |
| 384 |
<p>Never pay for an update.</p> |
| 385 |
</div> |
| 386 |
</div> |
| 387 |
</div> |
| 388 |
|
| 389 |
<div class="column is-full-mobile is-one-quarter-desktop is-half-tablet "> |
| 390 |
<div class="box has-text-centered has-text-grey feature-box is-radiusless"> |
| 391 |
<div class="icon is-large"> |
| 392 |
<i class="fas fa-headset fa-3x"></i> |
| 393 |
</div> |
| 394 |
<div class="content"> |
| 395 |
<p class="title is-5 ">Fast Support</p> |
| 396 |
<p>We work closely with the user community and listen to your opinion. We provide free technical |
| 397 |
and |
| 398 |
information support for customers.</p> |
| 399 |
</div> |
| 400 |
</div> |
| 401 |
</div> |
| 402 |
</div> |
| 403 |
|
| 404 |
</div> |
| 405 |
</section> |
| 406 |
|