• My client wants this slider at the bottom of the page on the home page again. Results from clicking on a house are erratic at times when going back and forth between the slider and the individual listing page – brings up the wrong house on click – seems to hang on first listing in a group of 4. I’ve tried different settings and removed all caching.
    I have this custom code from theme developer in to make the slider clickable
    jQuery(document).ready(function(){
    jQuery(‘.ihf-slideshow-container’).on(‘click’, ‘.ihf-slide’, function () {
    window.location.href = jQuery(this).find(‘a’).first().attr(‘href’);
    });
    });

    Please advise.

    Updates are in place except waiting on Advanced Custom Fields for theme update.

    • This topic was modified 5 years, 5 months ago by janwat. Reason: further info

    The page I need help with: [log in to see the link]

  • The topic ‘Listings slider seems unstable’ is closed to new replies.