How to configure the Frontpage Slideshow

The following code (In Version Business7.0) corrected to clean urls in page--front.tpl.php is an example slideshow implementation.

<div class="main_view">

<div class="window">
<div class="image_reel">
<a href="#"><img src="<?php print base_path() . drupal_get_path('theme', 'business') . '/images/slide-image-3.jpg'; ?>"></a>
<a href="#"><img src="<?php print base_path() . drupal_get_path('theme', 'business') . '/images/slide-image-2.jpg'; ?>"></a>
<a href="#"><img src="<?php print base_path() . drupal_get_path('theme', 'business') . '/images/slide-image-1.jpg'; ?>"></a>
</div>
<div class="descriptions">
<div class="desc" style="display: none;">What We Do</div>
<div class="desc" style="display: none;">Who We Are</div>
<div class="desc" style="display: none;">Bookings & Appointments</div>
</div>
</div>
 
<div class="paging">
<a rel="1" href="#">1</a>
<a rel="2" href="#">2</a>
<a rel="3" href="#">3</a>
</div>
 
</div>

If someone just wants to add a new slideshow item, he can see the example below:


How to use Drop Down menu

Business theme has inbuilt features for Superfish Drop down menu. No additional module is required.

Theme will display your Drupal Main menu in header menu bar.
Administration >> Structure >> Menus >> Main menu

Drop Menu

So, make sure you have links in Main menu.

To make drop down menu work, make sure you have enabled Show as expanded for every parent menu

How to show website slogan

To show website slogan below logo, just enter your website slogan in Drupal admin panel.
Navigate to: Administrator >> Configuration >> System >> Site information

And set your website slogan.

Slogan

After you have set your website slogan, it will be displayed below logo in header.

Slogan1.png

To hide website slogan, just leave the slogan box empty.

Installation

Installing the theme is very easy.

  1. Upload the business folder in sites/all/themes directory of your Drupal installation.
  2. Login in your Drupal admin panel.
  3. Navigation to: Home >> Administration >> Appearance.
  4. Click Enable and set default of Business theme. This theme will now be enabled and set as default theme.

Enabling the Business Theme.

Business

Business is a great looking Drupal theme. The theme is not dependent on any core theme. Its very light weight with modern look and feel. Business's clean layout and light weight code make it a great theme for small or medium-sized business to get up and running quickly.

How to show and configure the footer mega-menu

This theme is designed to show Mega menu in footer.

Footer Mega menu

To enable/disable the Footer Mega menu

In default, The Footer mega menu is displayed. In order to disable the footer mega menu.
Navigate to: Home >> Administration >> Appearance >> Settings (of Splendio theme).
On this page, you can enable/disable the Footer mega menu.

Mega menu Enable

Pages

Subscribe with RSS Subscribe to RSS - theme