• Hi all,

    I have a plugin that’s not working. I’ve reached out to their support but I was hoping to get some help here also from someone who is good with JavaScript. I need to get better with my debugging skills!

    console log error:

    Uncaught TypeError: jQuery(...).slides is not a function
    
    www.vcita.com/assets/livesite.js?1458058:33 - config.actions  Array[3]
    
    www.vcita.com/assets/livesite.js?1458058:32 - [LiveSite] [DEPRECATION] Some of the LiveSite CSS classes have changed and will soon be removed, type LiveSite.deprecationInfo() in console for more information.

    It is preventing my media grid plugin from running. Any help or info you could provide would be super appreciated.

    Here is the page throwing the error: http://dev.webfly.com/web-design-portfolio/

Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi!

    It almost sounds like whatever plugin you are using isn’t being loaded or isn’t configured properly. The first message is an indication of it.

    Uncaught TypeError: jQuery(…).slides is not a function

    Most jQuery plugins extend the $.fn and it appears the slides isn’t. What plugin is it from?

Viewing 1 replies (of 1 total)

The topic ‘JavaScript console log error’ is closed to new replies.