Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #393390

    Ahoy,

    I’m looking to figure out the best way to set up my slider so the transition is seemless. basically the text is the same on all 6 of my slides but when it transition there is a small jump in the text which im trying to fix… Any suggestion on how I can achieve this?

    If you go to the url in the private area you can see what I mean. when the picture transitions the text blinks but is in the same place.

    Please advise.

    #393863

    Hey mcraig77!

    I don’t think the LayerSlider has an option for that. Our fullwidth easy slider has an option where you can have the first slides caption act as a permanent caption for all the slides though.

    Regards,
    Elliott

    #393961
    This reply has been marked as private.
    #394599

    Hey!

    You can check out our fullwidth easy slider which has this option. Or another way would be to add the text in your page content and then use CSS to position it over the slider.

    If you want to get the LayerSlider to have this functionality then you’ll need to contact the script authors.

    Best regards,
    Elliott

    #395463
    This reply has been marked as private.
    #396827

    Hey!

    To get those text effects you used a bunch of CSS in the LayerSlider styling tab correct? To apply it on our fullwidth easy slider you can use this CSS.

    /* the title */
    .slideshow_caption h2 {  } 
    /* the caption */
    .slideshow_caption .avia-caption-content {  }
    

    Best regards,
    Elliott

    #397089
    This reply has been marked as private.
    #397614

    Hi!

    The code Elliott provided you would only work if you fill in the brackets. What exactly do you want to achieve? to have the same text shadows? what else?
    For text shadows use this code:

    h2.avia-caption-title {
    text-shadow: 3px 3px 9px #1A1A1A;
    }
    #top .av_inherit_color * {
    text-shadow: 3px 3px 9px #1A1A1A;
    }
    

    Cheers!
    Andy

    #397894
    This reply has been marked as private.
    #398374

    Hi!

    For drop shadows see here, http://www.w3schools.com/cssref/css3_pr_box-shadow.asp.

    And here is a tool, http://www.cssmatic.com/box-shadow, which gives you the code automatically.

    Regards,
    Elliott

    #398439

    I do no need the shadows. I need the text to be laid out like how it is on the layerslider.

    Screenshot: https://www.dropbox.com/s/ywwgqa781gttzvq/Screenshot%202015-02-18%2010.30.03.png?dl=0

    How do I achieve this.

    #398673

    Hi!

    Try the following in your Quick CSS:

    .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title, .avia_transform .av_slideshow_full .avia-caption-content {
    text-shadow: 2px 2px #000 !important;
    }

    More info on text-shadow here: http://www.w3schools.com/cssref/css3_pr_text-shadow.asp

    Best regards,
    Rikard

    • This reply was modified 9 years, 9 months ago by Rikard.
    #399223

    Good God.

    Did you guys not read this thread… i’m not trying to add shadow! I’m going to open another thread to get my issue resolved.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Layer slider slideshow seemless transition settings…’ is closed to new replies.