Thank you for purchasing our theme!
If you have any questions which are beyond the scope of this help file, please feel free to ask your question at:
https://themeforest.net/user/brighthemes
Theme is available only on Themeforest.
Author: Brigh Themes
Updated: Saturday, November 12, 2016
Here are some requirements for installation of Architecture Theme.
1. For installing Architecture theme, from your wordpress dashboard go to Appearance > Themes
2. Click "Add New" button.
3. Click "Upload Theme" button.
4. Unzip the theme package you downloaded from themeforest and select the architecture.zip file by clicking "Choose File" button.
5. And Finally click "Install Now" button.
Once theme installaiton is done, activate the theme.
Once theme is activated, please activate all the required plugins of theme by clicking "Begin Installing Plugins" notice in the dashboard..
List of bundled plugins is given below:
If you want to check your Wordpress theme version , Wordpress language or your server configuration, goto Appearance > System Status
If values are green than you are good to go, but if values are red than you should fix those configurations so your website can work smoothly.
Tip 1: Increase the limit via PHP.ini file – You can directly increase the PHP Memory Limit if you’ve access to the PHP.ini file. Most small Shared hosting servers won’t give you access to the PHP.ini file. But some servers allow you to create a duplicate PHP.ini in your respective site Directories whose data/values will override the default PHP.ini values. To do that you just need to create a file with the name ‘php.ini’ in the directory where your WordPress site is installed. In that just add the command memory_limit = 128M in it to increase the Memory Limit to 128 MB.
// Add this in php.ini memory_limit = 128M
Tip 2: Changing the Memory Limit via wp-config.php – If you don’t want to mess with the PHP.ini file, then you can go for this method. In this you won’t be needing to create any extra file in your Directory. Just Adding define(‘WP_MEMORY_LIMIT’, ‘128M’); in your ‘wp-config.php’ file would increase your PHP Memory Limit to 128 MB.
// Add this in wp-config.php define(‘WP_MEMORY_LIMIT’, ‘128M’);
Tip 3: Modifying the .htaccess file to Increase Memory Limit – A Default WordPress Installation won’t have a .htaccess file. But in case you already have it for some purposes like ‘301 Redirection’, just add the command php_value memory_limit 128M in your ‘.htaccess’ file and your memory limit will increase to 128 MB.
// Add this in .htaccess php_value memory_limit 128M
Tip 4: Changing the Memory Limit via wp-config.php – This method is just an Alternate to the php.ini method. Because the function of the code we use in this method is same as what we put in the php.ini file.You just need to place the code ini_set(‘memory_limit’,’128M’); in the ‘wp-config.php’ file which is placed in the root folder of your WordPress installation.
// Add this in wp-config.php ini_set(‘memory_limit’,’128M’);
Tip 5: Have a talk with your Host – If you are a person who is new to all these techie sounding things then it’s better to have a Live Chat / a Call with your Host right away. It’s your right to talk to them & get the necessary changes you need as you’ve paid for it.
For importing demo content goto Appearance > Theme Options
Goto Demo Importer tab in Option Panel, and click "Import Demo" button. This process can take several minutes, so please be patient and do not close the page.
Important: If you install the demo, it will change all of your current pages, posts, projects, menus, widgets and theme options.
1. Goto to Pages in your admin sidebar and click Add New option.
2. Input a new name for your page, then find the Page Attributes box on right side. Set your page template from the Template dropdown list. See list of page templates below. Set Page title and sub title indivial pages shown in image below
Below are the Page Templates, along with a description of each one.
Default – This is the Default page template that comes with boxed layout.
Contact – This is the Contact page template that you should choose when you make your contact page with Google Map & a contact form.
Work Page – This is a portfolio page template. Which will show all projects you add in "Projects" section of dashboard.
You can use architecture shortcodes in your page/post/project. Below is the list of shortcodes with parameters required for each shortcode.
Projects
This shortcode is used to display your projects on any section of your page/post content area. Below is the list of parameters for this shortcode.
Services
This shortcode is used to display your services on any section of your page/post content area. You can add these services from Services panel of your dashboard.
Below is the list of parameters for this shortcode.
Team
This shortcode is used to display your team on any section of your page/post content area. You can add these team members from Team panel of your dashboard.
Below is the list of parameters for this shortcode.
Testimonials
This shortcode is used to display your testimonials on any section of your page/post content area. You can add these testimonials from Services panel of your dashboard.
Below is the list of parameters for this shortcode.
Hint : Go to Media > Library from you wordpress dashboard and click the image for which you want to get id, a pop up will appear and you'll get a URL in your address bar like this: http://example.com/wp-admin/upload.php?item=384 , the 384 is your image id in url.
Usage : [tsa_testimonials heading="Your heading here" sub_heading="Sub heading here" background="332"]Slider
This shortcode is used to display your selected slider on any section of your page/post content area. You can add new slider from Sliders panel of your dashboard.
Fun Facts
This shortcode is used to display your stats counter on any section of your page/post content area. Below is the list of parameters for this shortcode.
Note : You can enter maximum 3 counters in this shortcode, please see below useage.
3 Steps
This shortcode is used to display any process with maximum 3 steps in it. Below is the list of parameters for this shortcode.
Process
This shortcode is used to show any process with maximum 7 steps on your page/post content area. Below is the list of parameters for this shortcode.
Process Description will be added between opening and closing tags of your shortcode. See usage below
Clients
This shortcode is used to display Clients Logos section on your page/post content area. Below is the list of parameters for this shortcode.
Hint : Go to Media > Library from you wordpress dashboard and click the image for which you want to get id, a pop up will appear and you'll get a URL in your address bar like this: http://example.com/wp-admin/upload.php?item=384 , the 384 is your image id in url.
Content Box
This shortcode is used to display Content Box on your page/post content area. Below is the list of parameters for this shortcode.
Hint : Go to Media > Library from you wordpress dashboard and click the image for which you want to get id, a pop up will appear and you'll get a URL in your address bar like this: http://example.com/wp-admin/upload.php?item=384 , the 384 is your image id in url.
Pricing Table
This shortcode is used to display Pricing Table on your page/post content area. This is a Container shortcode inwhich you can add multiple pricing items by just clicking on plus(+). Below is the list of parameters for pricing items.
Achivements
This shortcode is used to display Achivements/Awards section on your page/post content area. Below is the list of parameters for this shortcode.
Hint : Go to Media > Library from you wordpress dashboard and click the image for which you want to get id, a pop up will appear and you'll get a URL in your address bar like this: http://example.com/wp-admin/upload.php?item=384 , the 384 is your image id in url.
Note : You can enter maximum 6 Achivements with their descriptions. See Usage Below
Icon Set
This shortcode is used to display Icons with Description on your page/post content area. Below is the list of parameters for this shortcode.
Icon Code Lists : Here are some of Icons code.
If you have visual composer installed, you do not need to write the code to put shortcode on your page. You can use Architecture Theme Shortcodes from Visual Composer Element Windows. There is Tab for Architecture Shortcodes. See Image Below
Just select any shortcode you want to use on page from here.
Goto Dashboard >> Appearance >> Theme Options to change the settings of your theme. Most of the theme options are common and easy to understand. Below is the list of some important theme options, which should be used with more care.