사람의 도움을 나는 회전 목마 3 가지를 구현하기 위해 시도 할 수 아무것도 작동하지 않습니다하십시오 :Shopify 캐 러셀, 올빼미, 슬라이더, ResponsiveSlides
http://owlgraphic.com/owlcarousel/
아무것도 작품 JS와 CSS를 다음과 같이 추가했습니다.
<!-- CSS ================================================== -->
{{ 'timber.scss.css' | asset_url | stylesheet_tag }}
{{ 'theme.scss.css' | asset_url | stylesheet_tag }}
{{ 'index.css' | asset_url | stylesheet_tag }}
{{ 'owl.css' | asset_url | stylesheet_tag }}
{{ 'scoot-baby.css' | asset_url | stylesheet_tag }}
<!-- JS ================================================== -->
{{ 'jquery-1.9.1.min.js' | asset_url | script_tag }}
{{ 'owl.carousel.js' | asset_url | script_tag }}
는 다음과 같이 홈 페이지에있는 JS와 HTML :
<div id="owl-demo" class="owl-carousel owl-theme">
<div class="item"><img src="https://cdn.shopify.com/s/files/1/1334/7245/t/1/assets/fullimage1.jpg?15259394755119812233" alt="The Last of us"></div>
<div class="item"><img src="https://cdn.shopify.com/s/files/1/1334/7245/t/1/assets/fullimage2.jpg?15259394755119812233" alt="GTA V"></div>
<div class="item"><img src="https://cdn.shopify.com/s/files/1/1334/7245/t/1/assets/fullimage3.jpg?15259394755119812233" alt="Mirror Edge"></div>
</div>
<style>
#owl-demo .item img{
display: block;
width: 100%;
height: auto;
}
</style>
<script>
jQuery.noConflict();
$(document).ready(function() {
$("#owl-demo").owlCarousel({
navigation : true,
slideSpeed : 300,
paginationSpeed : 400,
singleItem : true
// "singleItem:true" is a shortcut for:
// items : 1,
// itemsDesktop : false,
// itemsDesktopSmall : false,
// itemsTablet: false,
// itemsMobile : false
});
});
</script>
아무것도 아무것도 작동하지, 난
Owl Carousel: Javascript won't load. Shopify Issue or Code Issue?
아무것도 내가 shopify에 발견 그렇게 작동하지 않습니다 유래에 발견 포럼 아무것도 작동하지 않습니다
https://ecommerce.shopify.com/c/ecommerce-design/t/how-to-use-owl-carousel-for-blog-355756
, P 누군가가 도와 줄 수 있습니까?
감사
감사를 변경하지만 – jelly46
작동하지 않습니다 [JSFiddle] (https://jsfiddle.net/y2r2sp5v/)이 작동합니다. 따라서 더 자세한 내용을 제공 할 수 없다면 무엇을 말할 지 모르겠습니다. jQuery와 owl.carousel.js가 페이지에 제대로로드되고 있습니까? – NickyTheWrench
네가하고 잘 작동하지만 shopify 내가 왜 작동하지 않는지 모르겠다. – jelly46