How Do I Activate The Slider?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by daviddriscoll, Jun 12, 2018.

  1. daviddriscoll

    daviddriscoll New Member

    Joined:
    Nov 28, 2017
    Messages:
    2
    Likes Received:
    0
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greetings from InkThemes,

    I have just visited your website, It seems like you have set the homepage as A Static Page that's why slider and other content are not displaying.

    So, you are requested to set the homepage as Your Latest Post option, Go to (Dashboard->Settings->Reading), Please have a look at the attached screenshot.

    Hope you find the above information helpful.

    Regards,
    Akbar
    InkThemes.com
     
  3. daviddriscoll

    daviddriscoll New Member

    Joined:
    Nov 28, 2017
    Messages:
    2
    Likes Received:
    0
    Thanks - that did it - how I just have to add the correct size image to stop the strange images that are appearing? (They aren't automatically resized)?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To fit the slider images to the screen, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        height: auto;
    }
    You are requested to use the ideal size for the slider image i.e: 1920 px wide x 654 px height

    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page