Forums
(@capegreg)
3 years, 2 months ago
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)
3 years, 3 months ago
Great. Thank you.
3 years, 5 months ago
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.
6 years, 1 month ago
That 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’ );