Hello there, this is my first custom theme, a modify form static bootstrap.30 free theme...
And i wanna share with you!
Code:
Main Features:
Multilanguage MenĂ¹ with Flags
Responsive Slider in home page
Cool Shortcodes !
Full Responsive!
Red Agency Live Demo
For work like my demo follow this istruction.
1) Install Bootstrap3 plugin into plugin folder (provide with theme)
2) Plugin Needed:
i18n_base
i18n_Gallery
i18n_Lang_Menu
i18n_Navigation
i18n_Search
3) Create a new component called nav with this code:
PHP Code:
<?php
$s = array('current', 'activepath', 'currentpath', 'open');
$r = array('active', 'active', 'active', 'dropdown');
$c = str_replace($s, $r, $item->classes);
?>
<li class="<?php echo $c; ?>">
<?php if ($item->isOpen) { ?>
<a href="<?php echo htmlspecialchars($item->link); ?>" class="dropdown-toggle" data-toggle="dropdown">
<?php echo htmlspecialchars($item->text); ?>
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<?php $item->outputChildren(); ?>
</ul>
<?php } else { ?>
<a href="<?php echo htmlspecialchars($item->link); ?>">
<?php echo htmlspecialchars($item->text); ?>
</a>
<?php } ?>
</li>
Download coming soon (i'll upload to the server right now just a sec)