Title: LumberHack's Replies - page 3 | WordPress.org

---

# LumberHack

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 140 total)

[←](https://wordpress.org/support/users/lumberhack/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/lumberhack/replies/?output_format=md) [2](https://wordpress.org/support/users/lumberhack/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/lumberhack/replies/page/4/?output_format=md)…
[8](https://wordpress.org/support/users/lumberhack/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/lumberhack/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/lumberhack/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/lumberhack/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Bug Report](https://wordpress.org/support/topic/bug-report-89/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/bug-report-89/#post-10291099)
 * Hi there [@kocakserdar7](https://wordpress.org/support/users/kocakserdar7/)
 * The coming soon plugin is incompatible with Keye because it redirects all requests
   using the `template_redirect` tag before Keyy is loaded.
 * That said you can try code like this as a workaround
 *     ```
       function keyy_support( $form_part, $args ){
   
       	global $keyy_login_plugin;
       	$keyy_login_plugin->enqueue_scripts('login');
   
       	return $form_part;
       }
       add_filter( 'plugins_loaded', 'keyy_support', 9999, 2 );
       ```
   
 * Once the site is ready to go live you can remove it. For more information on 
   how to add this code [click here](http://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/)
    -  This reply was modified 8 years, 2 months ago by [LumberHack](https://wordpress.org/support/users/lumberhack/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] GDPR Compliance??](https://wordpress.org/support/topic/gdpr-compliance-106/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/gdpr-compliance-106/#post-10291052)
 * Hi again [@catmaniax](https://wordpress.org/support/users/catmaniax/)
 * > I use the premium version of Keyy and also use the free version of UpdraftPlus.
   > Do you think since I use Keyy only for my admin account that I won’t have to
   > bother much?
 * Yes thats right, you will not have any issues with GDPR as far as Keyy or UDP
   is concerned
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] GDPR Compliance??](https://wordpress.org/support/topic/gdpr-compliance-106/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/gdpr-compliance-106/#post-10267017)
 * Hi [@catmaniax](https://wordpress.org/support/users/catmaniax/)
 * We are aiming to be compliant with the new GDPR regulations as you can see from
   our blog here. Most of this is already complete is is expected to be live, well
   before the 25th May deadline.
 * [https://updraftplus.com/data-protection-privacy-the-gdpr-right-to-be-forgotten-etc/](https://updraftplus.com/data-protection-privacy-the-gdpr-right-to-be-forgotten-etc/)
 * >  At UpdraftPlus (and across all our associated products – WP Optimize, Keyy,
   > UpdraftCentral, MetaSlider), we aim to comply with both the letter and the 
   > spirit of this new, quite heavy, law. Its aim is to set a new gold standard
   > for data collecting, processing and retention, and associated rights. We are
   > all individuals too, and we think that the GDPR is bringing in some very valuable
   > tools to allow consumers to have control and protection of their data. As such,
   > we intend to treat all clients – whether EU citizens or not – as if they were
   > EU citizens. We want everybody to know that we aim to treat their data with
   > maximum respect and care.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Keyy Network Connectivity Issue](https://wordpress.org/support/topic/keyy-network-connectivity-issue/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/keyy-network-connectivity-issue/#post-10262059)
 * Hi again [@paddaone1](https://wordpress.org/support/users/paddaone1/)
 * I have released a hotfix for this issue in version 1.1.13. Please update your
   app in the next few hours and it should hopefully work fine.
 * Please let me know if it does not work and I’ll look in right away.
 * Warm Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Switched from Clef to Keyy – unable to log in](https://wordpress.org/support/topic/switched-from-clef-to-keyy-unable-to-log-in/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/switched-from-clef-to-keyy-unable-to-log-in/#post-10259883)
 * Hi again [@paleopollywog](https://wordpress.org/support/users/paleopollywog/)
 * Thanks for clarifying, looks like Keyy is not connected for this specific site.
   You will want to connect Keyy to your app first before you can use it to login.
 * You will first want to turn Keyy off as shown here
 * [https://getkeyy.com/faqs/how-can-i-disable-keyy-on-a-website/](https://getkeyy.com/faqs/how-can-i-disable-keyy-on-a-website/)
 * Once done you can set it up from scratch as shown here. It should take less than
   a couple of minutes.
 * [https://getkeyy.com/faqs/how-do-i-use-keyy/](https://getkeyy.com/faqs/how-do-i-use-keyy/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Wave screen not coming in Firefox](https://wordpress.org/support/topic/wave-screen-not-coming-in-firefox/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/wave-screen-not-coming-in-firefox/#post-10259817)
 * Thanks [@biswajitpaul05](https://wordpress.org/support/users/biswajitpaul05/)
 * I actually tested these two plugins and found that using only the custom login
   url along with Keyy did not break the wave ( on both Firefox and Chrome ) so 
   maybe its some other plugin or setting that could be conflicting.
 * Maybe you could try it the next time you consider giving Keyy a shot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Switched from Clef to Keyy – unable to log in](https://wordpress.org/support/topic/switched-from-clef-to-keyy-unable-to-log-in/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/switched-from-clef-to-keyy-unable-to-log-in/#post-10257080)
 * Hi there [@paleopollywog](https://wordpress.org/support/users/paleopollywog/)!
 * Thanks for using Keyy. Are you getting any error messages when trying to login?
 * If you want to log in to the same phone you are using Keyy on then please try
   the following.
 * [https://getkeyy.com/faqs/how-do-i-login-to-my-wordpress-website-using-keyy/](https://getkeyy.com/faqs/how-do-i-login-to-my-wordpress-website-using-keyy/)
 * If you are for any reason locked out of Keyy then please try this
 * [https://getkeyy.com/faqs/](https://getkeyy.com/faqs/)
 * Also the ability to use either Keyy or a password is available only in the premium
   version.
 * Let me know once thats done and I can help you get Keyy setup
 * Warm Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Custom Login/Profile Builder and a comment to login method alternative](https://wordpress.org/support/topic/custom-login-profile-builder-and-a-comment-to-login-method-alternative/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/custom-login-profile-builder-and-a-comment-to-login-method-alternative/#post-10257001)
 * Sorry about that ! I missed going through your first post.
 * I did investigate the page and observed the login form structure itself highly
   is modified by WPPB and this causes the JS that Keyy relies on to remove the 
   whole container as opposed to only the Keyy wave.
 * I think the simplest way forward in this case is to use either the wave or the
   QR code (not both). This will allow you to keep both plugins up to date by avoiding
   modifications to the code.
 * Also you may want to hide the switch with this
 *     ```
       .keyy_qrcode_switch {
           display:none;
       }
       ```
   
 * Warm Regards
    Jude
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Blank pop-up screen on phone display](https://wordpress.org/support/topic/blank-pop-up-screen-on-phone-display/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/blank-pop-up-screen-on-phone-display/#post-10252457)
 * Thanks for reporting this [@hawkmeister](https://wordpress.org/support/users/hawkmeister/)
 * I am reviewing the logs you sent in and working on a fix. I do not have a physical
   device with the same Android version as yours at the moment so its taking a bit
   longer as I try to debug this with the help of emulators.
 * I will get back to you via email as soon as I have wrapped this up
 * Warm Regards
    Jude
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Custom Login/Profile Builder and a comment to login method alternative](https://wordpress.org/support/topic/custom-login-profile-builder-and-a-comment-to-login-method-alternative/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/custom-login-profile-builder-and-a-comment-to-login-method-alternative/#post-10247887)
 * Thanks for letting me know [@edvardwillaume](https://wordpress.org/support/users/edvardwillaume/)
 * If its possible for you to share a link, I’d be happy to investigate and tweak
   some CSS to make this look good for you
 * Let me know
 * Warm Regards
    Jude
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Difference between Using this Plugin compared to Phpmyadmin](https://wordpress.org/support/topic/difference-between-using-this-plugin-compared-to-phpmyadmin/)
 *  Plugin Contributor [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/difference-between-using-this-plugin-compared-to-phpmyadmin/#post-10247236)
 * Hi [@richame](https://wordpress.org/support/users/richame/)
 * Thanks for getting in touch to clarify !
 * While its true that some of the optimizations can be attempted from the phpMyAdmin
   interface, they are not exactly simple and a lot of things can go wrong if you
   are not proficient with databases. Many of the optimizations we use have queries
   that are fine tuned and tested across many DBs which may not be possible for 
   you to get right the first time trying this.
 * Also there are some optimizations that go beyond just SQL like our image optimisations
   so in these cases phpMyAdmin wont be able to substitute our plugin.
 * That said, we’d be very interested to know if there is any specific reason your
   web host has against using our plugin. We know lots of hosts where its used and
   it works great.
 * Warm Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Update plugin to support Gravity Forms 2.3](https://wordpress.org/support/topic/update-plugin-to-support-gravity-forms-2-3-2/)
 *  Plugin Contributor [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/update-plugin-to-support-gravity-forms-2-3-2/#post-10247147)
 * Hi there [@marcoevich](https://wordpress.org/support/users/marcoevich/)
 * Hope all is well with you !
 * I took a look at the code and can confirm that we do not do not reference GF 
   in it . I also searched for the specific string from the screenshot `wp_rg_form_table`
   and was not able to find it. So I think you’re right in that its being called
   because it scans through the whole DB
 * Warm Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Custom Login/Profile Builder and a comment to login method alternative](https://wordpress.org/support/topic/custom-login-profile-builder-and-a-comment-to-login-method-alternative/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/custom-login-profile-builder-and-a-comment-to-login-method-alternative/#post-10223922)
 * Hi there [@edvardwillaume](https://wordpress.org/support/users/edvardwillaume/)
 * You can try this code and it can help integrate Keyy with your plugin.
 *     ```
       function keyy_support( $form_part, $args ){
   
       	global $keyy_login_plugin;
       	$keyy_login_plugin->enqueue_scripts('login');
   
       	return $form_part;
       }
       add_filter( 'login_form_bottom', 'keyy_support', 9999, 2 );
       ```
   
 * > Only I am a bit worried about the scenarion where I – or my users – can´t log
   > in due to missing network on their phone or tablet, which might happen occasionally.
   > 
   > Any thoughts about that?
 * Keyy has a secret login url which you can use in such cases
 * [https://getkeyy.com/faqs/how-can-i-disable-keyy-on-a-website/](https://getkeyy.com/faqs/how-can-i-disable-keyy-on-a-website/)
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Keyy Network Connectivity Issue](https://wordpress.org/support/topic/keyy-network-connectivity-issue/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/keyy-network-connectivity-issue/#post-10199218)
 * Hi there [@paddaone1](https://wordpress.org/support/users/paddaone1/),
 * Thanks for using Keyy. Can you please send me the logs via the phone app ? You
   can use the contact support option in the menu and it will attach the needed 
   logs
 * Warm Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Keyy Two Factor Authentication (like Clef)] Can’t login from mobile](https://wordpress.org/support/topic/cant-login-from-mobile/)
 *  [LumberHack](https://wordpress.org/support/users/lumberhack/)
 * (@lumberhack)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cant-login-from-mobile/#post-10154360)
 * Hi there [@ken](https://wordpress.org/support/users/ken/) Ken
 * I’d like to take a closer look at why this is happening. Can you please send 
   me the logs exactly when this happens on the app ? Please use the contact support
   option available in the app and we’ll get right back to you
 * Thanks

Viewing 15 replies - 31 through 45 (of 140 total)

[←](https://wordpress.org/support/users/lumberhack/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/lumberhack/replies/?output_format=md) [2](https://wordpress.org/support/users/lumberhack/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/lumberhack/replies/page/4/?output_format=md)…
[8](https://wordpress.org/support/users/lumberhack/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/lumberhack/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/lumberhack/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/lumberhack/replies/page/4/?output_format=md)