Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Plugintheme.

net
For Theme Installation:
Look for the bimber_to_install.zip.

To install a demo:
For the theme to work with the demo imports, all essential plugins must be installed. There are two
options to find and install the plugins.
 
• Option 1: We recommend this step first before jumping into the other options. Install the theme’s
bundled plugin in the theme panel directly. Usually, it is located
at Appearance >> Plugins OR YourThemeName >> Plugins.

• Option 2: You can install the theme’s bundled plugin by extracting the main downloaded zip
package, look for the folder named (Plugins), and begin the plugin installation manually.

For License:
We cannot provide a license code for you, and it's because we already obtain the Plugin/Theme from
the original developer.
 
The use of a license code is for automatic updates and premium support from the original developer.
Plugintheme guarantee you to deliver a free manual update and minor assistance for your convenience
of using the product.

For New Updates:


The update must be done by re-uploading the product manually.
 
We don't usually send a notification for the new update. We require you to manually check the
items through the website (My Account) or reach us out to request so we could send you the newly
updated file within a few days - (support@plugintheme.net) We recommend this for us to filter the
update frequency from the lowest application to the highest.

Memory/Upload Values - To Run Your Website Smoothly:


Add the required values for your WordPress.
https://youtu.be/RIZHcHZ8xKY

Add to your .htaccess:


<IfModule mod_rewrite.c>
php_value memory_limit 512M
php_value post_max_size 256M
php_value max_input_time 300
php_value max_execution_time 600
php_value upload_max_filesize 256M
php_value max_input_vars 5000
</IfModule>

Add to your wp-config.php


define( 'WP_MEMORY_LIMIT', '256M' );

You might also like