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?
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?
Replace
<img src="http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top' + boja + '.gif" style="width:32px; height:31px" />with
<img src="http://path.to.new.image.gif" style="width:32px; height:31px" />and of course change the width and height. Original images you can find at
http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top_yellow.gif
http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top_magento.gif
http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top_red.gif
http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top_blue.gif
http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top_orange.gif
http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top_light.gif
http://theme.ehotim.com/HandcraftWP/wp-content/themes/HandcraftWP/images/arrow-top_green.gif
How do I change font for titles?
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-familyin first few lines of javascript code.
- 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
Download the file http://www.brankic1979.com/theme/HandcraftWP/files/Fixes.doc
How to add LightBox effect to images in the posts?
$('.content_block a').lightBox({
with
$('.content_block a, .entry_content a').lightBox({


257 Purchases
239 Comments