Slider

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, Jun 21, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    2013-06-21_1707.png


    Use same process for others also.
     
    robertburney likes this.
  3. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  4. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    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 -->
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Yes, you have to add that code for each slides.
     

Share This Page