I am facing a bunch of JavaScript and jQuery console errors:
[Error] TypeError: undefined is not an object (evaluating 'u.ui.mouse')
(anonyme Funktion) (sortable.min.js:9:176)
(anonyme Funktion) (sortable.min.js:9:107)
Globaler Code (sortable.min.js:9:116)
[Error] TypeError: undefined is not a function (near '...a.widget...')
(anonyme Funktion) (menu.min.js:9:147)
(anonyme Funktion) (menu.min.js:9:97)
Globaler Code (menu.min.js:9:106)
[Error] TypeError: undefined is not a function (near '...o.widget...')
(anonyme Funktion) (autocomplete.min.js:9:156)
(anonyme Funktion) (autocomplete.min.js:9:106)
Globaler Code (autocomplete.min.js:9:115)
[Error] TypeError: undefined is not an object (evaluating 'z.ui.mouse')
(anonyme Funktion) (resizable.min.js:9:177)
(anonyme Funktion) (resizable.min.js:9:107)
Globaler Code (resizable.min.js:9:116)
[Error] TypeError: undefined is not a function (near '...r.widget...')
(anonyme Funktion) (controlgroup.min.js:9:179)
(anonyme Funktion) (controlgroup.min.js:9:97)
Globaler Code (controlgroup.min.js:9:106)
[Error] TypeError: undefined is not an object (evaluating 's.ui.formResetMixin')
(anonyme Funktion) (checkboxradio.min.js:9:172)
(anonyme Funktion) (checkboxradio.min.js:9:97)
Globaler Code (checkboxradio.min.js:9:106)
[Error] TypeError: undefined is not a function (near '...e.widget...')
(anonyme Funktion) (button.min.js:9:188)
(anonyme Funktion) (button.min.js:9:132)
Globaler Code (button.min.js:9:141)
[Error] TypeError: undefined is not a function (near '...l.widget...')
(anonyme Funktion) (dialog.min.js:9:196)
(anonyme Funktion) (dialog.min.js:9:146)
Globaler Code (dialog.min.js:9:155)
I am not sure from where this comes from. Does anybody has an idea how I can prevent these errors from happening? I am using the Elementor Page Builder.
Thanks in advance.
]]>When I install NextGen Gallery – I can see a lot of jQuery errors in console, I can’t Edit WordPress text – screenshot – https://prnt.sc/uiiucs
When I disabled NextGen – all works fine.
I’ve contacted to Template support team -they told me that’s NextGen problem.
Could you comment this situation or just let me know how to avoid this problem ?
I like your Plugin!
watch video of an issue – https://drive.google.com/file/d/1IRb4R7TnF5YmITb1XTGugasfkw2YeSig/view?usp=sharing
]]>
<script>
var bwg_admin_ajax = 'https://anterra.com/wp-admin/admin-ajax.php?action=shortcode_bwg';
var bwg_ajax_url = 'https://anterra.com/wp-admin/admin-ajax.php?action';
var bwg_plugin_url = 'https://anterra.com/wp-content/plugins/photo-gallery';
jQuery(document).ready(function () {
bwg_check_ready = function () {}
jQuery(document).keyup(function(e) {
if ( e.keyCode == 27 ) {
bwg_remove_loading_block();
}
});
});
// Set shortcode popup dimensions.
function bwg_set_shortcode_popup_dimensions() {
var H = jQuery(window).height(), W = jQuery(window).width();
jQuery("#TB_title").hide().first().show();
// New
var tbWindow = jQuery('#TB_window');
if (tbWindow.size()) {
tbWindow.width(W).height(H);
jQuery('#TB_iframeContent').width(W).height(H);
tbWindow.attr('style',
'top:'+ '0px !important;' +
'left:' + '0px !important;' +
'margin-left:' + '0;' +
'z-index:' + '1000500;' +
'max-width:' + 'none;' +
'max-height:' + 'none;' +
'-moz-transform:' + 'none;' +
'-webkit-transform:' + 'none'
);
}
// Edit
var tbWindow = jQuery('.mce-window[aria-label="Photo Gallery"]');
if (tbWindow.length) {
// To prevent wp centering window with old sizes.
setTimeout(function() {
tbWindow.width(W).height(H);
tbWindow.css({'top': 0, 'left': 0, 'margin-left': '0', 'z-index': '1000500'});
tbWindow.find('.mce-window-body').width(W).height(H);
}, 10);
}
}
// Create loading block.
function bwg_create_loading_block() {
jQuery('body').append('<div class="loading_div" style="display:block; width: 100%; height: 100%; opacity: 0.6; position: fixed; background-color: #000000; background-image: url('+ bwg_plugin_url +'/images/spinner.gif); background-position: center; background-repeat: no-repeat; background-size: 50px; z-index: 1001000; top: 0; left: 0;"></div>');
}
// Remove loading block.
function bwg_remove_loading_block() {
jQuery(".loading_div", window.parent.document).remove();
jQuery('.loading_div').remove();
}
</script>
]]>Uncaught ReferenceError: jQuery is not defined
at jquery.matchHeight-min.js?ver=3.3.7:6
at jquery.matchHeight-min.js?ver=3.3.7:6
custom.js?ver=1.0:13 Uncaught ReferenceError: jQuery is not defined
at custom.js?ver=1.0:13
What is the problem?
]]>https://www.abovethefirehouse.com/products/pirates-of-the-caribbean/
]]>This error is only showing in Memphis library plugin interface. and is not visible on other pages.
Please check and confirm how can i fix this issue
waiting for reply
]]>checkout.js:138 Uncaught ReferenceError: getPaymentPage is not defined
at Object.<anonymous> (checkout.js:138)
at i (jquery.js:2)
at Object.add [as complete] (jquery.js:2)
at initPayfortFortPayment (checkout.js:101)
at fortFormHandler (checkout.js:57)
at HTMLFormElement.<anonymous> (checkout.js:18)
at HTMLFormElement.dispatch (jquery.js:3)
at HTMLFormElement.r.handle (jquery.js:3)
this errors showing in console
Please give a solution how i can fix this.
Thanks
Jahid Hasan
Still, the lazy loading works only occasionally on my blog home page, which has 20 posts with featured images.
When it does work, it’s awesome.
But at random times, the Firebug console says “jQuery is not a function”
I am able to replicate this behavior several times even after clearing out the browser cache of my Firefox 36 on Windows 10.
What could be happening?
https://www.ads-software.com/plugins/lazy-load/
]]>I have some javascript errors on the add/edit product post pages in woocommerce I’ve been troubleshooting bc the tabs, toggles and widgets on the page are not working. I’ve tried the following:
1) checking permissions & changed all permissions to 755/644 for folders/files including calling godaddy and having them change the TEMP folder to 755.
2) deleting all plugins except woocommerce (added security plugins back after troubleshooting all outlined processes)
3) changing themes to default wordpress 2012 or 2015 (changed back after troubleshooting all outlined processes)
4) deleting expired transient files
5) reverting to an older backup of theme and also reverting database
All of this to no avail. Still having the errors and unable to add/edit products during each of those steps.
Here are the errors from the Firebug console:
FIRST ERROR from https://boomerangpromotions.net/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,plupload,jquery-ui-datepicke&load%5B%5D=r&ver=4.3.1 LINE 2:12731
Error: Syntax error, unrecognized expression: .hide_if_downloadable, .hide_if_virtual, .hide_if_owl-always-love-you-ceramic-mother-and-baby-bird-salt-pepper-shakers, .hide_if_a-star-is-born-metal-bookmark-with-white-silk-tassel, .hide_if_a-star-is-born-2-piece-door-hanger-bank-set-blue, .hide_if_a-star-is-born-2-piece-door-hanger-and-bank-set-pink, .hide_if_a-star-is-born-baby-sign-blue, .hide_if_a-star-is-born-baby-sign-pink, .hide_if_a-star-is-born-bottle-stopper-in-adorable-showcase-display-box, .hide_if_a-star-is-born-personalized-baby-boy-blanket-hat-set, .hide_if_a-star-is-born-personalized-baby-girl-blanket-hat-set, .hide_if_about-to-hatch-baby-chick-salt-pepper-shaker-in-gift-box-with-organza-bow, .hide_if_about-to-hatch-kitchen-egg-timer-in-showcase-gift-box, .hide_if_about-to-pop-popcorn-favor-box-set-of-24, .hide_if_about-to-pop-expectant-mom-notepad-pink-or-blue, .hide_if_all-about-plaid-personalized-ceramic-wall-tile-boy, .hide_if_all-about-plaid-personalized-ceramic-wall-
etc etc etc
SECOND ERROR from https://boomerangpromotions.net/wp-admin/load-scripts.php?c=0&load%5B%5D=thickbox,underscore,shortcode,media-upload,hoverIntent,common,admin-bar,jquery-ui-position,wp-pointer,heartbeat,autosave,wp-ajax&load%5B%5D=-response,jquery-color,wp-lists,quicktags,jquery-query,admin-comments,suggest,postbox,tags-box,word-count,post,editor-expand,bac&load%5B%5D=kbone,wp-util,wp-backbone,media-models,wp-plupload,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo,mce-vi&load%5B%5D=ew,imgareaselect,image-edit,svg-painter,wp-auth-check,jquery-ui-button,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-dialog,&load%5B%5D=jquery-ui-slider,jquery-touch-punch,iris,jquery-ui-menu,jquery-ui-autocomplete,editor,wplink&ver=4.3.1 LINE load-scripts.php:687:1481
(This error pops up several times over a period of time)
TypeError: e is undefined
Please help. I’ve been troubleshooting for over 2 weeks now and I’m so over it! lol Need halpz! Thanks in advance!!
https://www.ads-software.com/plugins/woocommerce/
]]>I have some javascript errors on the add/edit product post pages in woocommerce I’ve been troubleshooting bc the tabs, toggles and widgets on the page are not working. I’ve tried the following:
1) checking permissions & changed all permissions to 755/644 for folders/files including calling godaddy and having them change the TEMP folder to 755.
2) deleting all plugins except woocommerce (added security plugins back after troubleshooting all outlined processes)
3) changing themes to default wordpress 2012 or 2015 (changed back after troubleshooting all outlined processes)
4) deleting expired transient files
5) reverting to an older backup of theme and also reverting database
All of this to no avail. Still having the errors and unable to add/edit products during each of those steps.
Here are the errors from the Firebug console:
FIRST ERROR from https://boomerangpromotions.net/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,plupload,jquery-ui-datepicke&load%5B%5D=r&ver=4.3.1 LINE 2:12731
Error: Syntax error, unrecognized expression: .hide_if_downloadable, .hide_if_virtual, .hide_if_owl-always-love-you-ceramic-mother-and-baby-bird-salt-pepper-shakers, .hide_if_a-star-is-born-metal-bookmark-with-white-silk-tassel, .hide_if_a-star-is-born-2-piece-door-hanger-bank-set-blue, .hide_if_a-star-is-born-2-piece-door-hanger-and-bank-set-pink, .hide_if_a-star-is-born-baby-sign-blue, .hide_if_a-star-is-born-baby-sign-pink, .hide_if_a-star-is-born-bottle-stopper-in-adorable-showcase-display-box, .hide_if_a-star-is-born-personalized-baby-boy-blanket-hat-set, .hide_if_a-star-is-born-personalized-baby-girl-blanket-hat-set, .hide_if_about-to-hatch-baby-chick-salt-pepper-shaker-in-gift-box-with-organza-bow, .hide_if_about-to-hatch-kitchen-egg-timer-in-showcase-gift-box, .hide_if_about-to-pop-popcorn-favor-box-set-of-24, .hide_if_about-to-pop-expectant-mom-notepad-pink-or-blue, .hide_if_all-about-plaid-personalized-ceramic-wall-tile-boy, .hide_if_all-about-plaid-personalized-ceramic-wall-
etc etc etc
SECOND ERROR from https://boomerangpromotions.net/wp-admin/load-scripts.php?c=0&load%5B%5D=thickbox,underscore,shortcode,media-upload,hoverIntent,common,admin-bar,jquery-ui-position,wp-pointer,heartbeat,autosave,wp-ajax&load%5B%5D=-response,jquery-color,wp-lists,quicktags,jquery-query,admin-comments,suggest,postbox,tags-box,word-count,post,editor-expand,bac&load%5B%5D=kbone,wp-util,wp-backbone,media-models,wp-plupload,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo,mce-vi&load%5B%5D=ew,imgareaselect,image-edit,svg-painter,wp-auth-check,jquery-ui-button,jquery-ui-resizable,jquery-ui-draggable,jquery-ui-dialog,&load%5B%5D=jquery-ui-slider,jquery-touch-punch,iris,jquery-ui-menu,jquery-ui-autocomplete,editor,wplink&ver=4.3.1 LINE load-scripts.php:687:1481
(This error pops up several times over a period of time)
TypeError: e is undefined
Please help. I’ve been troubleshooting for over 2 weeks now and I’m so over it! lol Need halpz! Thanks in advance!!