Clearity WP WordPress Theme
Clearity WP is Wordpress Theme packed with powerful additions that will save your time and make your life easier. Whether you are a Wordpress Master or a beginner you’ll have no problem setting up and customising this theme.
A few cool things Clearity ca do for you:
Flexible jQuery slider:
Whether you want your slider to contain images and text or just full size images, Clearity has you covered.
Easy to tweak: 14 slide effects, customizable transition speed and timeout
Unlimited sidebars:
Define all the sidebars you like, then assign them to any page you like. No coding required, it’s all option pages and custom fields.
Flexible column system:
Your content is set free from the boring one column pages you have seen over and over, with Clearity you can have it organized in multi columns, nice and easy.
Custom shortcodes:
You can have attention grabbing buttons, cool message boxes and a wide variety of list styles, all without any codding from your side, just a few square brackets
Many Call To Actions
Show your visitors the way, using the custom Call To Action Bar (the one under the slider) and the big bold top right “Call To Action Button”. You can disable any of them if you feel like you don’t need them.
Portfolio section
You choose where your portfolio items point to: a case study page, a bigger image or a live external site.
Multiple News/Blog pages
You can have as many page-to-category association as you like. No codding, no custom fields just naming conventions.
Working Contact Form
Just set your email, and we’re good to go.
If you’re interested have a look at the
I made a mistake Works fine. the only thing I can’t seem to get going are the [list] codes. The sidebar ones are in a wrong position or half hidden, the ones in posts only do one any other under them simply don’t show up on the slider/post.
ReplyDeleteThe list shortcode has some problems when used in the sidebar, basicaly is a CSS specificity problem, you could simply “force” the the checklist background by using ”!important” on the css rule. To do that in the style.css go to line 122 and find:
ReplyDeleteul.checklist li{ background: url(img/check-bullet.png) no-repeat 0px 3px; } and replace it with: ul.checklist li{ background: url(img/check-bullet.png) no-repeat 0px 3px !important;
you can do that to every other list style (next 9 lines ). But there will be padding issues you’ll have to work around.
This is a fix I gave to someone else, it’s not perfect, so use with caution. This shortcodes were not intended for sidebar use, so I’m not sure if there is a clean fix.
Is there any way to make a button link open in a new window?
ReplyDeleteNone that I can think of.
ReplyDeleteYou’ll have to alter the shortcode code to add this functionality.
PS: please don’t do this, unless there is a really good reason to do it, users can open links in new windows/tabs IF they want to. It’s just bad usability.
Hi,
ReplyDelete1. Is this theme compatible with WP 3 ?
2- Is there a way to add a navigation buttons to a category of pages e.g. I want to have a side navigation for the about page so it only shows the sub-pages of about and not other pages.
Thanks
Hi
ReplyDeletenfr,I think this this template is not compatible with mixed map and text in the table.For example if there is a table with one row and two columns.In the first column I put the map and second one I put the words.But the words always appears below the picture and never be side by side.I have used the exact same html codes in other themes and all of them works(the words paragraph can always appear in the right postion).I really need the solution immediately.
Thanks!