响应轮播问题

时间:2016-04-12 10:45:51

标签: javascript jquery css twitter-bootstrap

有人可以解释为什么我的自适应轮播无法正常工作吗?

这是我的演示:https://jsfiddle.net/9b9mt0ts/



renderUI

// When the DOM is ready, run this function
$(document).ready(function() {
  //Set the carousel options
  $('#quote-carousel').carousel({
    pause: true,
    interval: 4000,
  });
});

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}




2 个答案:

答案 0 :(得分:2)

这里是控制台错误。 混合内容: ' https://fiddle.jshell.net/9b9mt0ts/show/'的页面是通过HTTPS加载的,但请求了一个不安全的脚本' http://code.jquery.com/jquery-1.10.2.min.js'。此请求已被阻止;内容必须通过HTTPS提供。

enter image description here

解决方案:使用" http "访问而是" https "

Codepen没有显示错误。

答案 1 :(得分:0)

请在标题中添加Carousel js文件。

  

http://sorgalla.com/jcarousel/dist/jquery.jcarousel.min.js

     

同时检查 http 协议。如果您的网站不在 https 中,请将所有外部链接用作 http