Title: nayanmodi's Replies | WordPress.org

---

# nayanmodi

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Mobile view home page trys to lead to nextgen](https://wordpress.org/support/topic/mobile-view-home-page-trys-to-lead-to-nextgen/)
 *  [nayanmodi](https://wordpress.org/support/users/nayanmodi/)
 * (@nayanmodi)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-view-home-page-trys-to-lead-to-nextgen/#post-6329169)
 * The redirect may be caused by WPtouch Pro trying to break out of frames. You 
   can try yourself:
 * Via FTP, open /wptouch-pro-3/themes/foundation/modules/base/base.js and find:
 * // Try to get out of frames!
    function wptouchFdnEscFrames() { if ( window.top!
   = window.self ) { window.top.location = self.location.href } }
 * and change it to:
 * // Try to get out of frames!
    //function wptouchFdnEscFrames() { // if ( window.
   top != window.self ) { // window.top.location = self.location.href // } //}
 * and see if that helps resolve the issue.

Viewing 1 replies (of 1 total)