PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 1.5.0
FrontBlocks for Gutenberg/GeneratePress v1.5.0
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
.wordpress-playground 3 months ago assets 1 week ago includes 1 week ago vendor 1 week ago .phplint.yml 3 months ago frontblocks.php 1 week ago postcss.config.js 1 week ago readme.md 1 week ago readme.txt 1 week ago tailwind.config.js 1 week ago
readme.md
73 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
29 ### PRO Features (FrontBlocks PRO)
30 - **Custom Post Types Builder** - Create and manage custom post types with advanced configuration options:
31 - Create custom post types with a simple interface
32 - Configure post type behavior (Post or Page style)
33 - Enable/disable categories taxonomy
34 - Add custom meta fields (Text, Textarea, URL, Date, File, Number, Email)
35 - Individual settings page for each custom post type
36 - Delete custom post types easily
37
38 - **Full Page Scroll** - Create smooth fullpage scroll experiences:
39 - Smooth section-by-section navigation
40 - Automatic side navigation with dots
41 - Mouse wheel control for precise scrolling
42 - Tooltips on navigation dots
43 - Fully responsive design
44 - Vanilla JavaScript (no dependencies)
45
46 - **WooCommerce Enhancements**:
47 - Enable Gutenberg in product editor
48 - Simple prices for variable products
49 - Block after add to cart button
50 - Product description behavior options
51 - Disable zoom on product images
52 - Share buttons on product pages
53 - Deactivate product tabs
54 - Horizontal product form layout
55
56
57 ## Documentation
58
59 - [](./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
60 - [](./docs/HOVER-BG-SCALE.mdFrontBlocks Hover Effects](./docs/HOVER-BG-SCALE.md](./docs/HOVER-BG-SCALE.md) - Smooth background image zoom effect on hover
61 - [](./docs/FULLPAGE-SCROLL.mdFull Page Scroll](./docs/FULLPAGE-SCROLL.md](./docs/FULLPAGE-SCROLL.md) - Smooth fullpage scroll with navigation
62 - [](./docs/FULLPAGE-IMPLEMENTATION-SUMMARY.mdFull Page Implementation](./docs/FULLPAGE-IMPLEMENTATION-SUMMARY.md](./docs/FULLPAGE-IMPLEMENTATION-SUMMARY.md) - Technical implementation details
63 - [](./docs/CHANGELOG-FULLPAGE.mdChangelog Full Page](./docs/CHANGELOG-FULLPAGE.md](./docs/CHANGELOG-FULLPAGE.md) - Full Page feature changelog
64 - [](./docs/CAROUSEL-PATTERN.mdCarousel Pattern](./docs/CAROUSEL-PATTERN.md](./docs/CAROUSEL-PATTERN.md) - Hero carousel pattern with native WordPress blocks
65 - [](./docs/COOKIE-NOTICE.mdCookie Notice](./docs/COOKIE-NOTICE.md](./docs/COOKIE-NOTICE.md) - Consent banner and consent-gated Google Tag Manager / GA4 loading
66
67 ## Release
68 Actions for making a release:
69 - Update readme Stable Tag, and Version.
70 - Update Plugin Header and constant.
71 - Execute `gulp compress`
72 - Create release in GitHub.
73