Support » Plugin: WordPress Thumbnail Slider » Mobile modification to thumb slide – where in php can i put condition statement

  • Resolved ropaul2

    (@ropaul2)


    My thumb slide works great on website but on iphone it extends to the right beyond screen due to me having ‘Visible’ =5 slides.

    I think a work around for this would be to set Visible =1 for Mobile only veiwers.

    Where in the php code can i add a condition statement to say

    if ( wp_is_mobile() )

    set Visible=1

    // to only display one slide at a time with arrows for mobile

    Thanks,
    Robin

    http://wordpress.org/extend/plugins/images-thumbnail-sliderv1/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile modification to thumb slide – where in php can i put condition statement’ is closed to new replies.