Title: Árpád Lehel Mátyus's Replies | WordPress.org

---

# Árpád Lehel Mátyus

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 44 total)

1 [2](https://wordpress.org/support/users/lehelm/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/lehelm/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/lehelm/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] POT File Corrupt](https://wordpress.org/support/topic/pot-file-corrupt/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/pot-file-corrupt/#post-18204193)
 * Hi MaxHandMade,
 * Thank you for reporting this! And thank you for your consideration of doing the
   translation and review video! I am really looking forward to it.
 * I have updated the POT file.
 * The plugin version was not updated, **please remove your old files and download
   again to get the latest pot file**.
 * Bests,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Php warning](https://wordpress.org/support/topic/php-warning-516/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/php-warning-516/#post-18200316)
 * Leonidas,
 * Version 2.0.2 now has a fix for this. Thank you for reporting this issue.
 * Bests,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Php warning](https://wordpress.org/support/topic/php-warning-516/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/php-warning-516/#post-18196902)
 * Hi Leonidas,
 * Thank you for catching this. We will work on fixing this and have the release
   out asap. I will report back here when the new update is available.
 * Thanks,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Migrating Subscribers to New Website – Need Existing Subs Only to Accept New TOS](https://wordpress.org/support/topic/migrating-subscribers-to-new-website-need-existing-subs-only-to-accept-new-tos/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years ago](https://wordpress.org/support/topic/migrating-subscribers-to-new-website-need-existing-subs-only-to-accept-new-tos/#post-17727151)
 * Hi Brandt
 * Thanks for reaching out, you can achieve something like this using the premium
   license key on the plugin and implementing a custom login in the Tpul hook.
 *     ```wp-block-code
       function YOUR_CUSTOM_FUNCTION_show_popup($should_show_popup) {
           // should_show_popup - is the original value based on active options
           // EXTRA_CONDITION is an example variable that you can set  
   
           $EXTRA_CONDITION = ???? ; // do some logic on deciding if is a migrated user
   
           if ($should_show_popup && $EXTRA_CONDITION) {
               return true; // only show if popup wants to show and is migrated uer
           } else {
               return false;
           }
       }
       add_filter('tpul_override_show_popup', 'YOUR_CUSTOM_FUNCTION_show_popup');
       ```
   
 * However just using the plugin as is will also work for you, new users will need
   to just accept again on their first login.
 * Thanks for reaching out through discord about this. [https://discord.gg/q3Uja2cz5T](https://discord.gg/q3Uja2cz5T)
 * Thanks,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Logout does not work + HTML format request](https://wordpress.org/support/topic/logout-does-not-work-html-format-request/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/logout-does-not-work-html-format-request/#post-17467887)
 * [@adventdeo](https://wordpress.org/support/users/adventdeo/)
 * I have not received any update from you on this. Please reach out at lehelmatyus.
   com/contact so I can help you.
 * thanks,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Logout does not work + HTML format request](https://wordpress.org/support/topic/logout-does-not-work-html-format-request/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/logout-does-not-work-html-format-request/#post-17432542)
 * Hi AdventDeo,
 * There was a logout error introduced in v.1.0.50 but was fixed in the next version.
 * Can you please confirm you are using the latest version of the plugin?
 * I just tried but I was not able to replicate the logout issue you are describing
   in the latest version. Good thinking with the workaround!
 * The plugin is using a standard WP method to log out through REST so it should
   be working with any other plugin.
 * Can you please reach out to lehelmatyus.com/contact and give your site url in
   the contact form. I am happy to debug the issue.
 * Thank you for your suggestion about allowing html.
 * Thanks,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] User acceptance and date format in DB](https://wordpress.org/support/topic/user-acceptance-and-date-format-in-db/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/user-acceptance-and-date-format-in-db/#post-17377981)
 * Hi [@qoutae](https://wordpress.org/support/users/qoutae/)
 * Thanks for reaching out and using the plugin.
 * These fields should not be used only by the plugin, i would advise against managing
   these values directly. The plugin has functions to write read these and siplay
   them as human readable values.
 * Accepted date is a unix timestamp like 1725478063 you can use epoch converter
   to see the date. The plugin does convert this into real date format whenever 
   it displays it.
 * Accepted meta value as 2 means the user accepted the latest terms, 1 means accepted
   terms but you have since updated the terms. these values could be 0,-1,-2 etc
   i would advise let the plugin use these and just use the features available in
   the plugin to display the human readable labels for these.
 * I am happy to answer more questions on the support discord channel, there is 
   a link to it on the plugin detail page. I am also free to discuss any extra premium
   features that you would like the plugin to support.
 * I have added IP tracking since, and will release the update with it soon.
 * Bests,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Change wording of Labels](https://wordpress.org/support/topic/change-wording-of-labels/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/change-wording-of-labels/#post-17175508)
 * Hi nojuju,
 * Currently the plugin does not support overriding this label in the users listing
   page.
 * Please go to Settings > Terms Popup On User Login > Support. Reach out to that
   email, provide your support token in the email and I can assist you further on
   how to achieve this.
 * Bests,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Show Me Later option](https://wordpress.org/support/topic/show-me-later-option/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/show-me-later-option/#post-17137639)
 * Since I didn’t hear back from you I will close out this issue. Still feel free
   to reach out via my contact form if you are interested in this feature.
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Show Me Later option](https://wordpress.org/support/topic/show-me-later-option/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/show-me-later-option/#post-17083462)
 * Hi [@nojuju](https://wordpress.org/support/users/nojuju/)
 * Currently the plugin does not have a “show me later” feature.
 * I am thinking about adding it as a premium feature in the future but it will 
   be a few weeks before I do. Let me know if that would work for you. Please reach
   out at [https://lehelmatyus.com/contact](https://lehelmatyus.com/contact) and
   describe the feature in more detail what you would like to see.
 * Thanks,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Caching Content](https://wordpress.org/support/topic/caching-content/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/caching-content/#post-17056169)
 * [@nojuju](https://wordpress.org/support/users/nojuju/)
 * Glad to hear you were able to find the issue. If I can be of any help please 
   let me know.
 * Bests,
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Legal Terms and Conditions Popup for User Login and WooCommerce Checkout] Is is possible top NOT logout after declining?](https://wordpress.org/support/topic/is-is-possible-top-not-logout-after-declining/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/is-is-possible-top-not-logout-after-declining/#post-16961544)
 * Hi @lenaccp
 * Yes, I have added this as a premium feature as per your request.
 * Please let me know if you have any questions.
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share by Email] Project is revived, suggest features please.](https://wordpress.org/support/topic/project-is-revived-suggest-features-please/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/project-is-revived-suggest-features-please/#post-16838768)
 * I’m so glad to hear that. thank you for letting me know!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share by Email] Project is revived, suggest features please.](https://wordpress.org/support/topic/project-is-revived-suggest-features-please/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/project-is-revived-suggest-features-please/#post-16835325)
 * The lines I shared should work however I think your theme or elementor might 
   be overriding it with a more specific CSS rule.
 *     ```wp-block-code
       // to color the link
       body a.sbe-share-link {
         color: green
       }
   
       // to color the icon
       body a.sbe-share-link svg path {
         fill: green;
       }
       ```
   
 * let me know if this works.
 * If not, send me a link to your public website where this displays.
 * Lehel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share by Email] Project is revived, suggest features please.](https://wordpress.org/support/topic/project-is-revived-suggest-features-please/)
 *  Plugin Author [Árpád Lehel Mátyus](https://wordpress.org/support/users/lehelm/)
 * (@lehelm)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/project-is-revived-suggest-features-please/#post-16827583)
 * Hi tslofphoenix,
 * You can use the following rules
 *     ```wp-block-code
       // to color the link
       .sbe-share-link {
         color: green
       }
   
       // to color the icon
       .sbe-share-link svg path {
         fill: green;
       }
       ```
   
 * I hope this helps,
 * Lehel

Viewing 15 replies - 1 through 15 (of 44 total)

1 [2](https://wordpress.org/support/users/lehelm/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/lehelm/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/lehelm/replies/page/2/?output_format=md)