Title: melindacooper's Replies | WordPress.org

---

# melindacooper

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Force Login] Cannot get bypass to work](https://wordpress.org/support/topic/cannot-get-bypass-to-work/)
 *  Thread Starter [melindacooper](https://wordpress.org/support/users/melindacooper/)
 * (@melindacooper)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/cannot-get-bypass-to-work/#post-15911072)
 * Thank you, i did get it work using this:
 *     ```
       //Bypass Force Login to allow for exceptions.
   
       function my_forcelogin_bypass( $bypass, $visited_url ) {
   
       // Allow these absolute URLs
           $allowed = array('https://**********/registration/');
           if ( ! $bypass ) {
               $bypass = in_array( $visited_url, $allowed );
           }
   
           return $bypass;
       }
       add_filter( 'v_forcelogin_bypass', 'my_forcelogin_bypass', 10, 2 );
       ```
   
 * The reason it was breaking my website was because i forgot to remove below when
   adding to the functions.php file, was a stupid mistake:
 *     ```
       /**
       * Bypass Force Login to allow for exceptions.
       *
       * @param bool $bypass Whether to disable Force Login. Default false.
       * @param string $visited_url The visited URL.
       * @return bool
       */
       ```
   
    -  This reply was modified 3 years, 10 months ago by [melindacooper](https://wordpress.org/support/users/melindacooper/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Image Zoom] Zoom in overlay](https://wordpress.org/support/topic/zoom-in-overlay/)
 *  Thread Starter [melindacooper](https://wordpress.org/support/users/melindacooper/)
 * (@melindacooper)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/zoom-in-overlay/#post-9702839)
 * Hi Diana, I have purchased and installed the pro version. All is now working 
   perfectly, thank you for your assistance!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Image Zoom] Zoom in overlay](https://wordpress.org/support/topic/zoom-in-overlay/)
 *  Thread Starter [melindacooper](https://wordpress.org/support/users/melindacooper/)
 * (@melindacooper)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/zoom-in-overlay/#post-9693684)
 * Thanks, but that does not remove. If I purchase the pro version, this will be
   fixed??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Image Zoom] Zoom in overlay](https://wordpress.org/support/topic/zoom-in-overlay/)
 *  Thread Starter [melindacooper](https://wordpress.org/support/users/melindacooper/)
 * (@melindacooper)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/zoom-in-overlay/#post-9690821)
 * Here is the page: [http://tracker.winnowhost.com/](http://tracker.winnowhost.com/)
 * Scroll down and mouseover “Compliance” button and then select view reports. Overlay(
   pop-up) will open. you will see that the zoom is working very well. If you close
   the overlay, and then mouse over the laptop image you will see that the zoom 
   is still active. How do i destroy the zoom when closing the overlay?
 * Thank you for a great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Image Zoom] Zoom in overlay](https://wordpress.org/support/topic/zoom-in-overlay/)
 *  Thread Starter [melindacooper](https://wordpress.org/support/users/melindacooper/)
 * (@melindacooper)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/zoom-in-overlay/#post-9690613)
 * Can I send you the link to the page in private?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Using table within Group field type](https://wordpress.org/support/topic/using-table-within-group-field-type/)
 *  Thread Starter [melindacooper](https://wordpress.org/support/users/melindacooper/)
 * (@melindacooper)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/using-table-within-group-field-type/#post-9527748)
 * Thank you, that worked!!

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