Automatic slider? and fuzzy menu fonts.

Discussion in 'Figero WordPress Theme' started by kermitjr, Dec 16, 2012.

  1. kermitjr

    kermitjr New Member

    Joined:
    Dec 15, 2012
    Messages:
    1
    Likes Received:
    0
    Hello!

    I just purchased the Figero pro - great theme. However, is there a way to have the slider bar automatically scroll every few seconds? I want multiple "feature products" to move past my reader, if possible.

    Second, the fonts on the menus appears very fuzzy... any ideas on this?

    Thanks,
    Kermit
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1. For your first issue

    Go to
    Js > Custom.js
    present in theme directory and adjust the value of play by increasing the value the slider speed decreases,and by decreasing the value the slider speed increases .

    [​IMG]



    2.For your second issue.

    Go to Js > Custom.js present in your theme directory and remove the code given below

    Code:
    //Font Replace
    Cufon.replace('#menu ul li a',{hover: true})('#colRight h2')('.reply',{hover:true})('h1')('h2')('h3')('h4')('h5')('h6');

    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu li a{
    font-family:Harrington;
    }
    
    Inplace of "Harrington" put your font type.
     

Share This Page