PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 0.2.4
FrontBlocks for Gutenberg/GeneratePress v0.2.4
trunk 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 ci-artifacts
frontblocks / readme.txt
frontblocks Last commit date
includes 1 year ago frontblocks.php 1 year ago readme.txt 1 year ago
readme.txt
115 lines
1 === FrontBlocks ===
2 Contributors: davidperez, sacrajaimez, alexbreagarcia, matiasquero, amulero, manoloramos
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.4
8 Version: 0.2.4
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.4 =
92 * Fixed: Buttons not overlapping the carousel.
93 * Added: New data attribute for carousel buttons color.
94 * Added: Not show bullets in responsive view and more than 5 items.
95
96 = 0.2.3 =
97 * Updated Glide autoplay value assignation.
98
99 = 0.2.2 =
100 * Updated images.
101
102 = 0.2.1 =
103 * New image for WordPress Plugin.
104
105 = 0.2.0 =
106 * Created Animation feature.
107
108 = 0.1.0 =
109 * Created Carousel/Slider class block.
110 * First released.
111
112 == Links ==
113
114 * [Closemarketing](https://close.marketing/)
115 * [Close·Technology](https://close.technology/)