Documentation

Features:
---------

- Bootstrap 2.2.1
- Supports Concrete 5.5+
- HTML5 with Modernizr to support older browsers
- Fully Responsive: Works well on desktop, tablet and mobile phones
- A dropdown navigation for a responsive view
- A Custom Template for the Main Navigation
- 4 Column Footer, 1 Column Footer
- Dashboard settings page for theme base color change
- You can toggle 4 Coulmn or 1 Column footer from dashboard settings
- Social media settimgs with this theme
- Cross Browser compatibility


Add Your Logo:
--------------
1) By default it shows the site name in place of logo. But if you want to add your own logo, then navigate to SITEROOT/packages/theme_andia/themes/andia/elements/header.php from FTP (My Computer if you are in local)
2) Upload your logo in jpg, png or gif format to the SITEROOT/packages/theme_andia/themes/andia/img/ folder.
3) Fine the below code

<?php    
      $block = Block::getByName('My_Site_Name');
      if( $block && $block->bID ) $block->display();
      else echo SITE;
?>
And replace it with <img src="<?php  echo $this->getThemePath(); ?>/img/your_logo_name.png" alt="" />

That's it!

Andia Theme Settings:
---------------
From dashboard you will be able to set the base color of the theme. Like if you set Green, the themes all related base colors set as Green. Its a very cool feature. Also you will be able to change the body background color, block colors etc.

For Social icons to be shown into the footer area, just put those links that you want to show. Leave others empty.

 



Help!:
------
If you need any help using this theme, please contact us through the support sections in the theme page in the marketplace