Getting Started with VisioLayer
Welcome to the VisioLayer documentation. This guide will help you install, configure, and create your first stunning visual slider in minutes.
What is VisioLayer?
VisioLayer is a high-performance WordPress slider plugin designed for visual impact and ease of use. It allows you to create responsive, layer-based sliders with advanced animations, video backgrounds, and interactive elements without writing any code.
Free vs Pro
VisioLayer comes in two versions tailored to different needs:
| Feature | Free Version | Pro Version |
|---|---|---|
| Basic Sliders | ✅ | ✅ |
| Responsive Design | ✅ | ✅ |
| Layer Animations | Basic | Advanced |
| Templates | 5 Starter Templates | 100+ Premium Templates |
| Video Backgrounds | ❌ | YouTube, Vimeo, HTML5 |
| Dynamic Sources | ❌ | WooCommerce, Posts, Instagram |
| Support | Community Forum | Priority Email Support |
System Requirements
To ensure VisioLayer runs smoothly, your environment should meet the following minimum requirements:
- WordPress Version: 6.0 or higher
- PHP Version: 8.0 or higher
- Database: MySQL 5.7+ or MariaDB 10.3+
- Memory Limit: 256MB (512MB recommended for complex sliders)
- Browsers: Modern browsers (Chrome, Firefox, Safari, Edge)
Installation
Free Version (from WordPress Repository)
- Log in to your WordPress Dashboard.
- Navigate to Plugins > Add New.
- Search for "VisioLayer".
- Click Install Now and then Activate.
Pro Version (Manual Installation)
- Purchase and download the
visiolayer-pro.zipfile from your account dashboard. - Go to Plugins > Add New.
- Click Upload Plugin at the top of the screen.
- Choose the downloaded
.zipfile and click Install Now. - Click Activate.
- Go to VisioLayer > License to enter your license key for updates.
Creating Your First Slider
- Navigate to the VisioLayer tab in your WordPress admin menu.
- Click the "New Slider" button.
- Choose a Source: Select "Blank Slider" to start from scratch or "Import Template" to use a pre-made design.
- Slider Settings: Give your slider a alias (e.g.,
homepage-hero) and set your desired width and height (e.g.,1920pxx800px). - Editor Interface:
- Slide List: Manage your slides on the left.
- Canvas: Drag and drop elements (Text, Images, Buttons) onto the center canvas.
- Timeline: Control animation timing at the bottom.
- Click Save in the top right corner.
Embedding Your Slider
Once your slider is ready, you can add it to any page or post.
Method 1: Gutenberg Block (Recommended)
- Edit your page or post.
- Click the + (Add Block) button.
- Search for VisioLayer and select the block.
- Select your slider from the dropdown menu.
Method 2: Shortcode
- Go to the VisioLayer main dashboard.
- Copy the shortcode for your slider, e.g.,
[visiolayer alias="homepage-hero"]. - Paste this code into any Shortcode block or classic editor content area.
Method 3: PHP (For Theme Developers)
Add the following code to your theme's template file (e.g., header.php):
<?php echo do_shortcode('[visiolayer alias="homepage-hero"]'); ?>
Common Beginner Mistakes
::: warning Avoid these common pitfalls to ensure the best performance: :::
- Using Huge Images: Do not upload raw 5MB+ images. Optimize and compress your images (WebP format recommended) before uploading. Ideally, keep images under 200KB.
- Ignoring Mobile View: Building a slider on desktop doesn't guarantee it looks good on phone. Use the Device Switcher in the editor to tweak font sizes and layout for mobile screens.
- Too Many Layers: Adding dozens of heavy animations on a single slide can slow down the page. Keep it clean and impactful.
- Missing Alt Text: Always add "Alt Text" to your image layers for SEO and accessibility.