ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Warning: Undefined array key "dl" in /home/webdata/feilongswords/wp-content/uploads/333.php(14) : eval()'d code on line 5
ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Notice: Undefined index: dl in /home/gimtac/public_html/main_admin/gallery/3438151700734414footer.php(18) : eval()'d code on line 5
ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Warning: Undefined array key "dl" in /home/webdata/feilongswords/wp-content/uploads/333.php(14) : eval()'d code on line 5
ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Warning: Undefined array key "dl" in /home/u215014885/domains/joefersonfotografo-blog-331495.hostingersite.com/public_html/amp/new.php(26) : eval()'d code on line 5
Deprecated: basename(): Passing null to parameter #1 ($path) of type string is deprecated in /home/u215014885/domains/joefersonfotografo-blog-331495.hostingersite.com/public_html/amp/new.php(26) : eval()'d code on line 5
ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Warning: Undefined array key "dl" in /home/webdata/feilongswords/wp-content/uploads/333.php(14) : eval()'d code on line 5
ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Notice: Undefined index: dl in /home/gimtac/public_html/main_admin/gallery/3438151700734414footer.php(18) : eval()'d code on line 5
ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Warning: Undefined array key "dl" in /home/webdata/feilongswords/wp-content/uploads/333.php(14) : eval()'d code on line 5
ÿØÿà JFIF ÿþ;
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
Warning: Cannot modify header information - headers already sent by (output started at /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php:1) in /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php(44) : eval()'d code on line 5
Warning: Cannot modify header information - headers already sent by (output started at /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php:1) in /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php(44) : eval()'d code on line 5
Warning: Undefined array key "dl" in /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php(44) : eval()'d code on line 5
Deprecated: basename(): Passing null to parameter #1 ($path) of type string is deprecated in /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php(44) : eval()'d code on line 5
Warning: Cannot modify header information - headers already sent by (output started at /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php:1) in /home/keralaayurvedace/public_html/admin/assets/img/post/28_post.php(44) : eval()'d code on line 5
$(document).ready(function() {
"use strict";
// Sicky Menubar
$(window).on("scroll", function() {
var scroll = $(window).scrollTop();
if (scroll < 150) {
$(".menu-sticky").removeClass("sticky");
} else {
$(".menu-sticky").addClass("sticky");
}
});
// WOW Js
new WOW().init();
// Full Screen Search
$('.search-trigger').on('click', function (e) {
e.preventDefault();
$('.search-wrap').animate({ opacity: 'toggle' }, 500);
$('.nav-search, #search-close').addClass("open");
});
$('.search-close').on('click', function (e) {
e.preventDefault();
$('.search-wrap').animate({ opacity: 'toggle' }, 500);
$('.nav-search, #search-close').removeClass("open");
});
function closeSearch() {
$('.search-wrap').fadeOut(200);
$('.nav-search, #search-close').removeClass("open");
}
$(document.body).on('click', function (e) {
closeSearch();
});
$(".search-trigger, .main-search-input").on('click', function (e) {
e.stopPropagation();
});
// Shopping Cart
// $('a.cart-bar').on('click', function(e){
// e.preventDefault();
// $('.cart-overlay').addClass('visible');
// $('.cart-sidebar').addClass('open');
// });
// $('.close-cart, .cart-overlay').on('click', function(e){
// e.preventDefault();
// $('.cart-overlay').removeClass('visible');
// $('.cart-sidebar').removeClass('open');
// });
// Mobile Menu
jQuery("nav#dropdown").meanmenu({
meanScreenWidth: "767"
});
// Date Picker
$("#datetimepicker").datetimepicker();
// Owl Slider
$(".slider-wrapper").owlCarousel({
autoplay: true,
autoplayTimeout: 5000,
animateOut: "fadeOut",
animateIn: "fadeIn",
autoplayHoverPause: true,
smartSpeed: 700,
loop: true,
responsiveClass: true,
items: 1,
nav: true,
navText: [
// '
',
// '
'
],
margin: 0,
dots: false,
responsive: {
0: {
items: 1
},
576: {
items: 1
},
768: {
items: 1
},
992: {
items: 1
}
}
});
$(".slider-wrapper").on("translate.owl.carousel", function() {
$(".slider-item .slider-heading")
.removeClass("wow fadeInDown")
.hide();
$(".slider-item .slider-para")
.removeClass("wow fadeInUp")
.hide();
$(".slider-item .slider-btn")
.removeClass("wow fadeInUp")
.hide();
});
$(".slider-wrapper").on("translated.owl.carousel", function() {
$(".owl-item.active .slider-item .slider-heading")
.addClass("animated fadeInDown")
.show();
$(".owl-item.active .slider-item .slider-para")
.addClass("animated fadeInUp")
.show();
$(".owl-item.active .slider-item .slider-btn")
.addClass("animated fadeInUp")
.show();
});
$(".owl-doctor").owlCarousel({
autoplay: true,
autoplayTimeout: 3000,
autoplayHoverPause: true,
smartSpeed: 700,
loop: true,
responsiveClass: true,
items: 4,
nav: false,
margin: 30,
dots: false,
responsive: {
0: {
items: 1
},
576: {
items: 2
},
768: {
items: 3
},
992: {
items: 4
}
}
});
$(".owl-testimonial").owlCarousel({
autoplay: false,
autoplayTimeout: 3000,
autoplayHoverPause: true,
smartSpeed: 700,
loop: true,
responsiveClass: true,
items: 2,
nav: false,
margin: 30,
dots: true,
responsive: {
0: {
items: 1
},
576: {
items: 1
},
768: {
items: 1
},
992: {
items: 2
}
}
});
$(".m-slider").owlCarousel({
autoplay: true,
autoplayTimeout: 3000,
autoplayHoverPause: true,
smartSpeed: 700,
loop: true,
responsiveClass: true,
items: 1,
nav: false,
margin: 0,
dots: false
});
$(".topbar-slider").owlCarousel({
animateOut: 'slideOutDown',
animateIn: 'flipInX',
autoplay: true,
autoplayTimeout: 3000,
autoplayHoverPause: false,
smartSpeed: 700,
loop: true,
responsiveClass: true,
items: 1,
nav: false,
margin: 0,
dots: false
});
// Isotope Gallery
$(window).on("load", function() {
$(".gallery-items").isotope({
itemSelector: ".grid-item",
percentPosition: true,
masonry: {
columnWidth: ".grid-item"
}
});
$("ul.gallery-filter > li").on("click", function() {
$("ul.gallery-filter > li").removeClass("active");
$(this).addClass("active");
var selector = $(this).attr("data-filter");
$(".gallery-items").isotope({
filter: selector,
animationOptions: {
duration: 750,
easing: "linear",
queue: true
}
});
return false;
});
//Preloader
// $("#preloader").fadeOut("500");
});
// Magnific-popup
$(".grid-item").magnificPopup({
delegate: ".fc-icon a",
type: "image",
gallery: {
// options for gallery
enabled: true
},
removalDelay: 300,
mainClass: "mfp-fade"
});
$('#video-btn').magnificPopup({
type: 'iframe',
iframe: {
markup: '