At the bottom of the site I have a view call:
<?php $this->load->view('frontend/'.$this->domain.'/services/box_crm'); ?>
It is the description of a service: Ileftthecontentoutoffocusduetocustomerprivacy.
Butnowtheclientwantstoaddtheirotherservicesinthesameplace,withaslider,whichlookssomethinglikethis:
I left the content out of focus due to customer privacy .
The question : How can I make this slider calling views instead of images? When I click to pass it loads the next view, and so on. Is it possible to do this?