BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Slider broken
- This topic has 7 replies, 4 contibutors, and was last updated 9 years ago by Anonymous.
Question
November 10, 2015 at 1:39 pm #51254@apextrainingFront page slider no longer scales properly since update. The bottom of the image gets cropped as you widen your window. I’ve posted about this a few days ago. Should I choose a different image (these are currently at your specified recommended size) or is there a fix?
Answers
November 11, 2015 at 11:58 am #51349@apextraining@vapvarun the site is http://www.apexacademyonline.com/ if you could take a look. Any reply is appreciated.
November 12, 2015 at 3:42 am #51455@
AnonymousHi @apextraining, I have notified the issue to developer we will provide the solution shortly
Regards
Varun DubeyNovember 12, 2015 at 6:11 am #51468@
AnonymousHi @apextraining
we have made some edits inside content-sliders.php
i have attached file just extract it and drop inside the child theme
Following modification had been made there<script type="text/javascript"> jQuery( document ).ready( function () { var $slider = $( '.bb-slider-wrapper' ); $slider.slick( { dots: false, infinite: true, prevArrow: '<a class="slidePrev"></a>', nextArrow: '<a class="slideNext"></a>', speed: 500, fade: true, adaptiveHeight: true, autoplay: true, autoplaySpeed: 4500, cssEase: 'linear' } ); $( '#left-menu-toggle' ).on( 'click', function () { setTimeout( function () { $slider.slick( 'setPosition' ); }, 600 ); setTimeout( function () { $slider.slick( 'slickNext' ); }, 1800 ); } ); } ); </script>
Regards
Varun DubeyNovember 12, 2015 at 9:02 am #51501@ggoagaI just dropped it in my child theme and is still not working 🙁 http://www.mypetfamilytree.com/
Please helpNovember 12, 2015 at 11:36 am #51516@apextraining@vapvarun @ggoaga The child theme social learner doesn’t have that file. I dropped it there just to check and no change in the sliders. I replaced the file in the parent theme boss and it also had no affect.
November 14, 2015 at 7:24 am #51644@rene-streberHi,
I have also an issue with the slider after updating to BOSS 2.0.
It is not loading any of the saved sliders.
https://sport-und-ms.phil.fau.de/
I already installed the soluation you posted on November 12, 2015 at 6:11 am but nothing changed.Anyhting else I can do?
René
November 14, 2015 at 7:37 am #51647@
AnonymousHi @rene-streber @apextraining @ggoaga, we are pushing update today it will fix image auto crop issue
Regards
Varun Dubey
- The question ‘Slider broken’ is closed to new replies.