• Hello all,

    I’m running the theme1795 and the slider images are no longer displaying on my home page.

    If you look at the site you can see https://www.smithscateringlondon.co.uk.

    This was working till last week but then along with the main nav menu dropdown it ceased to function.

    I fixed the dropdown problem in the style.css by commenting out a display: block line.

    I am having no luck with the slider though after lots of study.

    I have reset all plugins and carefully checked all of the theme options.

    If you look at the HTML code in Chrome the image file is in the markup.

    Can anybody help me?

    Thanks,
    C

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have an error javascript :
    jQuery.cookie is not a function.
    I think that this error break your slider.

    Thread Starter cdibut

    (@cdibut)

    thanks gotgotf

    how do i fix that?

    First, you can remove the call to this function

    Replace this
    function() {jQuery(“body”).addClass(“gcmessagebar”);var date = new Date();
    date.setTime(date.getTime() + 86400000);
    if (jQuery.cookie(“gc_message_bar_cookie”) ) {
    jQuery.cookie(“gc_message_bar_cookie”, null) ;
    }
    jQuery.cookie(“gc_message_bar_cookie”, “opened”, { expires: date });
    }
    by
    function() {jQuery(“body”).addClass(“gcmessagebar”);var date = new Date();
    date.setTime(date.getTime() + 86400000);
    //if (jQuery.cookie(“gc_message_bar_cookie”) ) {
    // jQuery.cookie(“gc_message_bar_cookie”, null) ;
    //}
    //jQuery.cookie(“gc_message_bar_cookie”, “opened”, { expires: date });

    }

    Thread Starter cdibut

    (@cdibut)

    Thanks for this …

    But I’m not sure where I can change this.

    Where can I find that javascript code? It is from a plugin..

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