Docs

 

# Installation Instructions

  1. Unzip this file in your site's packages/ directory.
  2. Login to your site as an administrator.
  3. Find the "Add Functionality" page in your dashboard.
  4. Find this package in the list of packages awaiting installation.
  5. Click the "install" button.
  6. From Themes activate Drop Theme for all pages.

 

USAGE:

  • For titles use "intro-text text-center" classes.

  • For Site name or logo you dont need to add a link to "home" page since its link automatically.

  • Dont forget to add Site name Mobile Stack for mobile devices.
  • You can use all bootstrap css, javascripts please refer to:http://getbootstrap.com/

  • There are 2 special page list template added especially used in blog type of pages.(curtain-list and bootstrap_blog_thumbnail)

  • Auto nav template (sidebar) added to be used in side bars

  • You can change the background image of the page from page properties > custom attributes > "Drop Background Image" make sure background image is big enough to cover most screens. 1920 px is recommended

  • To disable the drop down menu edit theme_ig_drop/themes/ig_drop/elements/header.php file line#69 $bt_main->controller->displaySubPageLevelsNum = '1';  to $bt_main->controller->displaySubPageLevelsNum = '0';