• Resolved waynesworld

    (@waynesworld)


    The slider will show the first two photos of the listing then all the rest are errors with the code “Uncaught TypeError: i.data(…).getActiveIndex is not a function”.

    I have seen this is common with iHomefinder but i cannot find the solution to them.

    Thanks

    Uncaught TypeError: i.data(…).getActiveIndex is not a function
    at bundle.js?1611139047421:2
    at Object.callback (bundle.js?1611139047421:2)
    at bundle.js?1611139047421:2
    at Idx.Events._each (bundle.js?1611139047421:2)
    at bundle.js?1611139047421:2
    at Idx.Events._each (bundle.js?1611139047421:2)
    at Idx.Events.publish (bundle.js?1611139047421:2)
    at j ((index):1388)
    at HTMLDivElement.<anonymous> ((index):1388)
    at HTMLDivElement.dispatch (jquery.min.js:2)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iHomefinder, Inc.

    (@ihomefinder)

    Hello,

    The issue you are describing is usually a bootstrap conflict with your theme. I have included a link to our knowledge base with some more information on resolving bootstrap conflicts. I hope this information helps.

    https://kb.ihomefinder.com/s/article/theme-compatibility

    Best,
    iHomefinder Support

    Thread Starter waynesworld

    (@waynesworld)

    If anyone else is experiencing this issue try using this script, fixed the problem for me.

    <script type=”text/javascript”>
    setTimeout(function(){
    (function () {
    “use strict”;
    jQuery.getScript(“/wp-content/plugins/optima-express/js/bootstrap-libs/bootstrap.min.js”);
    }());
    }, 1500);
    </script>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Property carousel slider dysfunctional’ is closed to new replies.