Title: Evolve theme, bootstrap slider, code for the &quot;read more&quot; button
Last modified: August 22, 2016

---

# Evolve theme, bootstrap slider, code for the "read more" button

 *  [Georges_Payne](https://wordpress.org/support/users/georges_payne/)
 * (@georges_payne)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/)
 * Hi all,
 * I love the Evolve theme, it’s a big improvement over our previous web page which
   was built with an old Joomla release. Thanks to whoever made it available to 
   us.
 * My problem is that I stupidly deleted the code for the read more button on all
   five slides in the bootstrap slider. So I don’t know what the code was, and which
   button worked well there. I tried using the code for the parralax slider, then
   I tried using the code for the content box button, but they don’t work well on
   the dark background of the bootstrap slider.
 * So if someone could tell me what the code was originally, I’d appreciate it. 
   Also is there a list of all the buttons that are available for the Evolve theme?
 * This is the code for the content box button :
    ‘[Cliquer ici](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/?p=130)‘
 * My page is at [http://sauvaginiers.org](http://sauvaginiers.org)
 * I appreciate all the help I can get!
    Thanks! Georges

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [FarzamF](https://wordpress.org/support/users/farzamf/)
 * (@farzamf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5901906)
 * Hi Georges_Payne,
 * `<a class="button" href="#">Cliquer ici</a>`
 * add this code in :
 * Appearance > Theme Option > Bootstrap Slider > Slide n Button
 *  Thread Starter [Georges_Payne](https://wordpress.org/support/users/georges_payne/)
 * (@georges_payne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5901907)
 * Thanks for taking the time! I appreciate it!
 * Georges
 *  [cklass](https://wordpress.org/support/users/cklass/)
 * (@cklass)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5901916)
 * A couple more questions.
    How do we get the href=”#” to go to the actual page
   of the product? Secondly, I want the Title and Subtitle to only appear when I
   hover the mouse over them. What’s the code for that? Thanks!
 *  Thread Starter [Georges_Payne](https://wordpress.org/support/users/georges_payne/)
 * (@georges_payne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5901929)
 * Hi ckass,
 * I am still new at this. I tried this and it worked : You replace # with ?p=48
   and it will bring you to the page id# 48 within your site. Or with a complete
   URL if the page is outside your site.
 *  [Lucho-2015](https://wordpress.org/support/users/lucho-2015/)
 * (@lucho-2015)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902003)
 * hello Georges
    I’m looking at your website and I like centraste 3 Front Page 
   Content Boxes, I want to do the same Might help me?
 *  [katiamdavis](https://wordpress.org/support/users/katiamdavis/)
 * (@katiamdavis)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902011)
 * Hi all,
    I think I am trying to do something similar. I want to have the “learn
   more” button link to a category (which is also on my menu). I have tried putting
   the URL into the code instead of the # but it still goes back to the # when I
   click the link on the website. How can I reference the category pages in my code
   so the button will link to the category? I’d appreciate your help! Katia from
   spoonfuloftravel.com
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902012)
 * Hi,
 * For example. In **Theme Options -> Bootstrap Slider -> Slide 1 Button**
 * `<a class="button" href="#">Learn more</a>`
 * Change to the following will take you to google.com
 * `<a class="button" href="https://google.com">Learn more</a>`
 * Thanks!
 *  [katiamdavis](https://wordpress.org/support/users/katiamdavis/)
 * (@katiamdavis)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902013)
 * I tried putting my category link in where you put google.com. When I click learn
   more, it goes to “[http://spoonfuloftravel/categories/gluten-free-goodness&#8221](http://spoonfuloftravel/categories/gluten-free-goodness&#8221);
   It is missing the “.com” even though I put it in my code. Any suggestions?
    Does
   it make a difference that the page I am trying to reference is within my own 
   website? spoonfuloftravel.com
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902014)
 * Hi,
 * This is what I saw in your website source code.
 * `<a class="read-more btn" href="http://spoonfuloftravel/categories/gluten-free-
   goodness">Learn More</a>`
 * Please kindly check that you did include the dot com in your url.
 * There is no difference for internal or external links.
    I am able to use your
   category link in my localhost, without any issue.
 * Thanks!
 *  [katiamdavis](https://wordpress.org/support/users/katiamdavis/)
 * (@katiamdavis)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902016)
 * I am not sure how that part disappeared! It seems to be working now though. Thanks
   for your help!
 *  [shanacorbin](https://wordpress.org/support/users/shanacorbin/)
 * (@shanacorbin)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902024)
 * Hey there! I’ve been having the same issue as katiamdavis but now I can’t get
   anything to show up in the button field except “Array”. My hope was to link the
   buttons to various pages of the website. It doesn’t seem to be taking ANY of 
   my changes now. Can anyone point me in the right direction on how to solve this
   problem?
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902025)
 * Hi Shana,
 * Thanks for writing in! you’ve been replied to your other post:
 * [https://wordpress.org/support/topic/read-more-buttons-giving-array-error?replies=4](https://wordpress.org/support/topic/read-more-buttons-giving-array-error?replies=4)
 * Thank you!
 *  [newbiewebdesigner](https://wordpress.org/support/users/newbiewebdesigner/)
 * (@newbiewebdesigner)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902028)
 * Hi,
    This is my very first try at wordpress site. I changed the two slides of
   the bootstrap slider and in the General–>Bootstrap Slider placement dropdown 
   selected ‘HomePage Only’ but it is still visible on all pages .. How can I make
   it visible only on homepage. I have a static front page and in the dropdown for
   frontpage I’ve selected my own page. [this ](http://www.rangeview.co.uk/)is my
   website. Appreciate any help I can get.
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902029)
 * Use the option -> Manually select in a Post/Page edit mode
    Then edit your homepage,
   Find Slider Type -> Select Bootstrap slider For other post/page select -> No 
   Slider, which I think is the default setting.
 * By the way, your question is unrelated to this topic. You should open a new thread.
 *  [newbiewebdesigner](https://wordpress.org/support/users/newbiewebdesigner/)
 * (@newbiewebdesigner)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902030)
 * Hi Denzel,
    Thanks for reply. Yes I’ve tried doing this but it still shows up
   on each page when i select bootstrap slider in homepage settings.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Evolve theme, bootstrap slider, code for the "read more" button’ is closed
to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [deleted](https://wordpress.org/support/topic-tag/deleted/)

 * 15 replies
 * 9 participants
 * Last reply from: [newbiewebdesigner](https://wordpress.org/support/users/newbiewebdesigner/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/evolve-theme-bootstrap-slider-code-for-the-read-more-button/#post-5902030)
 * Status: not resolved