Documentation for Business Guru Theme


How to setup Slider

To setup the Slider on the homepage. Click on Theme Customizer menu tab under the default tab of Appearance. In that page first section is for Configure Slider. There we have 3 fileds for each image which u want in the slider. Image, Heading, Description. Enter URL of the image in Image field, Title of the image in heading field and text which you wish for that image in Description field.

setup Slider

How to setup Social Icons

To setup the Social icons on the header section. Click on Theme Customizer menu tab under the default tab of Appearance.There is section by the name of social links. Under that section there are fields by the name of each social icons, put the URL for your your account on that social network

Social Icons

How to setup Teaser Under Slider

To setup the Teaser under slider on the home page. Click on Theme Customizer menu tab under the default tab of Appearance.There is section by the name of Slogan setting(below Slider). There we have 2 fields heading and container. Type the heading content in heading field and content for below heading in container field

responsive


How to set up 5 Column Widgets

To setup the 5 column content area on home page. Click on widgets menu tab under the default tab of Appearance.There is widget container by the name of 5 column container. Drop 5 text widgets in that container. Then add content there as per the requirement. To achieve the same content and formatting as we have in demo page we have add the code below which you copy and paste.

5 column Widgets
							<!-- 5 Column Widgets Code -->	
							<i class="iconcircle icon-heart"></i>
							<h6>User Friendly</h6>
							<p>
								Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.
							</p>
						

How to setup 4 Column Widgets

To setup the 4 column content area on home page. Click on widgets menu tab under the default tab of Appearance.There is widget container by the name of 4 column container. Drop 4 text widgets in that container. Then add content there as per the requirement. To achieve the same content and formatting as we have in demo page we have add the code below which you copy and paste.

4 Column Widgets
							<!-- 4 Column Widgets Code -->	
							<i class="iconcircle icon-retweet"></i>
							<h6>Responsive Design</h6>
							<p>
							Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.</p>
						

How to setup 3 Column Widgets

To setup the 3 column content area on home page. Click on widgets menu tab under the default tab of Appearance.There is widget container by the name of 3 column container. Drop 3 text widgets in that container. Then add content there as per the requirement. To achieve the same content and formatting as we have in demo page we have add the code below which you copy and paste.

3 Column Widgets
							<!-- 3 Column Widgets Code -->	
							<a class="single-image link-icon" href="#">
							<img src="blog-item-1.jpg" alt="" >
							</a>
							<h4><a href="#">Responsive Design</a></h4>
							<p>	Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.</p>