• Resolved rhaney

    (@rhaney)


    Hello,

    Love your plugin. Outstanding job!

    I am using a Responsive theme and would like to disable the plugin for cell phone users. It is a little too much for the cell phones to handle.

    I have added the following into the css for phones…

    @media screen and (max-width: 320px) {
    #slideshow_content{
          display:none;
      } 
    
      #slideshow_view{
          display:none;
      } 
    
      #featuredB{
          display:none;
      }

    Howevewr, the slideshow is still showing up on the iphone.

    Is there another call that I need to use instead?

    Would really love to have this issue fixed before launching my site.

    Thanks for any help!

    https://www.ads-software.com/extend/plugins/slideshow-jquery-image-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi,

    It would be best to simply not load the slideshow at all when a visitor has a mobile device, as the slideshow has to load and keeps running although it’s not even displayed.

    I think the ‘Mobile Detect‘ plugin would be a great solution for you. The mobile detection plugin’s FAQ section describes how to display content just for desktops.

    Best regards,
    Stefan

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable plugin for mobile users’ is closed to new replies.