Thanks WEN for quick reply,
I am new to WordPress, I do not know how could I get the console error detail. I tried to change define(‘WP_DEBUG’, true); and put the JavaScript error on in IE 11, Now I am getting error
Object doesn’t support property or method ‘cycle’
After the line
jQuery(document).ready(function() {
jQuery(‘.fp-slides’).cycle({
fx: ‘fade’,
timeout: 3000,
delay: 0,
speed: 1000,
next: ‘.fp-next’,
prev: ‘.fp-prev’,
pager: ‘.fp-pager’,
continuous: 0,
sync: 1,
pause: 1000,
pauseOnPagerHover: 1,
cleartype: true,
cleartypeNoBg: true
});
at the customize.php page. When I google, I got this issue is coming due to conflict of jquery.js references. But I am not getting solution how could I resolve it in WordPress. How could I resolve the issue?