Reply To: Set link for slider instead of call-to-action button

#2042
FlyThemes
Keymaster

Hi

Open header.php file and go to line no.78 where you can see the img tag and then you need to go to line no 93 there you can see anchor tag for slider link copy that entire anchor tag and paste it before img tag and close the anchor tag after img tag
for example:

<a class="read-more" href="<?php echo of_get_option('slideurl'.$sln,true); ?>">
    <img src="<?php echo esc_url($sv['image_src']); ?>" alt="<?php echo esc_attr($sv['image_title']); ?>" title="<?php if ( ($sv['image_title']!='') && ($sv['image_desc']!='')) { echo '#slidecaption'.$n ; } ?>"/>
</a>

While doing these changes make sure you should close all the tags properly otherwise this will gives you an error.

Thank You

  • This reply was modified 10 years, 5 months ago by FlyThemes.
  • This reply was modified 10 years, 5 months ago by FlyThemes.
  • This reply was modified 10 years, 5 months ago by FlyThemes.