Header clickable to page SKT Bizness PRO

Home Forums SKT Full Width Forum Header clickable to page SKT Bizness PRO

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15915
    Veerle EmmerechtsVeerle Emmerechts
    Participant
    • Topics: 6
    • Replies: 3
    • Total: 9
    Member since: July 3, 2015

    How can I make the whole header image clickable to an inner page?

    #15929
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Means instead of read more to entire slider?

    Regards,
    Shri

    #15961
    Veerle EmmerechtsVeerle Emmerechts
    Participant
    • Topics: 6
    • Replies: 3
    • Total: 9
    Member since: July 3, 2015

    Yes, instead of the read more box. I just want the image to be a link, without the box
    Thank you!

    #16056
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30646
    • Total: 30646
    Member since: August 16, 2013

    Hi,

    Kindly go to header.php

    on line no. 123 to 130 replace this code

    <div class=”slider-wrapper theme-default”><div id=”slider” class=”nivoSlider”>
    <?php
    foreach( $slAr as $sv ){
    $n++; ?> “>
    ” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo esc_attr(‘#slidecaption’.$n) ; ?>” />
    <?php
    $slideno[] = $n;
    }
    ?>
    </div>

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.