Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
jQuery(document).ready(function() {
"use strict";
/* ------- Preloader ------ */
jQuery(window).load(function() {
jQuery(".status").fadeOut();
jQuery(".preloader").delay(1000).fadeOut("slow");
});
/* -------- Appears Menu ------ */
$(window).on('ready , scroll', function() {
if ($(window).scrollTop() > 30) {
$('.main-menu').addClass('minified');
} else {
$('.main-menu').removeClass('minified');
}
});
/* ---------- Hide Menu-------- */
jQuery(".nav a").on("click", function () {
jQuery("#nav-menu").removeClass("in").addClass("collapse");
});
/* --------- One Page Navigation -------- */
$('#collapsingNavbar').onePageNav({
currentClass: 'active',
scrollSpeed: 500,
easing: 'linear'
});
/* ---------- Wow Js ---------- */
var wow = new WOW(
{
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'animated', // animation css class (default is animated)
offset: 250, // distance to the element when triggering the animation (default is 0)
mobile: true, // trigger animations on mobile devices (default is true)
live: true, // act on asynchronously loaded content (default is true)
callback: function(box) {
// the callback is fired every time an animation is started
// the argument that is passed in is the DOM node being animated
}
}
);
wow.init();
/* --------- Scroll Up --------- */
$.scrollUp({
scrollName: 'scrollUp', // Element ID
scrollDistance: 300, // Distance from top/bottom before showing element (px)
scrollFrom: 'top', // 'top' or 'bottom'
scrollSpeed: 5000, // Speed back to top (ms)
easingType: 'linear', // Scroll to top easing (see http://easings.net/)
animation: 'fade', // Fade, slide, none
animationInSpeed: 200, // Animation in speed (ms)
animationOutSpeed: 200, // Animation out speed (ms)
scrollText: 'Scroll to top', // Text for element, can contain HTML
scrollTitle: false, // Set a custom title if required. Defaults to scrollText
scrollImg: true, // Set true to use image
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
zIndex: 99998 // Z-Index for the overlay
});
/* ---------- lightbox ---------- */
$('.featured-work-img').magnificPopup({
type: 'image',
gallery:{
enabled:true
}
});
$('.flickr-gallery-img').magnificPopup({
type: 'image',
gallery:{
enabled:true
}
});
/* --------- Carousel Slider ---------- */
// Feature Works
$("#teams").owlCarousel({
items : 3,
itemsDesktop: [1199,1],
itemsDesktopSmall: [979,1],
itemsTablet: [768,1],
itemsMobile : [520,1],
autoPlay: 5000
});
/* ------------ Stellar ----------- */
$(window).stellar({
responsive: true,
positionProperty: 'position'
});
/* ---------- ISoptope --------- */
var $container = $('.portfolio-items');
// filter items on button click
$container.isotope({
filter: '*',
itemSelector: '.item',
animationOptions: {
duration: 750,
easing: 'linear',
queue: false
}
});
$('#portfolio-filter ul li a').on('click',function(){
var selector = $(this).attr('data-filter');
$container.isotope({
filter: selector,
animationOptions: {
duration: 750,
easing: 'linear',
queue: false
}
});
return false;
});
var $optionSets = $('#portfolio-filter ul'),
$optionLinks = $optionSets.find('a');
$optionLinks.on('click',function(){
var $this = $(this);
// don't proceed if already selected
if ( $this.hasClass('selected') ) {
return false;
}
var $optionSet = $this.parents('#portfolio-filter ul');
$optionSet.find('.selected').removeClass('selected');
$this.addClass('selected');
});
/* ------------ Home Slider ------------- */
$( '#slider' ).sliderPro({
width: '100%',
height: 650,
fade: true,
waitForLayers: true,
buttons: true,
autoplay: true,
autoScaleLayers: false,
slideAnimationDuration: 1500,
breakpoints: {
600: {
height: 480
}
}
});
});