• Hi, I am trying to make the text a link to another page in wordpress, but not sure how to do it. I don’t want the ‘learn more’ button, I want to move the translucent bar down to bottom of slider with 0 margin and have just the text hyperlink. Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi maica1x,

    for makin the bootstrap button link to another page you have to go to :

    Appearance > Theme Options > Bootstrap Slider

    and change Slide 1 Button , Slide 2 Button ,etc to :
    <a class="button" href="/pagename">your text</a>

    Thread Starter maica1x

    (@maica1x)

    Thanks Farzam, think i wasn’t very clear. I dont want the button there at all. I want what is written in the title section on the slider to be a link itself, to another section of website. Can this be done? I also want to move the entire translucent bar and text to line up with bottom of slider (take over space the button was). Does this make sense?

    got it now , no you cant to this in this version and maybe this feature be added in next versions

    for your second issue add this codes to custom css :

    #bootstrap-slider .carousel-caption {
    padding-bottom: 0 !important;
    }

    hello Farzam – I followed your instructions and successfully changed the text of the button on my bootstrap slider.
    However, I’m not yet able to properly link it to my page – (I think).
    I copy/pasted the title of my target page from my pages, but when I click on the link (I have renamed it “Please”) it takes me to a page that looks like mine, but with a 404 error message. (404 – Page not Found)
    …This target page is brand new – basically a blank page I was intending on developing.
    Is my evaluation correct? (Is the link I am trying to create functional, but the page is blank, and that’s why I get the error message, or am I doing something wrong?

    Thanks,
    LeKrapeaux

    https://947.811.myftpupload.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Evolve theme- bootstrap slider make text a hyperlink instead of button’ is closed to new replies.