Want the caption in Slider to stop jumping when new slide appears

Discussion in 'Andrina WordPress Theme' started by jlloydellis, Dec 21, 2012.

Thread Status:
Not open for further replies.
  1. jlloydellis

    jlloydellis Guest

    Joined:
    Dec 4, 2012
    Messages:
    3
    Likes Received:
    0
    I'm almost done designing a site on the Andrina theme and the only thing that I cannot figure out how to fix is how to stop the text on the slider jumping up every time a new slide appears. I'm presuming I have to adjust the php code, but don;t know how to code in php.

    Ultimately I'd like a static text box.

    The site I'm working on is www.7750wisconsinavenue.net.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For this you need to do some customization in custom.js file.
    For this go to
    Theme directory > js > custom.js
    and remove code given below as shown in image

    Code:
    jQuery('.caption').animate({
                    bottom:-150
                },300);
    [​IMG]

    Note:- You can not access custom.js file through your dashboard. Access it through FTP.
     
  3. jlloydellis

    jlloydellis Guest

    Joined:
    Dec 4, 2012
    Messages:
    3
    Likes Received:
    0
    Thank you! That worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page