You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added advanced completion step styles in wizard.css for better user guidance.
- Updated wizard.min.css to include new styles for next steps, pro features, and resources sections.
- Implemented WordPress color picker initialization in wizard.js for color fields.
- Improved sidebar.php by adding alt attributes to social media icons for better accessibility.
- Enhanced Media_Handler class to extract alt text from image tags and use it if the alt meta is empty.
- Updated wzkb-styles.css with improved color schemes for alert messages to enhance visual consistency.
Copy file name to clipboardExpand all lines: docs/BEACON-WIDGET.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The Beacon is a floating help widget that provides self-service support with sea
11
11
-**Smart Suggested Articles** - Context-aware articles using Related class for KB posts, recent articles elsewhere
12
12
-**Contact Form** - HTML email contact with beautiful template when articles don't help
13
13
-**Built-in Spam Protection** - Honeypot field plus anonymous rate limiting without storing IPs
14
+
-**Minimum Message Length** - Requires at least 30 characters before submitting (filterable)
14
15
-**Stacked Navigation** - Mobile-app-style layered interface for smooth UX
15
16
-**Responsive Design** - Works beautifully on desktop, tablet, and mobile devices
16
17
-**Fixed Search Box** - Search box locked at bottom using CSS Grid for optimal UX
@@ -23,6 +24,7 @@ The Beacon is a floating help widget that provides self-service support with sea
23
24
-**Smooth Animations** - Polished transitions and hover effects
24
25
-**Accessibility** - Keyboard navigation, focus states, and ARIA labels
25
26
-**Modern UI** - Clean, professional design with rounded corners and shadows
27
+
-**Smart Color Palette** - Setup wizard derives hover/text/link colors from your primary brand color while keeping the panel background white for readability
26
28
27
29
## Configuration
28
30
@@ -38,6 +40,8 @@ Navigate to **Knowledge Base > Settings > Output** and scroll to the **Beacon He
38
40
-**Button Text** - Custom text for the button (default: "Help")
39
41
-**Beacon Color** - Primary color for button and UI elements (default: #617DEC)
40
42
43
+
> **Setup Wizard Color Tips:** When using the setup wizard, choosing a primary color automatically generates a full palette (button hover, text, panel text, and link hover colors) with contrast-aware values. The panel background is intentionally kept white to maintain content readability.
44
+
41
45
#### Content Settings
42
46
43
47
-**Greeting Message** - Welcome message when beacon opens (default: "Hi! How can we help you?")
@@ -47,6 +51,7 @@ Navigate to **Knowledge Base > Settings > Output** and scroll to the **Beacon He
47
51
48
52
-**Enable Contact Form** - Allow visitors to send messages
49
53
-**Contact Email** - Email address for form submissions (default: admin email)
54
+
-**Minimum Message Length** - Require visitors to enter at least 30 characters (default: 30, filterable)
0 commit comments