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