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
$(document).ready(function () {
"use strict";
//Mean Menu
jQuery('header .main-menu').meanmenu({
meanScreenWidth: "767"
});
//Sticky Nav
$(".edu-navbar").sticky({ topSpacing: 0 });
//Scroll Spy
$('body').scrollspy({ target: '.edu-navbar' });
$(window).on('load', function(e){
$('#status').fadeOut();
$('#preloader').delay(350).fadeOut('slow');
$('body').delay(350).css({'overflow':'visible'});
})
$('body').scrollspy({ target: ".edu-navbar'" })
// Contact Form
$('#contactform').submit(function(){
var action = $(this).attr('action');
$("#message").slideUp(750,function() {
$('#message').hide();
$('#submit')
.after('')
.attr('disabled','disabled');
$.post(action, {
name: $('#name').val(),
email: $('#email').val(),
subject: $('#subject').val(),
comments: $('#comments').val()
},
function(data){
document.getElementById('message').innerHTML = data;
$('#message').slideDown('slow');
$('#contactform img.loader').fadeOut('slow',function(){$(this).remove()});
$('#submit').removeAttr('disabled');
if(data.match('success') != null) $('#contactform').slideUp('slow');
}
);
});
return false;
});
//Portfolio Lightbox
$('.gallery_img_wrapper').magnificPopup({
delegate: 'a',
type: 'image',
gallery: {
// options for gallery
enabled: true
},
removalDelay: 300,
mainClass: 'mfp-fade'
});
//Video Popup
$('.video-iframe').magnificPopup({
type: 'iframe',
iframe: {
markup: '',
patterns: {
youtube: {
index: 'youtube.com/',
id: 'v=',
src: 'http://www.youtube.com/embed/%id%?autoplay=1'
}
},
srcAction: 'iframe_src'
}
});
//Popup
$('.gallery-single-item').magnificPopup({
delegate: 'li .port-view',
type: 'image',
gallery: {
enabled: true
},
removalDelay: 300,
mainClass: 'mfp-fade'
});
//jQuery Counter
$('.counter').counterUp({
delay: 10,
time:1000
});
// ************ Search On Click
$(".search_btn").on("click", function(event) {
event.preventDefault();
$("#search").addClass("open");
$("#search > form > input[type='search']").focus();
});
$("#search, #search button.close").on("click keyup", function(event) {
if (event.target == this || event.target.className == "close" || event.keyCode == 27) {
$(this).removeClass("open");
}
});
// Slick slider index version
$('.slider-for').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.slider-nav'
});
$('.slider-nav').slick({
slidesToShow:3,
slidesToScroll: 1,
asNavFor: '.slider-for',
dots: false,
height:true,
centerMode: true,
centerPadding: '0px',
focusOnSelect: true,
variableWidth: false,
arrows: true
});
// Parent Say's index-02
$("#parent-say-02").owlCarousel({
items :3,
lazyLoad : true,
navigationText :["", ""],
slideSpeed: 500,
paginationSpeed: 1000,
rewindSpeed: 1000,
navigation :true,
pagination: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
768: {
items: 2,
nav: true
},
992: {
items: 2,
nav: true,
loop: false
}
}
});
// Courses-carousel index-03
$("#courses-carousel-03").owlCarousel({
items :4,
lazyLoad : true,
navigationText :["", ""],
slideSpeed: 500,
paginationSpeed: 1000,
rewindSpeed: 1000,
navigation :true,
pagination: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
768: {
items: 2,
nav: true
},
992: {
items: 3,
nav: true,
loop: false
}
}
});
// Courses-carousel index-04
$("#courses-carousel-04").owlCarousel({
items :1,
lazyLoad : true,
navigationText :["", ""],
slideSpeed: 500,
paginationSpeed: 1000,
rewindSpeed: 1000,
navigation :true,
pagination: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
768: {
items: 2,
nav: true
},
992: {
items: 3,
nav: true,
loop: false
}
}
});
// Blog-carousel index-03
$("#bolg-carousel-03").owlCarousel({
items :3,
lazyLoad : true,
navigationText :["", ""],
slideSpeed: 500,
paginationSpeed: 1000,
rewindSpeed: 1000,
navigation :true,
pagination: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
768: {
items: 2,
nav: true
},
992: {
items: 3,
nav: true,
loop: false
}
}
});
// Partners carousel index-03
$("#partners-carousel-03").owlCarousel({
items : 6,
lazyLoad : true,
navigation : false,
navigationText : ["", ""],
pagination: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 2,
nav: false
},
768: {
items: 3,
nav: true
},
992: {
items: 4,
nav: true,
loop: false
}
},
afterAction: function (el) {
//remove class active
this
.$owlItems
.removeClass('active')
//add class active
this
.$owlItems //owl internal $ object containing items
.eq(this.currentItem + 3)
.addClass('active')
}
});
// Success carousel index-04
$("#success-carousel-04").owlCarousel({
items :1,
lazyLoad : true,
slideSpeed: 500,
paginationSpeed: 1000,
rewindSpeed: 1000,
navigation :false,
pagination: true,
responsive: false
});
// Bolg carousel index-04
$("#bolg-carousel-01").owlCarousel({
items :1,
lazyLoad : true,
navigationText :["", ""],
slideSpeed: 500,
paginationSpeed: 1000,
rewindSpeed: 1000,
navigation :true,
pagination: false,
responsive:false
});
$("#single-carousel-03").owlCarousel({
items :4,
lazyLoad : true,
navigationText :["", ""],
slideSpeed: 500,
paginationSpeed: 1000,
rewindSpeed: 1000,
navigation :true,
pagination: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
768: {
items: 2,
nav: true
},
992: {
items: 3,
nav: true,
loop: false
}
}
});
});