Static text box.

Discussion in 'Andrina WordPress Theme' started by mferrell6002, Jan 21, 2013.

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

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    I tried following instruction of thread below. I now have no second picture on slide, but the text box is there.

    hydroshale.com

    here is the code:
    jQuery(function(){
    jQuery('#slides').slides({
    preload: true,
    preloadImage: 'images/loading.gif',
    autoHeight: false,
    effect: 'fade',
    container: 'slides_container',
    play: 6000,
    slideSpeed: 700,
    fadeSpeed: 650,
    crossfade: true,
    hoverPause: true,
    "pause":3500,
    animationStart: function(current){

    if (window.console && console.log) {
    // example return of current slide number
    console.log('animationStart on slide: ', current);
    };
    },
    animationComplete: function(current){
    jQuery('.caption').animate({
    bottom:30
    },300);
    if (window.console && console.log) {
    // example return of current slide number
    console.log('animationComplete on slide: ', current);
    };
    },
    slidesLoaded: function() {
    jQuery('.caption').animate({
    bottom:30
    },300);
    }
    });
     
  2. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    resolved the picture issue, just can not get the text box to be static
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    We are not getting your issue, Please explain it little more.

    Note:- We have checked your site. Images you have uploaded in slider and featured area are too big. Add recommended size images.
     
  4. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    Nitesh, I decided just to remove text box all together. I should have canceled this post. My apologies.
     
Thread Status:
Not open for further replies.

Share This Page