capegreg
Forum Replies Created
-
Sorry for late reply. Yes. This is our public-facing site. I have disabled the plugin to avoid logging the errors.
Also getting this same error. We were not showing a banner but still get the error. We will disable the plugin until the fix is out. Thanks.
https://www.manateepao.com/wp-content/plugins/simple-banner/simple-banner.js?ver=2.10.5
Uncaught TypeError: Cannot set property ‘onclick’ of null
at HTMLDocument.<anonymous> (simple-banner.js?ver=2.10.5:56)
at e (jquery.min.js?ver=3.6.0:2)
at t (jquery.min.js?ver=3.6.0:2)Great. Thank you.
Disregard. This is working now. The banner was not showing because the page was disabled in pro version.
Banner is not showing on website. We never had to flush server cache in the past. This has always just worked for us.
WordPress 5.6.4 running Frontier Child theme
https://www.manateepao.com
should show red banner at top.Forum: Plugins
In reply to: [Max Mega Menu] Menu icon disappearsThat was it. I removed this and the icons are back. Thank you!
function wpdocs_dequeue_dashicon() {
if (current_user_can( ‘update_core’ )) {
return;
}
wp_deregister_style(‘dashicons’);
}
add_action( ‘wp_enqueue_scripts’, ‘wpdocs_dequeue_dashicon’ );