• Resolved JaredOrr

    (@jaredorr)


    Hello,

    I’m trying to set up the feature slider, but only on my homepage. I want to be able to have it display an image, maybe some text, and then maybe even a link to another page in my site. So pretty much I want to put feature pictures and text on my front page so that they see that first. Like if I ever have a special in my store or something.

    I want it to also slide between the multiple sliders, which I do understand. Is there a good way to do this?

    I’ve tried putting in featured images and stuff, but can’t get it to work.

    Do I put in posts with pictures and text and links, then set those posts up as the featured slider? Would that work?

    Thanks for the help!

    P.S. My site isn’t finished as I’m just starting, but the link is:
    https://www.dutchjohnresort.com

    I do know a little bit of html and css, and understand other coding like php.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    The image you are using nav is “Custom Header” image which has nothing to do with featured slider you can see on our theme demo.

    Detailed instruction on how to use and setup featured slider you can find on theme documentation: https://colorlib.com/wp/support/travelify/

    Thread Starter JaredOrr

    (@jaredorr)

    Thank you for the help. I was able to figure out what I had done. I have one more question tho. Is there a way to make the navigation slider buttons a little bigger? And then also move them so they are right aligned?

    Or could you even just tell me where the code for that is and I’ll play around with it myself.

    Thanks!

    Theme Author Silkalns

    (@silkalns)

    Add this to your Child Theme style.css or inside Theme Options – Other – Custom CSS and tweak size values to get the results you were looking for.

    #controllers a {
        width: 20px;
        height: 20px;
    }
    #controllers {
        text-align: right;
    }
    Thread Starter JaredOrr

    (@jaredorr)

    Worked great. Thanks for the quick answer!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature Slider Question’ is closed to new replies.