2017-10-07 82 views
0

當我上傳到託管網站,但我的電腦是 功能我的傳送帶不工作。像,它會自動移動到下一張幻燈片。我正在嘗試另一種可能的解決方案,但是當我上傳到託管站點時,它不能很好地工作 對此有何建議?代碼不工作時,上傳到託管網站

以下是我的site的鏈接。 我希望你能理解我的意思,對不起我的英文不好。 謝謝!

#banner{ 
 
} 
 
#banner img{ 
 
    max-width: 100%; /* para magin responsive xa */  
 
} 
 
#banner .carousel-indicators { 
 
    bottom: 20px; 
 
} 
 
/* No need individual color class unless you need it multiple times */ 
 
#banner{ 
 
    color: #000; /* Black */ 
 
    text-transform: uppercase; 
 
    text-shadow: 1px 1px 1px rgba(0,0,0,.7); 
 
} 
 
#banner .item{ 
 
    background: #dfad70; 
 
    padding: 50px 0 70px;  
 
} 
 
#banner .item:nth-child(1){ 
 
    background: #8AC9ED; 
 
} 
 
#banner .item:nth-child(2){ 
 
    background: #A3DAD3; 
 
} 
 
#banner .item:nth-child(3){ 
 
    background: #BF9CCB; 
 
} 
 
#banner .item:nth-child(4){ 
 
    background: #dfad70; 
 
} 
 

 
#banner h1{ 
 
    color: #fff; /* White */ 
 
} 
 
#banner ul{ 
 
    margin: 0; 
 
    padding-left: 20px;  
 
} 
 
.carousel-inner ul{ 
 
    list-style: none; 
 
} 
 
.carousel-inner li:before { 
 
    font-family: FontAwesome; 
 
    content: "\f00c"; 
 
    padding-right: 20px; 
 
} 
 
#banner .section-1{ 
 
    font-family: buenard; 
 
    font-size: 3em; 
 
} 
 
#banner .section-2{ 
 
    font-family: buenard; 
 
    font-size: 1.5em; 
 
} 
 

 
@media (max-width: 768px) { 
 
    #banner .item, 
 
    #banner .item .text-right{ 
 
    text-align: center; 
 
    } 
 

 
    #banner ul{ 
 
    max-width: 400px; 
 
    margin: 0 auto; 
 
    text-align: left; 
 
    } 
 
    #banner .item{ 
 
    min-height: auto; 
 
    } 
 
}
<!DOCTYPE html> 
 
<html lang="en"> 
 

 
<head> 
 
    <title>GOOD HEART</title> 
 
    <meta charset="utf-8"> 
 
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> 
 
    <link rel="shortcut icon" href="https://i.imgur.com/pLO28P8.png" /> 
 
    <meta name="viewport" content="width=device-width, initial-scale=1"> 
 
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> 
 
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> 
 
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> 
 
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> 
 
    <link rel="stylesheet" type="text/css" href="css/carousel.css"> 
 
