Disable Slide

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by amaconline, Feb 15, 2014.

  1. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi, I would like to disable slide from @media only screen. Thanks
     
  2. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I used this to remove the slider altogether since I needed a more robust slider that allows me to fly in images and text using different layers. I'm using MetaSlider Pro. I added this code to the theme options > styling options to remove the theme slider, then I added the php shortcode of my slider to the index.php file: Appearance > theme editor > index.php

    Step 1:

    .sl-slider-wrapper {
    display: none;
    }

    Step 2:

    http://awesomescreenshot.com/0352d6cded

    Good luck!
     

Share This Page