Title: kizz's Replies | WordPress.org

---

# kizz

  [  ](https://wordpress.org/support/users/kizz/)

 *   [Profile](https://wordpress.org/support/users/kizz/)
 *   [Topics Started](https://wordpress.org/support/users/kizz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kizz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kizz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kizz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kizz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kizz/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Bad Bots and Stop Bad Bots Crawlers and Spiders and Anti Spam Protection] Bad bot stopped only partially](https://wordpress.org/support/topic/bad-bot-stopped-only-partially/)
 *  Thread Starter [kizz](https://wordpress.org/support/users/kizz/)
 * (@kizz)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/bad-bot-stopped-only-partially/#post-17701132)
 * Thanks, change of settings seemed to have an effect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Booking Manager for WooCommerce - Registration, RSVP, Calendar & Tickets] Notification in case of empty event list.](https://wordpress.org/support/topic/notification-in-case-of-empty-event-list/)
 *  Thread Starter [kizz](https://wordpress.org/support/users/kizz/)
 * (@kizz)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/notification-in-case-of-empty-event-list/#post-16395510)
 * I noticed that this issue has been marked as resolved but I’d appreciate to learn
   if there are any more ‘robust’ solutions for this matter. Like maybe an adjustment
   in a template or something. Best option would be when this could be set in the
   backend of the plugin, where you would expect something like that. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Booking Manager for WooCommerce - Registration, RSVP, Calendar & Tickets] Notification in case of empty event list.](https://wordpress.org/support/topic/notification-in-case-of-empty-event-list/)
 *  Thread Starter [kizz](https://wordpress.org/support/users/kizz/)
 * (@kizz)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/notification-in-case-of-empty-event-list/#post-16384472)
 * Managed to address this issue using javascript.
 *     ```wp-block-code
         var myDiv = document.querySelector(".mage_grid_box");
         if(myDiv.innerHTML.trim() === "") {
           myDiv.innerHTML = "Sorry, no upcoming events.";
         }
       ```
   
 * Still, an option in the plugin itself would be preferable.

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