Upgrading from version 1.2 (or earlier) broke my site, WTF ?
The blog, video, and featured categories will be reset when you install Wave 1.3 (or above) after having a previous version installed. As soon as you active it, head to the Theme Settings panel and select the appropriate category for each from the new pull-down menus.
The initial release of version 1.3 had a bug which prevented the featured category from being properly determined on the homepage. Version 1.3.5 was quickly released to patch the issue, and anyone running 1.3 should upgrade.
Everything seems fine, except videos don’t show up in posts. Why not?
Check and make sure that you haven’t got the blog and video categories set to the same category. You have to use a unique category for each post type.
I have a custom logo which is a transparent image, and I can see the site name in plain text under it. Why?
That’s happening because I use an image replacement technique for the logo, which drops an image over top of the text. With the image being transparent, you can see the text behind it.
It can be fixed pretty easily by adding a negative indent to the logo’s text. This will make it appear way to the left, out of visible range. Add the following to the head include section of Theme Settings.
<style type="text/css">
#logo-custom {
text-indent: -9999px;
}
</style>


792 Purchases
199 Comments