ThemeForest

Handcraft 7 in 1 - Wordpress Theme

I don’t want to have Blog category on Top Menu.

Go to your wp-admin->Appearance->HandcraftWP Options and for Categories to show on Main menu, separated by comma insert 999 !

How to remove links under Home in Top menu?

If you see links under Home (like on Live Preview), open header.php and remove these lines

Custom Fields Explanation

Header Quote – Text to show in header
Link Text – On Home Page Slider Articles, text for Link
Link URL – On Home Page Slider Articles, URL for link
Portfolio articles Category ID – On Portfolio pages, ID of category where portfolio articles are
Portfolio images – URLs of big images which opens in lightbox pop-up
Portfolio Technic – right part of each portfolio tile on Portfolio List view
Services articles Category ID – ID of category where articles for accordion are
Sidebar – Sidebar to show on Pages. Possible values: 1, 2 or 3 (customize sidebars on Widgets page in wp-admin)

Page Navi plugin error
Error on activation: “Parse error: syntax error, unexpected…”

Make sure your host is running PHP 5 . Also check this forum thread http://wordpress.org/support/topic/386706
You can get the earlier version of the plugin from http://downloads.wordpress.org/plugin/wp-pagenavi.2.61.zip

How can change with another image the top arrow icon?

How do I change font for titles?

Those titles are made with Cufon. If you want to change font, you should go to Cufon website (http://cufon.shoqolate.com/generate/) and create your own javascript with your own font. When you finish that, you’ll have font_name.js file, which you have to upload to javascript folder in root of your theme. Open header.php and replace font.js with font_name.js.
Also you need to replace “suede” in
{ fontFamily: 'suede' }
with new fontFamily value.
That value you’ll get if you open font_name.js and find
font-family
in first few lines of javascript code.
Here are some bug fixes. http://www.brankic1979.com/theme/HandcraftWP/files/Fixes.doc
  • Permalinks and sub page – top menu highlight
  • Video on blog page
  • Read More Quicktag and Video on blog page
  • Order of subpages
  • Portfolio Grid View bug in footer (if there are less tiles than full grid)
  • Portfolio Titles aren’t linked
  • Portfolio Grid View bug with different number of lines of text under tile
  • Nothing is shown below top menu

How to add LightBox effect to images in the posts?

Open header.php and replace
$('.content_block a').lightBox({
with
$('.content_block a, .entry_content a').lightBox({
by
by
by
by
by