Home › Forums › All Other Themes › SKT Girlie Pro Slider Options
- This topic has 10 replies, 2 voices, and was last updated 7 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 23, 2017 at 1:59 am #66400
I recently purchased SKT Girlie Pro. I love it, but is there a way to have the sliders themselves be hyperlinked instead of requiring the Button Text? The slider is HUGE and the button is so small. It doesn’t look good. And if I leave the button text blank, it shows a tiny box where the button goes.
http://sktthemesdemo.net/girlie/
March 23, 2017 at 6:05 am #66423Hi Crystal,
Kindly go to header.php and add anchor tag to slider.
Regards,
DaveMarch 23, 2017 at 1:04 pm #66492Can you provide more instruction on that? I am not sure what you mean.
March 23, 2017 at 1:15 pm #66493Hi Crystal,
Go to header.php line number 95.
Replace this code:
<img src="<?php echo esc_url($sv['image_src']); ?>" alt="<?php echo esc_attr($sv['image_title']);?>" title="<?php echo '#slidecaption'.$n ; ?>"/>
With this code:
<?php if( of_get_option('slideurl'.$n, true) != '' ){ ?> <a href="<?php echo of_get_option('slideurl'.$n, true); ?>"></a><?php } ?> <img src="<?php echo esc_url($sv['image_src']); ?>" alt="<?php echo esc_attr($sv['image_title']);?>" /> <?php if( of_get_option('slideurl'.$n, true) != '' ){ ?></a><?php } ?>
Regards,
DaveMarch 23, 2017 at 2:10 pm #66497I replaced it as instructed above and it just seems to have broken the slider.
http://crystalrenaud.com/March 24, 2017 at 1:39 am #66533I am still looking for more help with this. When I replaced the code as suggested above, the slider was jacked up. It would disappear between slides and duplicated the total slides. So I changed it back.
March 24, 2017 at 10:52 am #66617Hi Crystal,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveMarch 24, 2017 at 5:20 pm #66668Thanks. It has all been sent.
March 27, 2017 at 6:19 am #66803Hi Crystal,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveMarch 27, 2017 at 10:16 pm #66968It is perfect! Thank you!
March 28, 2017 at 5:26 am #66996If you found our service good kindly review us here:
https://www.sktthemes.org/forums/topic/reviews-and-testimonials/ -
AuthorPosts
- The topic ‘SKT Girlie Pro Slider Options’ is closed to new replies.