frontblocks
Last commit date
includes
1 year ago
frontblocks.php
11 months ago
readme.txt
11 months ago
readme.txt
118 lines
| 1 | === FrontBlocks for GeneratePress === |
| 2 | Contributors: davidperez, sacrajaimez, alexbreagarcia, matiasquero, amulero |
| 3 | Tags: carrusel, slider, lightweight, generatepress |
| 4 | Donate link: https://close.marketing/go/donate/ |
| 5 | Requires at least: 5.0 |
| 6 | Tested up to: 6.7 |
| 7 | Stable tag: 0.2.5 |
| 8 | Version: 0.2.5 |
| 9 | License: GPLv2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | |
| 12 | Custom enhacements for front developing. |
| 13 | |
| 14 | == Description == |
| 15 | |
| 16 | To start using the Carousel, add the frontblocks-carousel class to the element and then, include any of the following attributes: |
| 17 | |
| 18 | Data Attributes for Carrousel: |
| 19 | - data-type: slider, carousel |
| 20 | slider - rewinds slider to the start/end when it reaches first or last slide, |
| 21 | carousel - changes slides without starting over when it reaches first or last slide. |
| 22 | |
| 23 | - data-autoplay: 0 - time ms |
| 24 | - data-view: 1, 2, 3, 4, 5, 6 |
| 25 | - data-buttons: bullets, arrows, none |
| 26 | - data-buttons-color: hex color |
| 27 | - data-buttons-background-color: hex color or transparent |
| 28 | - data-res-view: 1, 2, 3, 4, 5, 6 |
| 29 | |
| 30 | Data Attributes for Animation: |
| 31 | - data-frontblocks-animation: defines the animation class name that will be assigned to the element. |
| 32 | |
| 33 | Animations: |
| 34 | Based on [Animate.css](https://animate.style/) |
| 35 | |
| 36 | Attention seekers: |
| 37 | bounce, flash, pulse, rubberBand, shakeX, shakeY, headShake, swing, tada, wobble, jello, heartBeat |
| 38 | |
| 39 | Back entrances: |
| 40 | backInDown, backInLeft, backInRight, backInUp |
| 41 | |
| 42 | Back exits: |
| 43 | backOutDown, backOutLeft, backOutRight, backOutUp |
| 44 | |
| 45 | Bouncing entrances: |
| 46 | bounceIn, bounceInDown, bounceInLeft, bounceInRight, bounceInUp |
| 47 | |
| 48 | Bouncing exits: |
| 49 | bounceOut, bounceOutDown, bounceOutLeft, bounceOutRight, bounceOutUp |
| 50 | |
| 51 | Fading entrances: |
| 52 | fadeIn, fadeInDown, fadeInDownBig, fadeInLeft, fadeInLeftBig, fadeInRight, fadeInRightBig, fadeInUp, fadeInUpBig, fadeInTopLeft, fadeInTopRight, fadeInBottomLeft, fadeInBottomRight |
| 53 | |
| 54 | Fading exits: |
| 55 | fadeOut, fadeOutDown, fadeOutDownBig, fadeOutLeft, fadeOutLeftBig, fadeOutRight, fadeOutRightBig, fadeOutUp, fadeOutUpBig, fadeOutTopLeft, fadeOutTopRight, fadeOutBottomRight, fadeOutBottomLeft |
| 56 | |
| 57 | Flippers: |
| 58 | flip, flipInX, flipInY, flipOutX, flipOutY, Lightspeed, lightSpeedInRight, lightSpeedInLeft, lightSpeedOutRight, lightSpeedOutLeft |
| 59 | |
| 60 | Rotating entrances: |
| 61 | rotateIn, rotateInDownLeft, rotateInDownRight, rotateInUpLeft, rotateInUpRight |
| 62 | |
| 63 | Rotating exits: |
| 64 | rotateOut, rotateOutDownLeft, rotateOutDownRight, rotateOutUpLeft, rotateOutUpRight |
| 65 | |
| 66 | Specials: |
| 67 | hinge, jackInTheBox, rollIn, rollOut |
| 68 | |
| 69 | Zooming entrances: |
| 70 | zoomIn, zoomInDown, zoomInLeft, zoomInRight, zoomInUp |
| 71 | |
| 72 | Zooming exits: |
| 73 | zoomOut, zoomOutDown zoomOutLeft, zoomOutRight, zoomOutUp |
| 74 | |
| 75 | Sliding entrances: |
| 76 | slideInDown, slideInLeft, slideInRight, slideInUp, Sliding, exits slideOutDown, slideOutLeft, slideOutRight, slideOutUp |
| 77 | |
| 78 | Others Plugins: |
| 79 | - [Closemarketing Plugins](https://profiles.wordpress.org/closemarketing/#content-plugins) |
| 80 | |
| 81 | == Installation == |
| 82 | |
| 83 | Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your |
| 84 | WordPress installation and then activate the Plugin from Plugins page. |
| 85 | |
| 86 | |
| 87 | == Developers == |
| 88 | [Official Repository Github](https://github.com/closemarketing/frontblocks) |
| 89 | |
| 90 | == Changelog == |
| 91 | = 0.2.5 = |
| 92 | * Update version. |
| 93 | |
| 94 | = 0.2.4 = |
| 95 | * Fixed: Buttons not overlapping the carousel. |
| 96 | * Added: New data attribute for carousel buttons color. |
| 97 | * Added: Not show bullets in responsive view and more than 5 items. |
| 98 | |
| 99 | = 0.2.3 = |
| 100 | * Updated Glide autoplay value assignation. |
| 101 | |
| 102 | = 0.2.2 = |
| 103 | * Updated images. |
| 104 | |
| 105 | = 0.2.1 = |
| 106 | * New image for WordPress Plugin. |
| 107 | |
| 108 | = 0.2.0 = |
| 109 | * Created Animation feature. |
| 110 | |
| 111 | = 0.1.0 = |
| 112 | * Created Carousel/Slider class block. |
| 113 | * First released. |
| 114 | |
| 115 | == Links == |
| 116 | |
| 117 | * [Closemarketing](https://close.marketing/) |
| 118 | * [Close·Technology](https://close.technology/) |