Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #222379

    Der Testimonial Slider funktioniert nicht sauber, ich glaube erst seit dem letzten Update, bin mir aber nicht sicher – wenn man mal auf http://kriesi.at/themes/enfold/shortcodes/testimonials/ schaut, merkt man, dass der Slider am Anfang im Footer hängen bleibt – scheint ein CSS Problem zu sein.

    Nach dem ersten Slide funktioniert es. In jenem Falle trifft der Bug im Chrome Version 32.0.1700.107 auf.

    Gibt es bereits einen Workaround? Über die Suche hab ich auf die schnelle nichts gefunden..

    Danke im Voraus!

    #222654

    Hi dennisoderwald!

    Thank you for noticing but I think it has been fixed on the latest update of Enfold. Please try to add this on custom.css or Quick CSS:

    .avia-testimonial-wrapper {
    display: table;
    margin: 30px 0;
    clear: both;
    }
    
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    min-height: initial;
    }

    Best regards,
    Ismael

    #222706

    Hallo Ismael,

    ich benutze bereits die neuste Version. Der Fehler ist nicht behoben und auch der CSS Snippet hilft nicht aus. Problem besteht weiterhin.

    #223466

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child {
     position: relative!important; 
    }

    Best regards,
    Yigit

    #223828

    Runs, thx! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Testimonial Slider’ is closed to new replies.