</head> 
 

 
<body> 
 
    <div id="banner"> 
 
     <div id="carousel-example" class="carousel slide" data-ride="carousel"> 
 
      <ol class="carousel-indicators"> 
 
       <li data-target="#carousel-example" data-slide-to="0" class="active"></li> 
 
       <li data-target="#carousel-example" data-slide-to="1"></li> 
 
       <li data-target="#carousel-example" data-slide-to="2"></li> 
 
       <li data-target="#carousel-example" data-slide-to="3"></li> 
 
      </ol> 
 
      <div class="carousel-inner"> 
 
       <div class="item active"> 
 
        <div class="row"> 
 
         <div class="col-sm-5 text-right"><img src="https://placeimg.com/300/250/any" /></div> 
 
         <div class="col-sm-7"> 
 
          <h1 class="animated fadeInUpBig section-1">ABOUT</h1> 
 
          <h3 class="animated fadeInUpBig slide-delay-2 section-2"> 
 
           Makes quality cones and provide service like partners. 
 
           </h3> 
 
         </div> 
 
        </div> 
 
        <!-- end .row --> 
 
       </div> 
 
       <!-- end .item --> 
 
       <div class="item"> 
 
        <div class="row"> 
 
         <div class="col-sm-5 text-right"><img src="https://placeimg.com/300/250/any" /></div> 
 
         <div class="col-sm-7"> 
 
          <h1 class="animated bounce section-1">Products</h1> 
 
          <ul class="animated fadeInUpBig slide-delay-2 section-2"> 
 
           <li>Wafer Cones</li> 
 
           <li>Sugar conesipsum dolor sit amet</li> 
 
           <li>Bakery Products</li> 
 
          </ul> 
 
         </div> 
 
        </div> 
 
        <!-- end .row --> 
 
       </div> 
 
       <!-- end .item --> 
 
       <div class="item"> 
 
        <div class="row"> 
 
         <div class="col-sm-5 text-right"><img src="https://placeimg.com/300/250/any" alt="" /></div> 
 
         <div class="col-sm-7"> 
 
          <h1 class="animated fadeInDownBig section-2">Recognized Religious Halal Certification and Accreditation Authority</h1> 
 
         </div> 
 
        </div> 
 
        <!-- end .row --> 
 
       </div> 
 
       <!-- end .item --> 
 
       <div class="item"> 
 
        <div class="row"> 
 
         <div class="col-sm-5 text-right"><img src="https://placeimg.com/300/250/any" /></div> 
 
         <div class="col-sm-7"> 
 
          <h1 class="animated bounce section-1">System Certification</h1> 
 
          <ul class="animated fadeInUpBig slide-delay-2 section-2"> 
 
           <li>HACCP CODEX ALIMENTARIUS</li> 
 
           <li>GOOD MANUFACTURING PRACTICE</li> 
 
           <li>FOOD SAFETY SYSTEM CERTIFICATION 22000</li> 
 
          </ul> 
 
         </div> 
 
        </div> 
 
        <!-- end .row --> 
 
       </div> 
 
       <!-- end .item --> 
 
      </div> 
 
      <!-- end .carousel-inner --> 
 
     </div> 
 
     <!--// end .carousel --> 
 
    </div> 
 
    <!-- end #banner --> 
 
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> 
 
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> 
 
</body> 
 
</html>

回答

0

您的代碼不會在您的網站,因爲這條線HTTPS

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> 

您的網絡是主機是安全的香奈兒的運行,所以每個源也有來自安全香奈兒。如果您的網站並打開控制檯日誌選項卡中打開檢查(按F12),你會看到一個消息

混合內容:在頁面「https://kkeennyy-tan.github.io/index.html」裝載了HTTPS,但要求一個不安全的樣式表「http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css」 。此請求已被阻止;內容必須通過HTTPS提供。

所以要解決,你只需要改變的「http://」問題爲「https://」

+0

謝謝@vtc我已經改變了所有HTTP HTT在JS鏈接的CSS – KennyTan

1

您的網站是HTTPS,但你引用外部資產如HTTP,這創造了一個安全問題。你沒有問題在你的本地網絡服務器上,因爲你通過http訪問它。

始終只//

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> 

通過

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> 

開始對外資產URL如果對外資產可以用HTTPS,始終使用https://

總是在開發工具(F11)中檢查控制檯,您經常可以看到自己的錯誤。

+0

意思,我會刪除所有的https:在我的CSS鏈接? 是這樣的? https://imgur.com/a/82vTy – KennyTan

+0

它的協議相對URL意味着該頁面將嘗試使用自己的協議加載外部引用。最佳做法是在可能的情況下始終通過https加載。 – RafH

+0

感謝他的工作!...我已經把HTTPS放在每一個CSS和JS,現在它的工作 – KennyTan

相關問題