Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2014
    Posts
    7

    Default Turn off image links in EasySlider Widget

    Hello all,
    I checked the Web Properties of each image in the EasySlider Widget to insure they were not linking to anything. Yet, when you click on any image in the slider it thinks it is supposed to link to something under the domain referenced by a {link} at the end of the address field. I was hoping to have the slider not clickable at all and barring that to either advance to the next image or back one. Where can I edit this behaviour - it does not appear to be a field within the widget itself nor in the properties of the page?

    Thanks ever so much....

  2. #2
    Join Date
    Oct 2014
    Posts
    7

    Default Re: Turn off image links in EasySlider Widget

    This code in the <head> tag seems to do what I needed:
    <script>
    $(document).ready(function() {
    $(window).load(function() {
    $('#easySlider_v8_0InnerDiv').find('a').removeAttr (" href")
    });
    });
    </script>

  3. #3
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,503

    Default Re: Turn off image links in EasySlider Widget

    Welcome to TalkGraphics Lyle

    Glad we could help.

  4. #4

    Default Re: Turn off image links in EasySlider Widget

    I knew that!

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •