App splash page iPhone slider

4 replies · opened May 19, 2016

PParkerMay 19, 2016

I'm making a splash page for an app and I've got a features section with 3 columns.
The two outer columns are text describing the features and I want the center column to be a vertical iPhone image slider.

I want the slider to autoplay, and I figure the slider should use a fade effect so the phone never seems to change, just the screen image inside it.
I've tried to frankenstein a few different slider components but nothing has worked how I want so far.

Which slider should I use to accomplish this? And how to implement?

Thanks

SSemicolon WebSTAFFMay 23, 2016

Hello,

This should be possible using the Flex Slider. Can you please provide us with the Images so that we can test it out and provide you with the Exact Codes to make this work. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

PParkerMay 26, 2016

I don't have the app yet so I don't have the screenshots I will put into my iPhone template.

But I'll attach 2 numbered iPhone images that are the same size I'll want to use in the slider.

This is how I'll want the features section to be structured:


    
        
            
                
                    
feature text goes here

                
                
                    
                
                
                    
feature text goes here

                
            
        
    

Hope I did that right...

PParkerMay 26, 2016

That last code snippet didn't work at all.

This is what it should look like...
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<div class="row">
<div class="col-md-4">
<p>feature text goes here</p>
</div>
<div class="col-md-4">
<!-- SLIDER WOULD GO HERE -->
</div>
<div class="col-md-4">
<p>feature text goes here</p>
</div>
</div>
</div>
</div>
</section>

SSemicolon WebSTAFFMay 27, 2016

Hello,

You can use the following HTML code in the Slider Area:


	
		
			
![attachment](images/iPhone-1.png)

			
![attachment](images/iPhone-2.png)

		
	

We have use the iPhone Outline as Background Image to avoid the iPhone Fading too. We are attaching the iPhone Outline Image here.

This should definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard