Posted on: 12/27/15 10:18am
By: ivy
the most simple UIkit theme: Default is out.
download:
https://github.com/ivywe/Default/[*1]
This theme is geeklog.jp theme.
1. Based on Denim.
2. Clear up unnecessary files. (breadcrumbs/*, images/some files)
3. Using comment {# start ....#} {#end ... #}
4. Using the aria-describedby attribute (add accessibility)
5. Using UIkit fully.
uk-form-horizontal, uk-form-row, uk-form-label, uk-breadcrumb, uk-pagination
uk-modal, uk-modal-dialog and many UIkit style.
6. Using style.css.php
7. add Custummenu plugin theme
8. add Staticpages plugin theme
This is one of Geeklog default theme candidate.
Please use as parent theme.
functions.php
Text Formatted Code
function theme_config_XXXX()
{
...
'theme_default' => 'default'
}
news:
http://www.geeklog.jp/article.php/theme-default[*2]
書込: the most simple UIkit theme: Default
Posted on: 02/11/16 12:54am
By: ivy
default is set http://demo.geeklog.jp
Use pagination breadcrumb and many UIkit
add html5 form 'required'
Re: the most simple UIkit theme: Default
Posted on: 02/11/16 07:50am
By: ivy
I changed my language English from Japanese.
all right now ?
Re: the most simple UIkit theme: Default
Posted on: 02/11/16 08:21am
By: ivy
theme default/comment many changes.
example)
http://www.geeklog.jp/article.php?story=file-manager-vunerability#comments
Use simply only UIkit.
a few change: lib-comment.php
(remove separator text | )
GitHub:
https://github.com/ivywe/geeklog/tree/adduikit
Re: the most simple UIkit theme: Default
Posted on: 02/11/16 03:34pm
By: Laugh
I changed my language English from Japanese.
all right now ?
Yup this reply worked.
I thought I had this issue fixed last time. I have added an issue to the forum tracker about it.
Re: the most simple UIkit theme: Default
Posted on: 02/11/16 03:46pm
By: ::Ben
Nice work Ivy.

Maybe you could remove the assist autotag from header and use
CUSTOM_templateSetVars instead.
Thanks,
Ben
Re: the most simple UIkit theme: Default
Posted on: 02/12/16 01:43am
By: ivy
Ben, Tom, thanks!
assist plugin autotag removed.
now lib-comment.php hack discard, and reversed comment/comment.thtml partialy.
added all of core plugin templates using UIkit.