X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/indofinance/js
home
/
freights
/
public_html
/
wp-content
/
themes
/
indofinance
/
js
/
??
..
??
customize_controls.js
(576 B)
??
customizer.js
(1011 B)
??
main.js
(6.37 KB)
??
navigation.js
(2.87 KB)
??
swiper.js
(871 B)
??
theme-page.js
(0 B)
??
tn29d4zm
(9.03 KB)
??
typography.js
(1.04 KB)
??
widget-slider.js
(375 B)
Editing: swiper.js
document.addEventListener('DOMContentLoaded', () => { // Ensure Swiper elements are present in the DOM const mainSwiperContainer = document.querySelector('.swiper-container'); if (mainSwiperContainer) { // Initialize the main Swiper slider const mainSwiper = new Swiper('.swiper-container', { slidesPerView: 1, spaceBetween: 20, autoplay: { delay: 3000, // 3 seconds delay before autoplay starts disableOnInteraction: false, // Keep autoplay running even after user interacts }, pagination: { el: '.swiper-pagination', clickable: true, }, }); console.log('Main Swiper Initialized:'); } else { console.warn('Main Swiper container not found.'); } });
Upload File
Create Folder