Please help me check my template

Hi to all:

Before submit my html themeforest please help me check my template different browser and responsive if error feedback many thanks.

may be your server is down. link not working

working it please reload again force browser many thanks.

from my side not working. The connection has timed out. please fix this before submit.

1 Like

which browser?

I have cheked with 3 browsers all same not working.

@mgscoder

http://erikaivo.info/html/kevin/demo-1/

now yes?

no, not working. please ask your friends to check from their side and fix before submit.

many thanks, maybe my code javascript error, please help me check my code javascript thanks

jQuery(document).on('ready', function ($) {
"use strict";

/*----------------------------
    LOADING
------------------------------*/
$(window).on("load", function () {
    $('.loader').slideUp(200);
});
	
/*----------------------------
    CURSOR AND NAVIGATION
------------------------------*/
(function($) { "use strict";
		
	//Page cursors

    document.getElementsByTagName("body")[0].addEventListener("mousemove", function(n) {
        t.style.left = n.clientX + "px", 
		t.style.top = n.clientY + "px", 
		e.style.left = n.clientX + "px", 
		e.style.top = n.clientY + "px", 
		i.style.left = n.clientX + "px", 
		i.style.top = n.clientY + "px"
    });
    var t = document.getElementById("cursor"),
        e = document.getElementById("cursor2"),
        i = document.getElementById("cursor3");
    function n(t) {
        e.classList.add("hover"), i.classList.add("hover")
    }
    function s(t) {
        e.classList.remove("hover"), i.classList.remove("hover")
    }
    s();
    for (var r = document.querySelectorAll(".hover-target"), a = r.length - 1; a >= 0; a--) {
        o(r[a])
    }
    function o(t) {
        t.addEventListener("mouseover", n), t.addEventListener("mouseout", s)
    }
	
	//Navigation

	var app = function () {
		var body = undefined;
		var menu = undefined;
		var menuItems = undefined;
		var init = function init() {
			body = document.querySelector('body');
			menu = document.querySelector('.menu-icon');
			menuItems = document.querySelectorAll('.nav__list-item');
			applyListeners();
		};
		var applyListeners = function applyListeners() {
			menu.addEventListener('click', function () {
				return toggleClass(body, 'nav-active');
			});
		};
		var toggleClass = function toggleClass(element, stringClass) {
			if (element.classList.contains(stringClass)) element.classList.remove(stringClass);else element.classList.add(stringClass);
		};
		init();
	}();
})(jQuery);

/*----------------------------
    FULLPAGE
-----------------------------*/
$(document).ready(function() {
	  $('#fullpage').fullpage({
		anchors: ['works1', 'works2', 'works3', 'works4', 'works5', 'works6'],
		navigation: true,
		navigationPosition: 'right',
		navigationTooltips: ['Works1', 'Works2', 'Works3', 'Works4', 'Works5', 'Works6'],
		scrollBar: true,
		responsiveWidth: 768
	  });
	});

/*----------------------------
    POPUP
-----------------------------*/
$("#demo01").animatedModal({
	animatedIn: 'zoomIn',
	animateOut: 'bounceOut',
	color: '#FFF',
	overflow: 'auto',
	animationDuration: '2s'
}
);

$("#demo02").animatedModal({
	modalTarget: 'animatedModal2',
	animatedIn: 'zoomIn',
	animateOut: 'bounceOut',
	color: '#FFF',
	overflow: 'auto',
	animationDuration: '2s'
}
);

$("#demo03").animatedModal({
	modalTarget: 'animatedModal3',
	animatedIn: 'zoomIn',
	animateOut: 'bounceOut',
	color: '#FFF',
	overflow: 'auto',
	animationDuration: '2s'
}
);
	
$("#demo04").animatedModal({
	modalTarget: 'animatedModal4',
	animatedIn: 'zoomIn',
	animateOut: 'bounceOut',
	color: '#FFF',
	overflow: 'auto',
	animationDuration: '2s'
}
);
	
$("#demo05").animatedModal({
	modalTarget: 'animatedModal5',
	animatedIn: 'zoomIn',
	animateOut: 'bounceOut',
	color: '#FFF',
	overflow: 'auto',
	animationDuration: '2s'
}
);
	
$("#demo06").animatedModal({
	modalTarget: 'animatedModal6',
	animatedIn: 'zoomIn',
	animateOut: 'bounceOut',
	color: '#FFF',
	overflow: 'auto',
	animationDuration: '2s'
}
);
	
/*----------------------------
    POPUP CLICK CLOSE
-----------------------------*/	
var btns = document.getElementsByClassName("close-animatedModal2");

for (var i = 0; i < btns.length; i++) {
  btns[i].onclick = function() {
    modal.style.display = "block";
  }
}

var btns = document.getElementsByClassName("close-animatedModal3");

for (var i = 0; i < btns.length; i++) {
  btns[i].onclick = function() {
    modal.style.display = "block";
  }
}
	
var btns = document.getElementsByClassName("close-animatedModal4");

for (var i = 0; i < btns.length; i++) {
  btns[i].onclick = function() {
    modal.style.display = "block";
  }
}
	
var btns = document.getElementsByClassName("close-animatedModal5");

for (var i = 0; i < btns.length; i++) {
  btns[i].onclick = function() {
    modal.style.display = "block";
  }
}
	
var btns = document.getElementsByClassName("close-animatedModal6");

for (var i = 0; i < btns.length; i++) {
  btns[i].onclick = function() {
    modal.style.display = "block";
  }
}
	
}(jQuery));

please be confirm first what are the issues. you can disable/comments your js and try to load the html first.

1 Like

http://erikaivo.info/html/kevin/demo01/

please again check

I already add code load js is:

  /*----------------------------
    LOADING
------------------------------*/
$(window).on("load", function () {
    $('.loader').sideUp(200);

   /*WoW js Active
    =================*/
    new WOW().init({
        mobile: false,
  });
});

not working. please ask your friends beside you. you should to be confirm from more than 1 person.

1 Like

Many thanks I will fix js regards.

This link does not work http://erikaivo.info/html/kevin/demo-1/
It works fine to here http://erikaivo.info/html/kevin/demo01/

1 Like

Yes I change link url because @mgscoder say me error open my website http://erikaivo.info/html/kevin/demo01/

sorry to say any of the links are working from my side. may be problem from my side. But I would like to say please double check.

1 Like