PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 1.5.2
FrontBlocks for Gutenberg/GeneratePress v1.5.2
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.md
frontblocks Last commit date
assets 1 day ago includes 1 day ago vendor 1 day ago frontblocks.php 1 day ago readme.md 1 day ago readme.txt 1 day ago
readme.md
77 lines
1 # FrontBlocks Repository for WordPress Plugin
2
3 Repository for WordPress Plugin that add features to GeneratePress blocks ( GenerateBlocks).
4
5 ## Functionalities
6
7 ### GenerateBlocks Extensions
8 - **Container Edge Alignment** - Remove padding from left or right side to create edge-to-edge layouts
9
10 ### Block Enhancements
11 - Animations
12 - Container Effects (Glass Effect / Glassmorphism)
13 - **FrontBlocks Hover Effects** - Smooth background image zoom on hover with configurable scale
14 - Carousel/Slider
15 - Native Gallery
16 - Sticky Columns
17 - Insert Post
18 - Counter Block
19 - Reading Time Block
20 - Reading Progress Bar
21 - Product Categories Block
22 - Gravity Forms Inline Layout
23 - Back Button
24 - Headline Marquee - Infinite scrolling marquee effect for headline/text blocks with customizable speed (Fast, Medium, Slow)
25 - Modern Settings Page with Card-based Layout
26 - Custom SVG Animations
27 - **Cookie Notice** - Configurable cookie consent banner (bar/box/popup) that gates Google Tag Manager and GA4 behind consent, with Google Consent Mode v2 support for compatibility with Google Site Kit and other analytics plugins
28 - **Review Notice** - Dismissible admin notice inviting site owners to leave a WordPress.org review, shown 14 days after activation
29 - **Redundant Plugins Notice** - Persistent admin notice detecting third-party plugins made unnecessary by an active FrontBlocks feature (e.g. SVG upload plugins, GDPR cookie consent plugins), extensible via the `frontblocks_redundant_plugins` filter
30
31 ### PRO Features (FrontBlocks PRO)
32 - **Custom Post Types Builder** - Create and manage custom post types with advanced configuration options:
33 - Create custom post types with a simple interface
34 - Configure post type behavior (Post or Page style)
35 - Enable/disable categories taxonomy
36 - Add custom meta fields (Text, Textarea, URL, Date, File, Number, Email)
37 - Individual settings page for each custom post type
38 - Delete custom post types easily
39
40 - **Full Page Scroll** - Create smooth fullpage scroll experiences:
41 - Smooth section-by-section navigation
42 - Automatic side navigation with dots
43 - Mouse wheel control for precise scrolling
44 - Tooltips on navigation dots
45 - Fully responsive design
46 - Vanilla JavaScript (no dependencies)
47
48 - **WooCommerce Enhancements**:
49 - Enable Gutenberg in product editor
50 - Simple prices for variable products
51 - Block after add to cart button
52 - Product description behavior options
53 - Disable zoom on product images
54 - Share buttons on product pages
55 - Deactivate product tabs
56 - Horizontal product form layout
57
58
59 ## Documentation
60
61 - [](./docs/CONTAINER-EDGE-ALIGNMENT.mdContainer Edge Alignment](./docs/CONTAINER-EDGE-ALIGNMENT.md](./docs/CONTAINER-EDGE-ALIGNMENT.md) - Create asymmetric layouts with edge-to-edge content
62 - [](./docs/HOVER-BG-SCALE.mdFrontBlocks Hover Effects](./docs/HOVER-BG-SCALE.md](./docs/HOVER-BG-SCALE.md) - Smooth background image zoom effect on hover
63 - [](./docs/FULLPAGE-SCROLL.mdFull Page Scroll](./docs/FULLPAGE-SCROLL.md](./docs/FULLPAGE-SCROLL.md) - Smooth fullpage scroll with navigation
64 - [](./docs/FULLPAGE-IMPLEMENTATION-SUMMARY.mdFull Page Implementation](./docs/FULLPAGE-IMPLEMENTATION-SUMMARY.md](./docs/FULLPAGE-IMPLEMENTATION-SUMMARY.md) - Technical implementation details
65 - [](./docs/CHANGELOG-FULLPAGE.mdChangelog Full Page](./docs/CHANGELOG-FULLPAGE.md](./docs/CHANGELOG-FULLPAGE.md) - Full Page feature changelog
66 - [](./docs/CAROUSEL-PATTERN.mdCarousel Pattern](./docs/CAROUSEL-PATTERN.md](./docs/CAROUSEL-PATTERN.md) - Hero carousel pattern with native WordPress blocks
67 - [](./docs/COOKIE-NOTICE.mdCookie Notice](./docs/COOKIE-NOTICE.md](./docs/COOKIE-NOTICE.md) - Consent banner and consent-gated Google Tag Manager / GA4 loading
68 - [](./docs/REVIEW-NOTICE.mdReview Notice](./docs/REVIEW-NOTICE.md](./docs/REVIEW-NOTICE.md) - Dismissible WordPress.org review prompt
69 - [](./docs/REDUNDANT-PLUGINS.mdRedundant Plugins Notice](./docs/REDUNDANT-PLUGINS.md](./docs/REDUNDANT-PLUGINS.md) - Detects plugins made unnecessary by FrontBlocks features and how to register new pairings
70
71 ## Release
72 Actions for making a release:
73 - Update readme Stable Tag, and Version.
74 - Update Plugin Header and constant.
75 - Execute `gulp compress`
76 - Create release in GitHub.
77