http://www.japantraveller.org/forum/index.php
using and loving this theme. hope to see the 3.2 compatible version soon.
i think the only problem i'm seeing with the current version are those icons on the top right of any post (edit, delete, report, info, reply) have disappeared.
inspecting the element this is the difference. (i don't really understand css)
old we_clearblue
<a href="./posting.php?mode=edit&f=26&p=155" title="Edit post" class="button icon-button edit-icon"><span>Edit</span></a>
current prosilver
<a href="./posting.php?mode=edit&f=26&p=155" title="Edit post" class="button button-icon-only">
<i class="icon fa-pencil fa-fw" aria-hidden="true"></i><span class="sr-only">Edit</span>
</a>