uikit simple theme
Theme Description:
A simple theme that incorporates uikit from http://getuikit.com
Version 2 is based on uikit 2.12.0 * Changed text in menu to be site title * Fixed div containers * Added template.home.php, has nothing other than top container for content, allows greater flexibility * Added uikittheme.css & uikittheme.less - this is now default so manual uikit version updates don't overwrite changes. Use the less file at http://getuikit.com/docs/customizer.html to amend to your liking, export css and overwrite uikittheme.css
Version 1 is based on uikit 2.11.0
Install Instructions:
extract into your theme folder and set as theme.
jquery is bundled under assets/js in case you don't want to use the jquery cdn.
To use local jquery:
open footer.inc.php
change:
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
to:
<script src="<?php get_theme_url(); ?>/assets/js/jquery-2.1.1.min.js"></script>
Archived Versions:
These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide