Problem about swiper for wordpress #5246
Replies: 1 comment
-
even though html does not work either wp_enqueue_script( 'jquery' ); //home page for slick nav responsive nabi menu //hoem page for Slider //hoem page for フィルタリングやソート機能、グリッドレイアウトプラグイン //hoem page for 要素からはみ出したテキストを省略してくれるjQueryプラグイン //hoem page for imagesLoadedを使って画像の読み込みタイミングを管理 //hoem page for js below //gallary page for slider I dont type Jquery version to read Help me |
Beta Was this translation helpful? Give feedback.
-
Read the instruction reading css and js
//Initialize Swiper for slider for gallary page
const swiper = new Swiper('.swiper', {
// Optional parameters
direction: 'horizontal',
effect: 'slide',
loop: true,
speed: 3000,
// If we need pagination
pagination: {
el: '.swiper-pagination',
},
// Navigation arrows
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
// And if we need scrollbar
scrollbar: {
el: '.swiper-scrollbar',
},
});
Beta Was this translation helpful? Give feedback.
All reactions