ThemeForest

Studio Box Premium Wordpress 9 in 1

How to display special characters where cufon font is used.

(ie characters like : é è ç à ù )

If special characters are to be used in the ones generated by cufon and its not displaying then you’ll need to generate a full character set conversion of the font from the link

http://cufon.shoqolate.com/generate/

Here’s the font link

http://www.fontsquirrel.com/fonts/TitilliumText14L

Replaced the generated font js file with the file TitilliumText14L_300_600.font in the JS directory.

Hope this was helpful.

Thanks

How to Add another Accordion Slide?

If you edit the header.php file Line 86

paneldimensions: {peekw:’50px’, fullw:’786px’, h:’430px’},

peekw is the amount in pixels of the panels portion which you see when collapsed

fullw: is the image with in pixels

h: height in pixels

You’ll need to shorten the fullw (fullwidth of image) for every extra panel you add.

Edit haccordion.css in the CSS folder

Match the image width set there with

#hc1 li .hpanel img{
width:786px; 
height:430px;
}

and

Edit home-accordion.php line 9 (posts per page value) and enter the number of panels you need to have there

Thanks

by
by
by
by
by