documentation

Start Creating Amazing OTT Website Today!

image-icon
Getting started

Need help with installing and using the plugin? Here’s a quick guide to get you started!

image-icon
FAQ

Got questions about the Steamit plugin and its addons? Find your answers here!

image-icon
Tutorials

Learn how to use Streamit with easy-to-follow tutorials and videos!

image-icon
Submit a request

Instructions related to plugin installation and usage

Demo

Build your own OTT Platform just like Netflix

Still Thinking? Just shut the front door and go for it.
You won’t regret it.

FAQ

Frequently Asked Questions

There could be many reasons for difficulties caused during the Streamit demo import procedure. Some of them can be : consistency in network, loading and responding process of server, theme cannot be matched with the initial requirements, etc. It would be helpful to check for compatibility, ensure your system meets the requirements, and review any error messages provided during the import process for more specific information on the problem.

To customize the Streamit theme Logo, log in to your WordPress admin dashboard, navigate to Streamit Options > Logo, and upload the Logo of your choice.

To customize the Streamit theme loader, log in to your WordPress admin dashboard, navigate to Streamit Options > Loader, and upload the loader of your choice.

You can effectively translate your OTT theme data by employing a third-party translation plugin. Simply ensure to conduct compatibility tests with our Streamit theme before installing and activating the plugin.

We’ve incorporated the Paid Membership Pro plugin to handle subscriptions, and there’s an add-on allowing integration with multiple payment gateways. Moreover, the Streamit – OTT streaming theme supports the WooCommerce payment gateway, offering an alternative for processing payments.

Various factors can contribute to prolonged loading times of video streaming themes – Streamit, including but not limited to large media files, insufficient hosting resources, excessive plugins, outdated themes or plugins, caching issues, and external embedded media. It’s essential to assess and address these potential issues to optimize the performance of your website.

This issue is likely occurring because there’s a high possibility that your debug log is turned on. You can include the following code snippet in your wp-config.php file:
Path : theme > wp-config.php
Code : define(‘WP_DEBUG’, false);
ini_set(‘log_errors’, ‘On’);
ini_set(‘display_errors’, ‘Off’);
ini_set(‘error_reporting’, E_ALL);

You can add the following code to wp-config.php file to avoid challenges caused using Streamit theme setup
File Path : theme > wp-config.php
Code :
// Set PHP configuration values

ini_set(‘max_input_vars’, 3000);
ini_set(‘memory_limit’, ‘128M’);
ini_set(‘max_execution_time’, 300);
ini_set(‘max_input_time’, 300);
ini_set(‘upload_max_filesize’, ’64M’);
ini_set(‘post_max_size’, ’64M’);

To change the initial page where users first interact, follow these steps:
1. Log in to your WordPress admin dashboard.
2.Navigate to Settings > Reading.
3. In this section, you can designate your preferred homepage.


This issue exclusively arises when users request personalized customizations. In all other scenarios, updating the Streamit theme and plugin versions doesn’t lead to any breakdown in the page structure. As previously noted, it’s advisable to revert to the most recent efficient backup to prevent the loss of crucial and irretrievable data.

This issue occurs when the permalink structure is not set correctly or needs to be refreshed. To resolve it, follow these steps:
1️⃣ Navigate to Admin Panel → Settings → Permalinks
2️⃣ Select the Post name option under Permalink Structure
3️⃣ Click on Save Changes (Even if no changes were made, saving helps refresh permalinks)