PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 1.0.1
FrontBlocks for Gutenberg/GeneratePress v1.0.1
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 10 months ago frontblocks.php 10 months ago readme.txt 10 months ago
readme.txt
108 lines
1 === FrontBlocks for GeneratePress ===
2 Contributors: davidperez, sacrajaimez, alexbreagarcia, matiasquero, amulero, mit2sumit
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.8
7 Stable tag: 1.0.1
8 Version: 1.0.1
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 Extends GeneratePress with carousel, slider, animations, sticky column, and insert post functionality.
13
14 == Description ==
15
16 **Carousel/Slider for GenerateBlocks Grid**
17 We have added options to the Gutenberg blocks that allow you to create a carousel or slider with the blocks you want.
18
19 To start using the Carousel, go to the grid block and select the "Carousel" or "Slider" option in the "FrontBlocks Grid Option" section.
20
21 Attributes for the Carousel/Slider:
22 - Autoplay - automatically change the slides after a certain time in seconds.
23 - View - number of items to show in the carousel/slider.
24 - Responsive View - number of items to show in the carousel/slider in responsive view.
25 - Buttons - type of buttons to show in the carousel/slider (bullets, arrows, none).
26 - Buttons Color - color of the buttons.
27 - Buttons Background Color - background color of the buttons (can be transparent).
28
29 **Enhanced WordPress Native Gallery**
30 We have added options to the native WordPress gallery that allow you to create a different layout as Grid or Masonry, and also make click to carousel with the images.
31
32 **Animations for Blocks**
33 You can add animations to the blocks you want. To do this, go to the block settings and select the "FrontBlocks Animation Option" section. There you will find a list of animations that you can apply to the block.
34
35 Animations are based on [Animate.css](https://animate.style/).
36
37 - Attention seekers: bounce, flash, pulse, rubberBand, shakeX, shakeY, headShake, swing, tada, wobble, jello, heartBeat
38 - Back entrances: backInDown, backInLeft, backInRight, backInUp
39 - Back exits: backOutDown, backOutLeft, backOutRight, backOutUp
40 - Bouncing entrances: bounceIn, bounceInDown, bounceInLeft, bounceInRight, bounceInUp
41 - Bouncing exits: bounceOut, bounceOutDown, bounceOutLeft, bounceOutRight, bounceOutUp
42 - Fading entrances: fadeIn, fadeInDown, fadeInDownBig, fadeInLeft, fadeInLeftBig, fadeInRight, fadeInRightBig, fadeInUp, fadeInUpBig, fadeInTopLeft, fadeInTopRight, fadeInBottomLeft, fadeInBottomRight
43 - Fading exits: fadeOut, fadeOutDown, fadeOutDownBig, fadeOutLeft, fadeOutLeftBig, fadeOutRight, fadeOutRightBig, fadeOutUp, fadeOutUpBig, fadeOutTopLeft, fadeOutTopRight, fadeOutBottomRight, fadeOutBottomLeft
44 - Flippers: flip, flipInX, flipInY, flipOutX, flipOutY, Lightspeed, lightSpeedInRight, lightSpeedInLeft, lightSpeedOutRight, lightSpeedOutLeft
45 - Rotating entrances: rotateIn, rotateInDownLeft, rotateInDownRight, rotateInUpLeft, rotateInUpRight
46 - Rotating exits: rotateOut, rotateOutDownLeft, rotateOutDownRight, rotateOutUpLeft, rotateOutUpRight
47 - Specials: hinge, jackInTheBox, rollIn, rollOut
48 - Zooming entrances: zoomIn, zoomInDown, zoomInLeft, zoomInRight, zoomInUp
49 - Zooming exits: zoomOut, zoomOutDown zoomOutLeft, zoomOutRight, zoomOutUp
50 - Sliding entrances: slideInDown, slideInLeft, slideInRight, slideInUp, Sliding, exits slideOutDown, slideOutLeft, slideOutRight, slideOutUp
51
52 **Sticky option for Grid block:**
53 Sticky option allows you to make the Grid block stick to the top of the viewport when scrolling down. To use this feature, you will have the option in Grid block settings to enable the "Sticky" option. When enabled, the Grid block will remain fixed at the top of the viewport as you scroll down the page.
54
55 **Insert Post Block:**
56 Display content from other posts, pages, or custom post types. Search and select any published content to display its title as H2 and full content. Perfect for creating dynamic content sections without duplicating content.
57
58 Others Plugins:
59 - [Closemarketing Plugins](https://profiles.wordpress.org/closemarketing/#content-plugins)
60
61 == Installation ==
62
63 Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your
64 WordPress installation and then activate the Plugin from Plugins page.
65
66
67 == Developers ==
68 [Official Repository Github](https://github.com/closemarketing/frontblocks)
69
70 == Changelog ==
71 = 1.0.1 =
72 * Fixed: options for carousel/slider not showing.
73
74 = 1.0.0 =
75 * Added sticked option for Grid block.
76 * Improved interface for animations.
77 * Improved interface for carousel/slider.
78 * Added options in native gallery block.
79 * Added: Insert Post block to display content from other posts, pages, or custom post types.
80
81 = 0.2.5 =
82 * Update version.
83
84 = 0.2.4 =
85 * Fixed: Buttons not overlapping the carousel.
86 * Added: New data attribute for carousel buttons color.
87 * Added: Not show bullets in responsive view and more than 5 items.
88
89 = 0.2.3 =
90 * Updated Glide autoplay value assignation.
91
92 = 0.2.2 =
93 * Updated images.
94
95 = 0.2.1 =
96 * New image for WordPress Plugin.
97
98 = 0.2.0 =
99 * Created Animation feature.
100
101 = 0.1.0 =
102 * Created Carousel/Slider class block.
103 * First released.
104
105 == Links ==
106
107 * [Closemarketing](https://close.marketing/)
108 * [Close·Technology](https://close.technology/)