Posts: 3
Threads: 2
Joined: May 2012
2012-05-07, 04:44:20
(This post was last modified: 2012-12-27, 00:28:33 by Orkun.)
A simple, light, dark, clean 2 column theme for GS 3.1. HTML5 & CSS3 validated. Fixed width.
Author web-site:
http://orkun.me/
Theme preview:
http://orkun.me/demo/Acidmind/
Updated to v.0.2!
Posts: 2,928
Threads: 195
Joined: Feb 2011
Hallo Orkun,
your theme looks nice! Thanks!
Your site is interesting for me, because you integrate Pixelpost, which I know since a long time, as I was member of the pixelpost team for quite a long time ...
I will check the theme later for a new website,
Cheers, Connie
Posts: 17
Threads: 3
Joined: Oct 2012
@ Orkun
first in german.
Ich würde gerne die Unterkategorien bei Mousover Anzeigen lassen. Leider ist das nicht möglich.
Vermutlich muss da nur eine CSS Anweisung geändert werden.
english
I would like to se my sub categories on mouseover.
Could anybody help?
here an example :
http://mvlcek.bplaced.net/multi-level-na...tion-demo/
if you move over the word destionation......
I don´t know what to change
Posts: 1,247
Threads: 82
Joined: Feb 2011
This theme is awesome and easy to edit as well (a lot easier than Cardinal for example).
Found a little bug:
In the footer it says:
Code:
<a href="admin/">LOGIN</a>
Instead it should be:
Code:
<a href="<?php get_site_url(); ?>admin">LOGIN</a>
Btw. The description of get_site_url() on this wiki page:
http://get-simple.info/wiki/themes:templ..._functions
says:
Quote:Echos the website's domain. No options. For example, this echos get-simple.info from any page on the GetSimple website.
I think this is the wrong description. It should be something like:
Quote:Echos the website's root-url.
If I make a website on domain blabla.com but store it under blabla.com/gs
According to this description the <?php get_site_url(); ?> would give me the domain blabla.com (without the /gs after it). While in reality, this code gives me the url blabla.com/gs
Posts: 3
Threads: 2
Joined: May 2012
@datiswous
Thanks for the finding. I corrected it in the version 0.2.
There was also a css issue when viewed in android browser. I also corrected that issue.
@markus
Lately I was too busy, sorry for the delay. But in the meantime you figured it out as far as I see it from your page