In the bottom above the footer I’ve created a post carrousel that I want to control (using javascript or jquery) but I need to how I can target the previous / next function of the post carrousel. Which function should I use?
Under the carrousel I’ve create a section with the following html which should control the carrousel <div id=“slide_controls”><a href="#" id=“slide_previous”><i class=“fa fa-angle-left”></i></a><a href="#" id=“slide_next”><i class=“fa fa-angle-right”></i></a></div>
We’re actually using BXslider to power up the carousel. Check out their goToNextSlide and goToPrevSlide methods on the link below. Take note that the class name we’re using is .fl-content-slider-wrapper. http://bxslider.com/options#goToNextSlide
I actually gave you the wrong wrapper, sorry about that. That wrapper is for the content slider. The problem, however, is that we currently don’t have a way to access and work with the carousel object, unlike our Content Slider module. Our lead dev claims it’s easy to add one though so we may be able to add it in time for the next maintenance patch.
So as I understand correctly at the moment there’s no way to control the post carousel with external JS.
Is there a way to make it work regardless? Or maybe just as a temporary fix/patch?
If I use the content slider module then it will work for sure? The problem I have with the content slider module is that it won’t load posts dynamically.
When will the team release the next maintenance patch?