ThemeForest

Echoes Premium Wordpress 11 in 1

How to display special character for Cufon generated font Museo_Sans_500 used in the theme. (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.josbuivenga.demon.nl/museo.html

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

If you have a font with all the characters you require you can substitute the exisiting font with the one you have following this guide.

Thanks

How to have only 3 kwicks (accordion) featured slide images on the main page?

Edit includes/featured/home-kwicks.php

Change lines 19 and 22 ( showposts = 4 to 3 )

Edit kwick.css in the css folder

Change .kwicks li width to 313

The .kiwcks li width added up should give not more than 940 which is the width of the page. So the closest to 940 is 313 for 3 slides (313 * 3 = 939) should do ok.

How I can link the button in Mainpage Section A to a custom link?

To link Section A Button to a custum link –

Edit home.php

Locate line 54

Change href to point to your path ( change the code inbetween the quotations of the href )

Eg.

href=”to-your-target-link”

by
by
by
by
by