Slider text in Elite theme

Discussion in 'Elite Pro WordPress Theme' started by starspirit35, Nov 20, 2012.

  1. starspirit35

    starspirit35 New Member

    Joined:
    Nov 9, 2012
    Messages:
    4
    Likes Received:
    0
    My website is www.fortcollinsshiatsumassage.com. I have added images and text to the slider, however for the Zen Shiatsu and Biodynamic Craniosacral description text, it is being blocked by the arrow on the right side of the slider. How do I correct this? Also, how do I stop the slider from automatically scrolling? Can I set it up so that the user can just click the arrows when they want to go to the next slider? Thanks!

    Nick
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flex-caption p{
    padding-right:30px;
    }
    2.For your second issue
    Go to Js > jquery.flexslider.js present in your theme directory and follow the instruction as shown in image given below
    [​IMG]


    This will solve your issue.
     
  3. starspirit35

    starspirit35 New Member

    Joined:
    Nov 9, 2012
    Messages:
    4
    Likes Received:
    0
    Where do I find my theme directory? I've looked all over Wordpress and cannot find it. Thanks!

    Nick
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    You will not get theme directory in your dashboard.
    You can edit jquery.flexslider.js file through FTP.
    Open your Theme directory (through FTP) > js
    Download jquery.flexslider.js file from there, Edit it, Then again upload it.
     

Share This Page