Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You seem to be using Supersized for Wordpress.</p> <p>When I load your website the first image that I see is the "Your Life" Slide, but it disappears after the webpage/whole slideshow loads so I assume the problem is that the said image it does not become part of the slideshow itself.</p> <p>If I understood your question correctly you can easily add your images here in the javascript:</p> <pre><code> &lt;script type="text/javascript"&gt; jQuery(document).ready(function($) { $.supersized({ slideshow : 1, autoplay : 1, start_slide : 1, random : 1, slide_interval : 5000, transition : 1, transition_speed : 1000, new_window : 1, pause_hover : 1, stop_loop : 1, keyboard_nav : 1, performance : 1, image_protect : 1, image_path : 'http://vaionyva.com/wp-content/plugins/wp-supersized/img/', min_width : 1200, min_height : 0, vertical_center : 1, horizontal_center : 1, fit_always : 0, fit_portrait : 0, fit_landscape : 0, thumbnail_navigation : 0, thumb_links : 1, slide_counter : 0, slide_captions : 0, slides : [ {image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/yourlife.png', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/yourlove.png', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/thismoment.png', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/themes/perfekto/images/splash/logo.png', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_0125.jpg', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9668.jpg', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9669.jpg', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9950.jpg', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9958.jpg', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_0122.JPG', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9552.JPG', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9610.JPG', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9794.JPG', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9937.JPG', title : '', thumb : '', url : ''}, {image : 'http://vaionyva.com/wp-content/sliders/IMG_9995.JPG', title : '', thumb : '', url : ''}], slide_links : 'blank', progress_bar : 0, mouse_scrub : 1 }); }); &lt;/script&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload