Support » Plugin: Extended Google Map for Elementor » jQuery is not defined

  • barrycrous

    (@barrycrous)


    Hi,

    When I’m logged in, I can see the map without any issue. Once logged out, dev tools show “Uncaught ReferenceError: jQuery is not defined at eb-google-map.js?ver=1.2.1:180”

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • fomenkoandrey

    (@fomenkoandrey)

    the same for me
    http://prntscr.com/q1cuul

    fomenkoandrey

    (@fomenkoandrey)

    the author abandoned his plugin and is not responding?

    open
    eb-google-map-admin.js
    and replace $ to jQuery
    it works for me.

    I came here to report the same bug. I’ll try to reach out to the author via e-mail.

    Like @fomenkoandrey said, replace all occurances of $ with jQuery or insert var $=jQuery; at the beginning of each function, like this:

    function ebMapFindAddress(ob){var $=jQuery; var address=$(ob)...
    function ebMapFindPinAddress(ob){var $=jQuery; var address=$(ob)...
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘jQuery is not defined’ is closed to new replies.