This repository contains domain configuration guides for hosting providers that integrate with Elementor Hosting Connect. These guides help users configure their domains correctly when using different hosting providers with Elementor.
Elementor Hosting Connect allows hosting providers to integrate their services with Elementor's ecosystem. This repository specifically handles domain configuration guides that are displayed to users when they need to connect their domains.
If you're a hosting provider looking to integrate with Elementor Hosting Connect, follow these steps to add your domain configuration guides:
Create a new JSON file in the appropriate provider directory under src/
. Example structure:
{
"version": "1",
"steps": {
"intro": {
"dashboardUrl": "https://your-dashboard.com",
"visual": {
"type": "image",
"src": "logo.png"
}
},
"dns": {
"instructions": [
"Log in to your dashboard",
"Navigate to DNS settings",
"Additional steps..."
],
"visual": {
"type": "image",
"src": "dns-settings.png"
// or
"type": "video",
"src": "https://youtube.com/embedd/your-guide-video"
}
}
}
}
version
: Guide version numbersteps
: Object containing guide sectionsintro
: Initial setup informationdashboardUrl
: Direct link to your platform's dashboardvisual
: Logo or intro image/video
dns
: DNS configuration stepsinstructions
: Array of step-by-step instructionsvisual
: Supporting image or video guide
- Images
"visual": { "type": "image", "src": "path-to-image.png" }
- Videos
"visual": { "type": "video", "src": "video-url" }
Place your guide in the correct location:
src/
├── cloudflare/
│ └── guide.json
│ └── assets/
│ └── logo.png
├── your-provider/
│ └── guide.json
│ └── assets/
│ └── logo.png
-
Clear Instructions
- Write concise, numbered steps
- Include exact menu paths and button names
- Specify any important settings or toggles
-
Visual Content
- Provide high-quality logo
- Include either screenshots or video tutorials
- Ensure visuals match current interface
-
Dashboard Access
- Include direct dashboard URL
- Specify any required permissions or account types
- Note any regional restrictions
- Version number is specified
- Dashboard URL is valid and accessible
- Instructions are clear and sequential
- Visual assets are provided (logo, screenshots, or video)
- JSON structure matches required format
- All paths and URLs are correct
Need assistance? Here's how to get help:
-
Technical Questions
- Open an issue in this repository
- Tag it with
provider-integration
-
Provider Integration Support
- Email: [email protected]
- Include your provider name and specific questions
This project is licensed under the MIT License.
Built with ❤️ by Elementor