Deleting the slider

Discussion in 'NewCommerce WordPress Theme' started by lisagergets, Dec 29, 2015.

  1. lisagergets

    lisagergets New Member

    Joined:
    Dec 24, 2015
    Messages:
    2
    Likes Received:
    0
    I need help deleting the slider. I'm currently working on a site for a client, and she doesn't want the slider to show.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    div#slider {
    display: none;
    }

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. riviera

    riviera New Member

    Joined:
    Dec 23, 2015
    Messages:
    10
    Likes Received:
    0
    Is there a way to keep a linked image as a slider, but without the heading, details and buy/sell buttons>?
     
  4. lisagergets

    lisagergets New Member

    Joined:
    Dec 24, 2015
    Messages:
    2
    Likes Received:
    0

    Thank you, that worked!
     
  5. priya

    priya Guest

    Hello Riviera,

    Greetings from InkThemes!

    You can easily create your link for the slider and for that you just need to follow the screenshot given below.

    NewCommerce_slider_link.png

    Regarding your second issue i.e. to disable the heading, details and buy/sell buttons..

    So for this, you have to make some alteration in the code as I have mentioned in the screenshot..

    You have to comment out some code in index.php page by adding "<!--" tag at the starting of the code and "-->" tag at the end of the code

    Please follow the screenshots given below.

    NewCommerce_disable_slider_description.png

    NewCommerce_disable_slider_description2.png

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. riviera

    riviera New Member

    Joined:
    Dec 23, 2015
    Messages:
    10
    Likes Received:
    0
    Thanks Priyanka - all carried out successfully.

    Is there a way to decrease the size of the slider images? Reducing the size of the uploaded image doesn't achieve anything. I tried searching for s1-slider-wrapper, but no luck.

    Dave
     
  7. priya

    priya Guest

    Hello Dave,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bg-img img {
        width: 95%;
        height: 505px;
        margin-left: 35px !important;
    }
    Note: Change the numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page