X7ROOT File Manager
Current Path:
/home/u408670528/domains/vittoriabeltrame.com/public_html/assets/js/demos
home
/
u408670528
/
domains
/
vittoriabeltrame.com
/
public_html
/
assets
/
js
/
demos
/
📁
..
📄
demo-app-landing.js
(178 B)
📄
demo-architecture-2.js
(3.39 KB)
📄
demo-architecture-interior.js
(4.5 KB)
📄
demo-auto-services.js
(1.22 KB)
📄
demo-band.js
(382 B)
📄
demo-barber.js
(3.26 KB)
📄
demo-beauty-salon.js
(184 B)
📄
demo-business-consulting-2.js
(448 B)
📄
demo-business-consulting-4.js
(2.3 KB)
📄
demo-church.js
(2.46 KB)
📄
demo-cleaning-services.js
(576 B)
📄
demo-construction-2.js
(2.64 KB)
📄
demo-event.js
(559 B)
📄
demo-gym.js
(3.99 KB)
📄
demo-hotel.js
(3.3 KB)
📄
demo-industry-factory.js
(1.48 KB)
📄
demo-it-services.js
(2.56 KB)
📄
demo-law-firm-2.js
(655 B)
📄
demo-law-firm.js
(1.87 KB)
📄
demo-medical.js
(1.85 KB)
📄
demo-one-page-agency.js
(4.56 KB)
📄
demo-photography.js
(20.99 KB)
📄
demo-product-landing.js
(695 B)
📄
demo-real-estate.js
(1.78 KB)
📄
demo-resume.js
(1.57 KB)
📄
demo-seo-2.js
(588 B)
📄
demo-seo.js
(1.04 KB)
📄
demo-startup-agency.js
(1.61 KB)
📄
demo-wedding.js
(4.63 KB)
Editing: demo-gym.js
/* Name: Gym Written by: Okler Themes - (http://www.okler.net) Theme Version: 9.4.0 */ (function( $ ) { 'use strict'; // Slider Options var sliderOptions = { sliderType: 'standard', sliderLayout: 'fullscreen', responsiveLevels: [4096,1200,992,420], gridwidth:[1170,970,750], delay: 5000, disableProgressBar: 'on', lazyType: "none", shadow: 0, spinner: "off", shuffle: "off", autoHeight: "off", fullScreenAlignForce: "off", fullScreenOffset: "", hideThumbsOnMobile: "off", hideSliderAtLimit: 0, hideCaptionAtLimit: 0, hideAllCaptionAtLilmit: 0, debugMode: false, fallbacks: { simplifyAll: "off", nextSlideOnWindowFocus: "off", disableFocusListener: false, }, navigation: { keyboardNavigation: "on", keyboard_direction: "horizontal", mouseScrollNavigation: "off", onHoverStop: "off", touch: { touchenabled: "on", swipe_threshold: 75, swipe_min_touches: 1, swipe_direction: "horizontal", drag_block_vertical: false }, arrows: { enable: false, }, bullets: { style:"custom-tp-bullets", enable: true, container:"slider", rtl: false, hide_onmobile: false, hide_onleave: true, hide_delay: 200, hide_delay_mobile: 1200, hide_under: 0, hide_over: 9999, direction:"horizontal", space: 20, h_align: "center", v_align: "bottom", h_offset: 0, v_offset: 50 } }, parallax:{ type:"on", levels:[20,40,60,80,100], origo:"enterpoint", speed:400, bgparallax:"on", disable_onmobile:"off" } } // Slider Init $('#revolutionSlider').revolution(sliderOptions); // Instagram Feed $(window).on('load', function(){ if( $( '.custom-instagram-feed' ).length ) { theme.fn.intObs('.custom-instagram-feed', function(){ var $this = $( this ), type = $this.data('type'); $.ajax({ url: 'php/instagram-token.php?get_token=true', type: 'get', dataType: 'json' }) .done(function(data) { if( data.status == 'success' ) { var InstagramToken = data.response, feed = new Instafeed({ accessToken: InstagramToken, target: $this[0], template: '<div>' + '<a target="_blank" href="{{link}}">' + '<img src="{{image}}" class="img-fluid" alt="{{caption}}" />' + '</a>' + '</div>', after: function(){ var $wrapper = $this; $wrapper.addClass('owl-carousel').owlCarousel({ items: 2, nav: false, dots: false, loop: true, navText: [], autoplay: true, autoplayTimeout: 6000, rtl: ( $('html').attr('dir') == 'rtl' ) ? true : false }); } }); feed.run(); } else { console.log('Instagram Feed Error: Token file not found. If you did not setup your access token yet, please check the template documentation at "Instagram" section.'); } }) .fail(function() { console.log('Instagram Feed Error: By some reason the AJAX could not complete with success. Make sure you are running your project trough a local or online server.'); }); }, {}); } }); // Custom Menu Style if($('.custom-header-style-1').get(0)) { $('.header-nav-main nav > ul > li > a').each(function(){ var parent = $(this).parent(), clone = $(this).clone(), clone2 = $(this).clone(), wrapper = $('<span class="wrapper-items-cloned"></span>'); // Config Classes $(this).addClass('item-original'); clone2.addClass('item-two'); // Insert on DOM parent.prepend(wrapper); wrapper.append(clone).append(clone2); }); } // Isotope var $wrapper = $('#itemDetailGallery'); if( $wrapper.get(0) ) { $wrapper.waitForImages(function() { $wrapper.isotope({ itemSelector: '.isotope-item' }); }); } }).apply( this, [ jQuery ]);
Upload File
Create Folder