Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 9 posts - 1 through 9 (of 9 total)

Slider Will Not Link

Home Forums Misc. General Forums Slider Will Not Link

  • #12222

    joseph

    subscriber

    Hello. I am having a hard time to add a link to my slider images. I know there is a “link” field, but dosen’t seem to be working. Any tips?

    Stalfred.com

    #15989

    Towfiq I.

    administrator

    are you adding the “http://” at the start of your links?

    #15990

    joseph

    subscriber

    I have tried with and without.

    #15991

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “easyslider.php” from right and copy the whole code and paste it to pastebin.com and send me the link.

    #15992

    joseph

    subscriber

    Hello. The link is http://pastebin.com/seAqzdu4

    #15993

    Towfiq I.

    administrator

    it looks fine. Whats your site address?

    #15994

    joseph

    subscriber

    stalfred.com

    #15995

    Towfiq I.

    administrator

    The slider link is only wrapped around the slider content. You don’t have slider texts.

    You can make the images clickable by going to Appearance >Editor and select “easyslider.php” from right and find this line:

    <?php the_post_thumbnail(); ?>

    with this:

    <a href="<?php echo get_post_meta($post->ID, 'slide_link', TRUE); ?>"><?php the_post_thumbnail(); ?></a>

    #15996

    joseph

    subscriber

    Perfect! Thanks so much.