Welcome to documentation. First of all thanks for purchasing our theme. We hope you will be satisfied with our work, and this theme will be useful in your projects.
Please go through the documentation carefully to understand how this template is made and how to edit this properly.
The following tutorial shows how our WordPress themes are installed and setup.
Also check out Elementor Academy from where you can learn to build anything with Elementor.
First of all, to install our theme and run it you need the content management system which is called WordPress.
If you are installing your theme from the WordPress theme installer, but get a message that says Are you sure you want to do this?, most likely your web server is configured with low PHP settings that only allow a certain size ZIP file to be uploaded via WP admin.
Most hosting companies configure their servers to only have the maximum file upload size limit at 8-10 MB, some are less. Our theme ZIP is currently about 6 MB in size which is due to the included plugins and all the demo content. So if you get this error, your web server is rejecting the upload due to the overall size of the zip file. WordPress is, unfortunately, giving you a rather ambiguous message in response. This is not a theme issue or bug.
Memory Size: memory_limit = 256M
Script execution time: max_execution_time = 400
Number of input variables: max_input_vars = 4000
If you don’t have access to the php.ini file, you can add the following values in your .htaccess
file:
php_value max_execution_time 400
php_value memory_limit 256M
php_value upload_max_filesize 10M
Be careful using these settings, some hosting companies don’t allow users to change php settings, if you experience any problem after making these changes, please revert these in your .htaccess file, using your FTP client.
Also, there is another way to prevent this error, you can upload your theme via FTP.
After activating the theme, notices will appear on the top of WordPress, if there are no notices, please go to Appearance > Install Plugins.
Required:Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. A permalink is what another weblogger will use to link to your article (or section), or how you might send a link to your story in an e-mail message. The URL to each post should be permanent and never change — hence permalink. Sometimes you can hear the word flush the permalinks, that's nothing it only needs to press save changes at Settings > Permalinks to refresh or flush the permalinks of your domain.
The front page usually on demo import assigns itself, but that can be changed easily to any page you want at Settings > Reading > Front Page.
You can create a blog page which will play the role of the collector of all posts inside your WordPress, to assign that page you first need to create a blank page and then at Settings > Reading > Blog Page assign that page
Elementor is the ultimate WordPress page builder, the key difference is that you can reach a high level of design while designing live and on the front end of your site. Elementor is a page builder plugin that replaces the basic WordPress editor with a live frontend editor, so you can create complex layouts visually, and design your website live, without having to switch between the editor and the preview mode. The page builder enables you to reach a top-notch quality of design without needing to use code or CSS and doesn't require code knowledge.
Check out Elementor Academy from where you can learn to build anything with Elementor.Our theme has prepacked Elementor Templates to ease you work on Header, Footer, Pages, Posts and Potfolio Items. They can be imported as shown in the video tutorial at Getting Started section of the documentation. They can be found on Wordpress Dashboard > Templates.
----------------------------------------------------------------------------------------- Version 1.0.0 ----------------------------------------------------------------------------------------- - Initial Release