Hi, can I make the slider clickable to a link not just the text on the slider. Thanks http://www.wsbowhunters.org/
Hello, Go to front-page.php present in your theme directory and add the code given below Code: <a href="Enter your URL"></a> Sending image for reference Use same process for others also.
Yes but there are 3 slides. Do I do it separately for each slide as they all have separate addressses? http://www.wsbowhunters.org/
That did not work. Here is my code: <!-- /.slide --> <?php } else { ?> <div class="slide slide-1" > <div class="slide-content entry fl"> <h2 class="title"><a href="#">Beauty at its best</a></h2> <p>What happens when beauty and simplicity connects. We tried to give you a slight hint of that with the Colorway Theme.</p> </div> <!-- /.slide-content -->( I have 3 slides with 3 different links) <div class="slide-image fl"><img src="http://www.wsbowhunters.org/hunting-washington-forum/"<?php echo get_template_directory_uri(); ?>/images/slide-img-1.jpg" class="slide-img" alt="Slide 1"/> </div></a> <!-- /.slide-image --> <div class="fix"></div> </div> <!-- /.slide -->
Hello, Your have entered the code in the wrong position that's why its not working. Please see the image link given below at which position you have to add this code. 1. http://screencast.com/t/GLm6juh8ust 2. http://screencast.com/t/92Zwccm3ars This will solve your issue.