-
Notifications
You must be signed in to change notification settings - Fork 1k
Design Frequently Asked Questions
This page answers the most common questions about customizing the look and feel of your AVideo platform.
- How do I change my site logo?
- How do I change the site colors/theme?
- How do I add custom CSS?
- How do I change the homepage layout?
- How do I hide certain menu items?
- How do I add my own JavaScript?
- How do I create a Netflix-style layout?
- How do I customize the video player?
- How do I change the footer text?
- Where can I find free themes?
Quick Answer: Go to Plugins → CustomizeAdvanced → Logo settings
- Login as admin
- Go to Plugins → CustomizeAdvanced
- Click Edit/Settings
- Find the Logo section
- Upload your logo image
- Click Save
Tip: Recommended size is 200x50 pixels. Use PNG with transparent background for best results.
📖 Add Custom CSS or JavaScript
Quick Answer: Use the CustomizeAdvanced plugin or Dark & Light Themes
- Go to Plugins → CustomizeAdvanced
- Find the color settings (Primary Color, Secondary Color, etc.)
- Enter your color codes (e.g.,
#FF5500) - Click Save
For dark/light mode toggle:
Quick Answer: Use the CustomizeAdvanced plugin's CSS field
- Go to Plugins → CustomizeAdvanced
- Find the Custom CSS text area
- Paste your CSS code
- Click Save
/* Change header background color */
.navbar {
background-color: #1a1a2e !important;
}📖 Add Custom CSS or JavaScript
Quick Answer: Use the Gallery plugin
- Go to Plugins → Gallery
- Click Edit/Settings
- Choose your preferred layout style:
- Grid
- List
- Carousel
- Configure number of videos to display
- Click Save
Quick Answer: Use the TopMenu plugin or CustomizeAdvanced
- Go to Plugins → Enable TopMenu plugin
- Configure which items to show/hide
- Save your settings
You can hide:
- Categories
- Trending
- Live streams
- Upload button (for non-logged users)
- And more...
Quick Answer: Use the CustomizeAdvanced plugin's JavaScript field
- Go to Plugins → CustomizeAdvanced
- Find the Custom JavaScript text area
- Paste your JavaScript code
- Click Save
// Add custom tracking or analytics
console.log('Custom JS loaded');
⚠️ Warning: Be careful with JavaScript - incorrect code can break your site.
📖 Add Custom CSS or JavaScript
Quick Answer: Enable and configure the Gallery plugin for Netflix/YouPHPFlix style
- Go to Plugins → Gallery
- Enable the Netflix/YouPHPFlix style option
- Configure categories and rows
- Save settings
This gives you:
- Horizontal scrolling rows
- Category-based organization
- Hover effects on thumbnails
📖 Configure a Netflix Clone Page
Quick Answer: Use the Player or PlayerSkins plugin
- Go to Plugins → Player or PlayerSkins
- Configure player options:
- Autoplay settings
- Control bar appearance
- Player colors
- Watermark/logo overlay
- Save settings
📖 Player and PlayerSkins Plugin
📖 Autoplay and Browser Policies
Quick Answer: Use the CustomizeAdvanced plugin
- Go to Plugins → CustomizeAdvanced
- Find the Footer section
- Edit the footer text/HTML
- Click Save
You can add:
- Copyright text
- Links to your pages
- Social media icons
- Custom HTML
Quick Answer: AVideo uses Bootstrap, so most Bootstrap themes work
-
Built-in themes - Check the CustomizeAdvanced plugin for included options
-
Bootstrap themes - Free themes that can be adapted:
- Bootswatch - Free Bootstrap themes
- StartBootstrap - Free templates
-
Marketplace - Commercial themes and plugins:
📖 Site Design and Templates
📖 Build Your Own Frontend
No, we currently do not offer design customization services.
No, we do not provide coding instruction.
However, you can use our GitHub Issues to ask technical questions.
Yes, please use GitHub or the community forums.
The Open Source Video Platform Solution
| Service | Description | Link |
|---|---|---|
| 🎯 | Professional Support - Direct assistance from core developers | Contact |
| ☁️ | AVideo CDN - High-performance video delivery network | Pricing |
AVideo Platform © 2024 - Self-hosted video streaming platform
Made with ❤️ by WWBN and the open source community