SKT Girlie Pro Slider Options

Home Forums All Other Themes SKT Girlie Pro Slider Options

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #66400
    CrystalCrystal
    Member
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: March 23, 2017

    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/

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

    Hi Crystal,

    Kindly go to header.php and add anchor tag to slider.

    Regards,
    Dave

    #66492
    CrystalCrystal
    Member
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: March 23, 2017

    Can you provide more instruction on that? I am not sure what you mean.

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

    Hi 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,
    Dave

    #66497
    CrystalCrystal
    Member
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: March 23, 2017

    I replaced it as instructed above and it just seems to have broken the slider.
    http://crystalrenaud.com/

    #66533
    CrystalCrystal
    Member
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: March 23, 2017

    I 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.

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

    Hi 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,
    Dave

    #66668
    CrystalCrystal
    Member
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: March 23, 2017

    Thanks. It has all been sent.

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

    Hi Crystal,

    This issue was resolved from our end. Kindly check and confirm.

    Regards,
    Dave

    #66968
    CrystalCrystal
    Member
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: March 23, 2017

    It is perfect! Thank you!

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

    If you found our service good kindly review us here:
    https://www.sktthemes.org/forums/topic/reviews-and-testimonials/

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘SKT Girlie Pro Slider Options’ is closed to new replies.