{"id":34519610,"url":"https://github.com/imagewize/elayne-blocks","last_synced_at":"2026-01-19T09:02:07.093Z","repository":{"id":330260508,"uuid":"1121470930","full_name":"imagewize/elayne-blocks","owner":"imagewize","description":"Elayne Blocks - Advanced UI Components for WordPress themes","archived":false,"fork":false,"pushed_at":"2026-01-08T02:49:52.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:50:23.648Z","etag":null,"topics":["blocks","gutenberg-blocks","reactjs","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imagewize.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-23T03:46:59.000Z","updated_at":"2026-01-08T02:49:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/imagewize/elayne-blocks","commit_stats":null,"previous_names":["imagewize/elayne-blocks"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/imagewize/elayne-blocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagewize%2Felayne-blocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagewize%2Felayne-blocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagewize%2Felayne-blocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagewize%2Felayne-blocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imagewize","download_url":"https://codeload.github.com/imagewize/elayne-blocks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagewize%2Felayne-blocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blocks","gutenberg-blocks","reactjs","wordpress","wordpress-plugin"],"created_at":"2025-12-24T04:36:31.021Z","updated_at":"2026-01-16T16:36:22.295Z","avatar_url":"https://github.com/imagewize.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/icon.svg\" alt=\"Elayne Blocks Logo\" width=\"128\" height=\"128\"\u003e\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eElayne Blocks\u003c/h1\u003e\n\nCustom WordPress blocks that work with any theme.\n\u003c/div\u003e\n\n## Description\n\nElayne Blocks is a WordPress plugin that provides custom Gutenberg blocks. While originally developed as a companion plugin for the Elayne theme, **these blocks work with any WordPress theme** - FSE (Full Site Editing) themes, block themes, or classic themes.\n\nThis plugin was created to align with WordPress.org Theme Review requirements, which prohibit custom block registration in themes. The blocks are theme-agnostic and can be used in any WordPress site.\n\n## Included Blocks\n\n- **Mega Menu Block** (`elayne/mega-menu`) - Advanced navigation menu with mega menu functionality (works best with FSE/block themes)\n- **Carousel Block** (`elayne/carousel`) - Responsive image/content carousel with Slick Carousel integration, thumbnails, and arrow customization\n- **Slide Block** (`elayne/slide`) - Individual carousel slides with InnerBlocks support\n- **FAQ Tabs Block** (`elayne/faq-tabs`) - Interactive FAQ with vertical tab navigation and dynamic content display\n- **Search Overlay Trigger Block** (`elayne/search-overlay-trigger`) - Search icon that opens a full-screen search overlay\n\n## Requirements\n\n- WordPress 6.7 or higher\n- PHP 7.3 or higher\n- Works with any WordPress theme (FSE, block, or classic)\n\n## Installation\n\n1. Upload the `elayne-blocks` folder to the `/wp-content/plugins/` directory\n2. Activate the plugin through the 'Plugins' menu in WordPress\n3. The blocks will be available in the block editor\n\n## Contributing\n\nSee `CONTRIBUTING.md` for development workflow and build instructions.\n\n## Block Details\n\n### Mega Menu Block\n\nAdvanced navigation block with template part integration for creating dynamic mega menus.\n\n**Features:**\n- WordPress Interactivity API integration\n- Template part support\n- Responsive design\n- Keyboard navigation support\n\n### Carousel Block\n\nCreate responsive image/content carousels using Slick Carousel.\n\n**Features:**\n- Slick Carousel integration\n- Thumbnail navigation (above/below/left/right)\n- Center mode with configurable peek\n- Variable width slides\n- Lazy loading options\n- Adaptive height support\n- Arrow customization (SVG styles, backgrounds, sizes, custom SVG)\n- Block patterns for common use cases\n- Responsive breakpoints\n- Touch/swipe support\n\n### Slide Block\n\nCompanion block for the Carousel block.\n\n**Features:**\n- InnerBlocks support for flexible content\n- Works seamlessly with Carousel parent block\n\n### FAQ Tabs Block\n\nInteractive FAQ block with vertical tab navigation and dynamic content display.\n\n**Features:**\n- Vertical tab navigation with questions\n- Dynamic content area showing answers\n- Customizable button with configurable text and URL\n- WordPress Interactivity API integration\n- Editable questions, titles, and descriptions via block inspector\n- Responsive design with flexible layout\n\n### Search Overlay Trigger Block\n\nA clickable search icon that opens a full-screen search overlay with smooth animations.\n\n**Features:**\n- Full-screen search overlay with backdrop blur\n- Smooth fade-in/scale animations\n- Auto-focus on search input when opened\n- Multiple close methods (X button, backdrop click, Escape key)\n- Body scroll lock when overlay active\n- Responsive design optimized for mobile\n- Vanilla JavaScript (no dependencies)\n- ARIA labels and keyboard accessibility\n\n## License\n\nGPL v3 or later - https://www.gnu.org/licenses/gpl-3.0.html\n\n## Credits\n\n- Based on blocks originally developed for the Elayne theme\n- Icon: [IconPark Block One](https://blade-ui-kit.com/blade-icons/iconpark-blockone-o) from [Blade UI Kit](https://blade-ui-kit.com/blade-icons)\n- Mega Menu block implementation based on [Human Made's HM Mega Menu Block](https://github.com/humanmade/hm-mega-menu-block)\n- Carousel block originally inspired by the [Carousel Block Plugin](https://wordpress.org/plugins/carousel-block/) by Virgiliu Diaconu and now substantially reworked with a different feature set, UI, and styling\n- Built with `@wordpress/scripts`\n- Uses [Slick Carousel](https://kenwheeler.github.io/slick/) library for carousel functionality\n\n## Support\n\nFor issues and feature requests, please visit:\nhttps://github.com/imagewize/elayne-blocks\n\n## Author\n\nJasper Frumau - https://github.com/imagewize\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagewize%2Felayne-blocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimagewize%2Felayne-blocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagewize%2Felayne-blocks/lists"}