PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 1.0.4
FrontBlocks for Gutenberg/GeneratePress v1.0.4
1.5.2 1.5.1 1.4.0 1.5.0 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
assets 10 months ago includes 10 months ago vendor 10 months ago frontblocks.php 10 months ago readme.txt 10 months ago
readme.txt
138 lines
1 === FrontBlocks for GeneratePress ===
2 Contributors: davidperez, sacrajaimez, alexbreagarcia, matiasquero, amulero, mit2sumit, alexcm13
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.4
8 Version: 1.0.4
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 **Decoration for Headline block:**
59 Add a decorative line to the Headline block. You can choose between a vertical line on the right or a horizontal line on the right.
60
61 **Product Categories block:**
62 Display product categories from WooCommerce. You can choose the number of categories to display, the order by, and the order. You can also choose to hide empty categories. You can also choose the columns to display the categories. You can also choose the background color, border color, border width, border radius, text color, hover background color, hover border color, and hover text color.
63
64 **Counter Block:**
65 Display a counter with a start value, end value, and a duration. The counter will increment from the start value to the end value in the duration.
66
67 **Decoration for Headline block:**
68 Add a decorative line to the Headline block. You can choose between a vertical line on the right or a horizontal line on the right.
69
70 **Testimonials:**
71 Display testimonials 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.
72
73 Shortcode: [frontblocks_testimonials_carousel]
74
75 Others Plugins:
76 - [Closemarketing Plugins](https://profiles.wordpress.org/closemarketing/#content-plugins)
77
78 == Installation ==
79
80 Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your
81 WordPress installation and then activate the Plugin from Plugins page.
82
83
84 == Developers ==
85 [Official Repository Github](https://github.com/closemarketing/frontblocks)
86
87 == Changelog ==
88
89 = 1.0.4 =
90 * Added: Product Categories block.
91 * Added: Options to the Product Categories block.
92 * Added: Counter effect for Headline block.
93 * Added: Counter attribute for Headline block.
94 * Added: Add decoration attribute for Headline block.
95
96 = 1.0.3 =
97 * Added: Settings page and simple testimonials feature.
98 * Fixed: interaction with Gravity Forms.
99 * Fixed: not rendering correctly the content of the insert post block.
100
101 = 1.0.1 & 1.0.2 =
102 * Fixed: options for carousel/slider not showing.
103
104 = 1.0.0 =
105 * Added sticked option for Grid block.
106 * Improved interface for animations.
107 * Improved interface for carousel/slider.
108 * Added options in native gallery block.
109 * Added: Insert Post block to display content from other posts, pages, or custom post types.
110
111 = 0.2.5 =
112 * Update version.
113
114 = 0.2.4 =
115 * Fixed: Buttons not overlapping the carousel.
116 * Added: New data attribute for carousel buttons color.
117 * Added: Not show bullets in responsive view and more than 5 items.
118
119 = 0.2.3 =
120 * Updated Glide autoplay value assignation.
121
122 = 0.2.2 =
123 * Updated images.
124
125 = 0.2.1 =
126 * New image for WordPress Plugin.
127
128 = 0.2.0 =
129 * Created Animation feature.
130
131 = 0.1.0 =
132 * Created Carousel/Slider class block.
133 * First released.
134
135 == Links ==
136
137 * [Closemarketing](https://close.marketing/)
138 * [Close·Technology](https://close.technology/)