-
AuthorPosts
-
June 17, 2015 at 3:21 pm #305224
I’m using the integrity theme. Link here :http://springs.church.s198939.gridserver.com
I’ve made two buttons on my home page as layers in my revolution slider. I want to make the entire button a clickable link. I have tried href tags in the text box for the layer but this only makes the actual text link and not the entire button I’ve created.
Some help with this would be great!
June 17, 2015 at 10:27 pm #305589Hello There,
Thanks for writing in!
Request you to kindly walk-through following documentation:
http://www.themepunch.com/faq/how-to-hyperlink-slides-and-layers/
Hope that helps.
Thanks.
June 19, 2015 at 9:27 am #307151Thanks for the reply! Like I said in my first post, I have already tried the option for standard text and my issue is that it is only making the actual text clickable and not the entire button I’ve created with rev slider. Is there something custom I can do in order to make the entire button clickable?
springs.church is my new website domain. Thank you. Buttons are on the homepage.
June 19, 2015 at 7:31 pm #307510Hi there,
In that case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
June 20, 2015 at 12:21 pm #307967This reply has been marked as private.June 20, 2015 at 10:24 pm #308153Hello There,
Please edit your slider and replace the text in the button with code instead:
<a href="http://your-link.here" style="text-decoration: none">SERMON ARCHIVE</a>
We’d love to know if this helped you.
June 22, 2015 at 11:34 am #309522Hello! Thanks for the reply. I have tried your code and still isn’t working properly. I have left it active so you can go to the page and see how its responding. This are the issues:
1) It changed the color to orange.
2) the text is the only clickable linked, not the whole button.
I thought maybe a width of 100% but that didn’t work either.
June 22, 2015 at 2:48 pm #309725Hi There,
You could try using shortcode on adding a custom button on your slider.
Check the link below on how to do it.
https://community.theme.co//forums/topic/add-custom-button-to-revolution-slider/
https://community.theme.co//forums/topic/revolution-slider-button-2/Hope it helps.
Thanks.
June 23, 2015 at 12:52 pm #310738Thanks! This is working well for me!
Only issue I’m having is styling the hover state inside of the short code. What determines the hover state?
June 23, 2015 at 3:50 pm #310929Hi There,
Both Link hover and Button hover settings are on Customizer. But this was overwritten on the site with the inline color property CSS rule and has declared as !important on your button shortcode. Remove the !important rule and add the css code below for custom hover color.
.tp-caption .x-btn:hover { color: red; }
Thanks!
-
AuthorPosts