Problem if the slideshow have only one slide

79 views
Skip to first unread message

eric shi

unread,
May 15, 2013, 9:34:01 AM5/15/13
to camera-s...@googlegroups.com
Hi,

If the slideshow has only one slide, it will appear the blank slide after the first slide transfer. I don't want to have the blank slide. 
Does anyone kown how to solve it? 

Thank you in advance.

Thomas Papanikolaou

unread,
May 15, 2013, 12:37:46 PM5/15/13
to camera-s...@googlegroups.com
Hi Eric,

what I did is have the _same_ image as a second slide,

            <div class="camera_wrap camera_charcoal_skin" id="nc-insights">
                
                <div data-src="img/slides/6.png"></div>
                <div data-src="img/slides/6.png"></div>
                
            </div>

and then use the simpleFade effect (this way the transition is not visible)

        <script>
            $(function(){
                $('#nc-insights').camera({
                    autoAdvance: false,
                    pagination: false,
                    fx: 'simpleFade'
                });
            });
        </script>

This is a work-around, not a fix.

Cheers,
     Thomas

eric shi

unread,
May 15, 2013, 2:36:55 PM5/15/13
to camera-s...@googlegroups.com
Hi Thomas,

It does not work on that way. I put the slideshow in page where subscriber can upload the image by themselves in  Wordpress. It does not make sense let the subscriber upload the same image two times. I am also trying to make a work-around, but I don't know how to do that. Can someone help me with that, I really appreciate.

在 2013年5月15日星期三UTC+2下午6时37分46秒,Thomas Papanikolaou写道:
Reply all
Reply to author
Forward
0 new messages