Viewing 3 replies - 1 through 3 (of 3 total)
  • WEN Solutions

    (@wen-solutions)

    Slider is working when i viewed your site. Is there still the same issues?
    If you have any more questions, feel free to ask.
    Thanks

    Thread Starter shabeg

    (@shabeg)

    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?

    WEN Solutions

    (@wen-solutions)

    Is jquery.js file is enqueue on your theme functions.php file? If enqueue try by removing the jquery enqueue. Jquery.js loads by wordpress itself.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider not working’ is closed to new replies.