Viewing 1 replies (of 1 total)
  • Plugin Author WPGMaps

    (@wpgmaps)

    Hi there
    It appears that there is a JavaScript error being thrown on that page by your theme (or another plugin) that is stopping my plugin from executing it’s own JavaScript, thereby stopping the map from working.

    /* thumbs filter */
    jQuery(function(){
      "use strict";
      var $container = jQuery('.filter-on');
       $container.isotope({
        itemSelector : '.masonry_elem'
    });

    It is producing this error:
    Uncaught TypeError: undefined is not a function

    it is specifically referring to the “isotope” function you are referencing in that section. It appears in functions.js on lines 484, 1231 and 159

Viewing 1 replies (of 1 total)
  • The topic ‘Update to WP 3.9 – now the google map is missing’ is closed to new replies.