1
At the bottom of the site I have a view call:
<?php $this->load->view('frontend/'.$this->domain.'/services/box_crm'); ?>
She is the description of a service: I left the content out of focus for customer privacy.
But now the customer wants to add their other services in the same place, with a slider, which would look something like this:
I left the content out of focus for customer privacy.
The question: How can I make this slider by calling the views instead of images? When I click to pass it loads the next view, and so on. It is possible to do this?
This would have to be done on the client side, and therefore I don’t think it’s possible. Which framework is using?
– Vinícius Gobbo A. de Oliveira
Codeigniter. I already have all the views ready here, I just need to create the slider with them
– GWER
I believe it is enough to use a slider that supports HTML in slides, such as jssor, and repeat this view generation code, one for each view you want to add to the slider.
– Vinícius Gobbo A. de Oliveira