This commit is contained in:
Tomáš Dvořák
2025-10-16 17:10:13 +02:00
parent f5e7be92c7
commit 35d0954afd
84 changed files with 9571 additions and 4668 deletions
+125 -8
View File
@@ -1,4 +1,4 @@
# MyUIbrix Quick Start Guide
# MyUIbrix Quick Start Guide - Elementor Edition
## 🚀 Quick Access
@@ -24,6 +24,9 @@ Method 2: Admin Sidebar
| `↑` | Move selected element up |
| `↓` | Move selected element down |
| `Delete` | Remove selected element |
| `Ctrl+B` | Bold text (in inline editor) |
| `Ctrl+I` | Italic text (in inline editor) |
| `Ctrl+U` | Underline text (in inline editor) |
---
@@ -45,11 +48,35 @@ Method 2: Admin Sidebar
- Open Layers panel (L key)
- Use arrow buttons or drag
### 5. Toggle Visibility
### 5. Edit Text Inline (NEW!)
- Click on any text element
- Toolbar appears with formatting
- Bold, Italic, Underline, Links
- Auto-saves on blur
### 6. Apply Custom Styles (NEW!)
- Select element
- Open "CSS" tab in style panel
- Write custom CSS or use examples
- Click "Apply CSS"
### 7. Create Column Layouts (NEW!)
- Select element
- Open "Layout" tab
- Choose from 8 templates
- Or create custom columns
### 8. Navigate to Admin (NEW!)
- Select element
- Open "Admin" tab
- Click contextual link
- Jumps to relevant admin page
### 9. Toggle Visibility
- In Layers panel
- Click eye icon to hide/show
### 6. Save Changes
### 10. Save Changes
- Click "Publikovat" button
- Page will reload with new design
@@ -98,7 +125,7 @@ Method 2: Admin Sidebar
---
## 🎯 Common Tasks
## 🎯 Common Tasks (Updated with New Features!)
### Change Homepage Layout
1. Enter edit mode
@@ -127,6 +154,34 @@ Method 2: Admin Sidebar
2. Select: Desktop / Tablet / Mobile
3. Test responsive behavior
### Edit Text Directly (NEW!)
1. Click on any text
2. Inline editor activates
3. Format with toolbar
4. Save automatically
### Create Two-Column Layout (NEW!)
1. Select element
2. Open "Layout" tab
3. Click "Two Equal" template
4. Element splits into columns
5. Save changes
### Apply Background Gradient (NEW!)
1. Select element
2. Open "CSS" tab
3. Choose "Background Gradient" example
4. Or write custom CSS
5. Enable preview
6. Apply and save
### Quick Jump to Content Manager (NEW!)
1. Select News section
2. Open "Admin" tab
3. Click "Manage Articles"
4. Opens in new tab
5. Edit and return
---
## ⚠️ Important Notes
@@ -157,7 +212,20 @@ Method 2: Admin Sidebar
### Changes not saving?
→ Check browser console for errors
→ Verify admin permissions
→ Check network tab for API errors
→ Check network tab for API errors
→ 🆕 Try refreshing and re-entering edit mode
### Custom CSS not applying? (NEW!)
→ Check for syntax errors (missing braces/semicolons)
→ Enable preview mode first
→ Click "Apply CSS" button
→ Save and publish changes
### Inline editor not working? (NEW!)
→ Make sure element is editable
→ Click directly on text (not container)
→ Check if toolbar appears
→ Try refreshing page
### Preview not updating?
→ Refresh page and try again
@@ -173,6 +241,8 @@ Method 2: Admin Sidebar
## 📚 Learn More
- **Elementor Features:** `DOCS/MYUIBRIX_ELEMENTOR_FEATURES.md` ⭐ NEW!
- **Enhancement Summary:** `DOCS/MYUIBRIX_ENHANCEMENT_SUMMARY.md` ⭐ NEW!
- **Full Audit:** `DOCS/MYUIBRIX_INTEGRITY_CHECK.md`
- **Fixes Applied:** `DOCS/MYUIBRIX_FIXES_APPLIED.md`
- **Code:** `frontend/src/components/editor/MyUIbrixEditor.tsx`
@@ -189,6 +259,13 @@ Method 2: Admin Sidebar
6. **Use layers panel** - Easier than clicking elements
7. **Category filter** - In Add Element picker for quick search
8. **Hover for details** - Variant descriptions explain differences
9. **🆕 Start with templates** - Use layout templates before custom columns
10. **🆕 Use CSS examples** - Browse examples in CSS tab for inspiration
11. **🆕 Inline editing** - Edit text directly without going to admin
12. **🆕 Contextual links** - Use Admin tab for quick navigation
13. **🆕 Live CSS preview** - Enable preview before applying custom CSS
14. **🆕 Color pickers** - Use visual pickers in Style tab
15. **🆕 Grid layouts** - Leverage grid templates for complex designs
---
@@ -202,6 +279,46 @@ Method 2: Admin Sidebar
---
**Version:** 1.0
**Last Updated:** 2025-01-15
**Status:** ✅ Production Ready
---
## 🆕 New Elementor-Style Features
### Inline Text Editor
- Click-to-edit any text
- Rich formatting toolbar
- Bold, Italic, Underline
- Insert links
- Auto-save
### Column Layout Manager
- 8 pre-built templates
- Dynamic columns (add/remove)
- Visual layout preview
- Per-column element management
### Custom CSS Editor
- Full CSS code editor
- Real-time validation
- Live preview mode
- CSS examples library
- Error detection
### Contextual Admin Links
- Smart navigation per element
- Quick links to manage content
- Link descriptions & icons
- Opens in new tab
### Enhanced Style Panel
- 5 tabs: Content, Style, Layout, CSS, Admin
- Typography controls (font, size, weight, etc.)
- Color pickers with hex input
- Padding/margin controls
- Grid layout controls
- Full CSS editor
---
**Version:** 2.0 (Elementor Edition)
**Last Updated:** December 2024
**Status:** ✅ Production Ready with Advanced Features