Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+5 votes
2.8k views
in Themes by
edited by

This theme will now work as a standalone theme for Q2A and matches the Wordpress theme Iconic One http://demo.themonic.com/io/

 

The theme is fully responsive and scores above average using GTmetrix.

 

Monty and Bex

 

by
I don't see the dowloand link
by
Download link is clearly labelled on

http://kerfuffled.org/test1/
by
reshown by
#edit: in google chrome there is no download but in firefox I see it btw thx for the theme
#edit2:Can you add user avatars to be displayed like in Snow theme?
by
edited by
Find qa-theme.php

Backup this file in case you make a mistake editing.


One change needs to be made.


Around line 760 find

// remove avatar - personal preference

function post_avatar_meta($post, $class, $avatarprefix=null, $metaprefix=null, $metaseparator='<br/>')
{
$this->output('<span class="'.$class.'-avatar-meta">');
//$this->post_avatar($post, $class, $avatarprefix);
$this->post_meta($post, $class, $metaprefix, $metaseparator);
$this->output('</span>');
}

Remove // from  //$this->post_avatar($post, $class, $avatarprefix);

Save qa-theme.php


This was a personal preference for us to remove avatars - so we have not tested how they will appear when this change has been made.

Best of luck.
by
Thanks works perfectly
by
Congratulations! Wonderful light weight theme.. keep it up

1 Answer

0 votes
by
Thanks Monty&bex , great theme
...