I purchased your theme, but I cannot find the font to use for the website.. I clicked the link on your theme page and it took me to somewhere which costs $149.99 to buy it ??
No, this is the cost of the whole volume. Myriad Pro Condensed (Regular) costs about $35.
Besides, this is very popular font, it is distributed with Illustrator and with other Adobe products. Check, maybe you have this font (Myriad Pro) already installed.
Anyway, you can use any other font for Cufon font replacement.
Just keep in mind, that Cufon font name should be exactly: myriad_pro_condensed_400.font.js
Can this theme have the top navigation with drop-down menus? Or is it limited to one level only?
There is no need in the dropdown menu as instead of it there is a unique opportunity to display as much Child pages as you want at one Parent page.
Here is an example.
Click “Read More” link and see the hierarchy of pages at the right.
The same way all the pages were done. Some of them were hidden from list with the help of “WP Hide Post” plugin.
yes but some of us would like a dropdown on top so is there a way?
Here is the quickest way…
Open header.php file, press Ctrl+F and find depth=1 Change it to depth=4
Now open style.css file and copy/paste this piece of code at the bottom of Navmenu section
/* dropdown menu */
#navmenu {
height: 70px;}
#navmenu ul li {
position: relative;}
#navmenu li ul {
position: absolute;
left: 0;
top: 70px;
display: none;
width: 216px;}
#navmenu li:hover ul {
display: block;}
#navmenu li li,
#navmenu li li.current_page_item {
background: #ffffff url(images/marker_1b.png) no-repeat 12px 12px;
line-height: 30px;
float: none;
margin: 1px 0 0 0;}
#navmenu li li a {
color: #b3b3b3;
font-weight: normal;
font-size: 12px;
text-transform: none;
display: block;
padding: 2px 30px;}
.cufon-active #navmenu li li a {
font-size: 16px;}
/* levels 3, 4 */
#navmenu li:hover li ul {
display: none;}
#navmenu li li:hover ul {
left: 217px;
top: -1px;
display: block;}
#navmenu li li:hover li ul {
display: none;}
#navmenu li li li:hover ul {
display: block;}
No guarantees about IE, but it should work fine in Firefox, Chrome, Safari and Opera.
Headings does not show up in IE9 .
Download latest script here http://cufon.shoqolate.com/generate/ and replace script which is located in a cufon folder (cufon-yui.js) with a new one.
Contact form Captcha is not working correctly. For some reason it won’t load.
captcha.php file located in the
wp-content/plugins/cb-contact-form folder.
Then remove (or comment) line 25.


331 Purchases
122 Comments