help!

Discussion in 'Elite Pro WordPress Theme' started by waili18, Jul 31, 2013.

  1. waili18

    waili18 Guest

    Joined:
    Jun 19, 2013
    Messages:
    7
    Likes Received:
    0
    I have fews problems.

    my site www.perthisc.com

    1. I don't know why my slider caption is not display on the same line(Caption is lower 1 cm) but problem only on IE not firefox or ipad.
    2. The theme is not able to display any Chinese heading on my site.
    3. How to move the menu bar below to the slider?
    4. How to reduce the spacing in between the body and slider?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. For your first issue
    We have checked your website and it seems that you have removed the slider caption from the theme.

    2.For your second issue

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

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    3.For your third issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    4.For your fourth issue
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flexslider{
    margin-bottom:10px;
    }
     
    waili18 likes this.

Share This Page