Okay
  Public Ticket #980294
Homepage Slider
Closed

Comments

  •  2
    Stephen Trevathan started the conversation

    I'd like to have a static hero image for the homepage instead of the slider. However, there doesn't seem to be an easy way to do this. Setting it to have a background image doesn't seem to work, so right now I just have one slider image. I was able to get the look almost entirely how I want it, but there's a "blinking" slider transition effect. Granted, I'm using a slider image, but this is seems to be the only option that works. Even when using the "Home Page (BACKGROUND IMAGE)" template, the background image never shows up on the fronted. What am I doing wrong?

    Is it possible to edit the theme so I have the hero image with logo for the homepage instead of having to deal with the slider transition effect?

  •  840
    Jelly replied

    Hi,

    Please open this file:

    themes\epic-jellythemes\js\default.js

    Then go to line 196, you will see this code:

    autoPlay: 3500,

    Try change it to:

    autoPlay: $("#owl-main .item").length>1 ? 3500 : false,

    After you're done, please try check your website again with home page template and one image in slider image.

    Best Regards,
    Jelly Team