Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Clifton Griffin

    (@clifgriffin)

    This error indicates that you are loading jQuery twice on the page – most often we see this in custom themes. It’s a common mistake that misguided devs make.

    You should always use the version of jQuery built-in to WordPress – loading your own from a CDN or elsewhere will cause problems as plugins expect the specific version shipped with WP.

    Thread Starter Humaniza

    (@humaniza)

    Hi, it was not jQuery loading twice, but you put me in the correct way.

    In case this is useful to someone else, I amb using the DIVI theme, and for it to work, in the DIVI settings, I had to disable the option “Aplazar(Defer) jQuery and jQuery migrate”

    Then it worked again. thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Uncaught TypeError: e.garlic is not a function’ is closed to new replies.