Slideshow interferance

  • Posted in : Responsy WP
  • rufino
    Participant

    When loading my slideshow on iPhone, the tabs under it overflow on top of the slideshow. This is because I have dozens of images in the slideshow. Might there be a fix in the future to push these down?

    Is it possible to stop the tabs from loading?

    The website takes a bit of time to load on the phone with so many pictures in the slideshow. Is there a way to have images begin to play without loading the whole show first?

    http://studi-osnap.com/

    Thank you for any help!

    ahmetsali
    Keymaster

    Hi,

    1-) You can make the slider to wait only first slide’s image, open “js/main.js” in a text editor, find line :151 , you will see a code snippet like this;

    $slider.waitForImages(function() {
    

    change it to this;

    $slider.find('.slides li:first-child').waitForImages(function() {
    

    2-) You can hide slider tabs at the bottom. Paste the css code below to the custom css box located under “Theme Settings > Style tab”;

    .flex-control-nav { display:none; }
    

    3-) And you can enable cropping for portfolio pages under “Theme Settings > Style tab”. Some of your images in the portfolio thumbs has very high resolution. This should make the page faster.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.