Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #336661

    Hello,

    This has already been discuted here : https://kriesi.at/support/topic/fullscreen-slideshow-bottom-anhor-enfold-v3/

    But I’m sorry to insist about that, your new animated anchor for the fullscreen show is not user friendly at all and not visible on images with whiter backgrounds.

    Please give us this back :

    Or let us have the choice to chose what we want.

    >> I need to upgrade to the new enfold version but I can’t because of that anchor …


    @Yigit
    tell me to go to https://kriesi.at/support/enfold-feature-requests/ to ask for it, well… maybe I can do it, but I realy apreciate that this feature to be back in an update whitout ask for something that was working well before…

    Thanks a lot

    #336833

    Hi pako69!

    I direct you to that page because that where Kriesi watches for requests. Some elements change with updates. That was one of it. If you can request, Kriesi would consider bringing it back or provide an options to choose between two

    Cheers!
    Yigit

    #336964

    Hello @Yigit, that’s what I did but I’m very frustated being forced to wait for a feature we had before : I can’t upgrade to Enfold V3 because of that… :( to bad

    #337125

    Hi!

    You can change the color and background of the arrow then remove the animation with this:

    #top .scroll-down-link {
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    color: blue;
    bottom: -10px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    }

    Best regards,
    Ismael

    #337210

    Thank you @Ismael
    The only thing that do no work : I don’t have the old little animation on mouseover

    • This reply was modified 10 years, 1 month ago by pako69.
    #337285

    Hi!

    Please add following code to Quick CSS as well

    #top .scroll-down-link:hover {
    height: 80px;
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    }
    #top .scroll-down-link {
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    }

    Best regards,
    Yigit

    #337667

    Wonderfull @Yigit
    :-)
    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Want my Fullscreen Slider Anchor back please…’ is closed to new replies.