Title: ruminez's Replies | WordPress.org

---

# ruminez

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hover Effects Ultimate ( Image Gallery, Effects, Lightbox, Comparison & Magnifier )] Slider doesn’t work on iphone](https://wordpress.org/support/topic/slider-doesnt-work-on-iphone/)
 *  Thread Starter [ruminez](https://wordpress.org/support/users/ruminez/)
 * (@ruminez)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/slider-doesnt-work-on-iphone/#post-17153043)
 * Hi [@biplob018](https://wordpress.org/support/users/biplob018/),
 * I wasn’t noticed about your answer, sorry.
 * I tried with up to date Safari on iphone 11 Pro Max and iOS 17.1 and iphone 10
   today but unfortunately the issue is still present.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 with recaptcha enabled not working after update](https://wordpress.org/support/topic/contact-form-not-working-after-update-with-recaptcha-enabled/)
 *  [ruminez](https://wordpress.org/support/users/ruminez/)
 * (@ruminez)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/contact-form-not-working-after-update-with-recaptcha-enabled/#post-16767561)
 * I had the same problem and I just add this script as a workaround :
 * This adds a span tag (because the p tag is removed and screen-reader-response
   seems to be mandatory)
 *     ```wp-block-code
       <script> 
   
       jQuery(document).ready(function($) { 
   
       $('.screen-reader-response').prepend('<span role="status" aria-live="polite" aria-atomic="true"></span>'); 
   
       }); 
   
       </script> 
       ```
   
 * Nevertheless, it works now..

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