Getting Cannot read property 'offsetWidth' of undefined with bootstrap carousel script

后端 未结 6 2306
悲哀的现实
悲哀的现实 2020-12-01 02:39

I created a carousel with Bootstrap 3.3 and it works on my local machine, but when I upload the whole thing on server where the bootstrap js file i

6条回答
  •  抹茶落季
    2020-12-01 03:04

    "Change to if (typeof $next == 'object' && $next.length) $next[0].offsetWidth" -did not help. if you convert Bootstrap 3 to php(for WordPress theme), when adding WP_Query ($loop = new WP_Query( $args );) insert $count = 0;. And and at the end before endwhile; add $count++;.

提交回复
热议问题