Árpád Lehel Mátyus
Forum Replies Created
-
Thanks for the report.
It’s now fixed.
LehelContact form is now fixed.
LehelI apologize for this.
I have fixed my contact form issue since then.
I am looking to implement both of the features you requested.
Yearly re-accept of terms and email as proof.Please reach out on my (now working) contact form and give more detail.
ex: reset should happen 1st of January every year or at 1 year anniversary of first accept of terms.Thanks,
LehelThis is available if you purchase a license key. you can then ad rich text by pulling in a custom page as the content for the popup.
Thanks,
LehelI apologize for the late answer.
Thank you for reporting this. I have fixed the php warning in the latest update
If it still persists on your website let me know at https://www.lehelmatyus.com/contact
and I am more than happy to debug.
LehelI apologize for the late answer.
In the current form these are not possible but i am interested in implementing both of them.
– force re accept every year
– email sent to both admin and user once terms have been acceptedI would need more detail on how the second one would work,
feel free to contact me at http://www.lehelmatyus.com/contact and give more detailI will put the first one on my list for November.
Hi @bmahendran
Thank you for providing me the info to debug this issue.
Looks like it was another plugin causing it. I was able to redesign the logout redirect mechanism where other plugins should not have an effect on it.You can find the fix in version 1.0.17.
thank you for your patience.
Lehel
Thank you for your review, I appreciate you taking the time and giving your honest feedback.
I am happy to announce that version 1.0.17 has the feature you were asking for.
You can now turn on an option to:
“Show popup on every single login”
which will show the popup for users after login regardles if they have previously accepted the plugin or not.Cheers,
LehelHi @bmahendran
Thanks for your report.
I was not able to replicate the issue you are describing.
Please be sure to provide full absolute path containing the protocol https:// such as https://www.lehelmatyus.com when specifying where it should redirect on decline.
To help me debug can you please provide
– a screenshot of the error that you are seeing (or a link to the screenshot)
– send me the URL that you are trying to redirect to
– send me a link to your website where you are seeing the issue.Thank you,
LehelHi Mauro Mello,
I really appreciate your feedback!
If you ever need plugin support or you would like to recommend a new feature you would like to see in the plugin please feel free to reach out.Thank you,
Lehel MátyusPickydesigns,
Thank you for reviewing the plugin. I really appreciate that you spent time to provide feedback.
I think that’s a really good feature recommendation. Having an option to force users to confirm accepting terms on every login.
I will put that on my list and look into it.Thank you,
Lehel MátyusForum: Plugins
In reply to: [Libreli] Awesome idea… but doesn’t work on my siteHi Picturgency,
I really appreciate your feedback. I have made a page specifically to list books and their short codes since your feedback. Thank you.
However after much consideration the plugin has moved into a different direction. I have added an automatic lookup feature for ISBN’s to search for your book’s availability on major book selling platforms.
NOW Instead of listing the ISBN’s of your book in the dropdown we are listing/linking book selling platforms that are carrying your books. This feature does require you to have an account at libreli.com and there is a free plan available.
I have temporarily removed the image field from the post type to focus on the auto lookup feature.
I wanted to give you a heads up what to expect in the new version of the plugin. If you are still using the old version of the plugin and would not like these new features I would advise you not to update the plugin.
Please feel free to provide more feedback and new feature suggestions are always appreciated.Thank you,
LehelForum: Plugins
In reply to: [License Manager for WooCommerce] lmfwc_activate_license always returns falseHi @drazenbebic
Thanks for your reply.
Yes, I can see the item in the list on the Licenses page.
When I call the following in my themes functions.php: var_dump(lmfwc_get_license(‘8TT6-OXG1-TI1Y-P1DR’));
returns false.—-
When I do the following query
$query = array(
‘licenseKey’ => “LBRY-S-8TS6-OXG1-7IAY-O1DR”,
)
var_dump(lmfwc_get_licenses($query));returns false
—-
However if I do the following
$query = array(
‘id’ => 1,
);
var_dump(lmfwc_get_licenses($query));does return the object.
but the it looks like this
protected ‘licenseKey’ => string ‘def5040056366d8c6f41c0caf16e2f73824404d3d03….
protected ‘hash’ => string ’18e631d70fc55…——-
The API seems to work fine
/wp-json/lmfwc/v2/licenses/8TT6-OXG1-TI1Y-P1DR?consumer_key=…is successful and does return the correct object with
‘licenseKey’:8TT6-OXG1-TI1Y-P1DRWhat am I missing here?
Thank you very much for your help.Lehel
Forum: Plugins
In reply to: [WP Job Manager] Confirmation Message job-manager-message on redirected pageHi @cena
Thank you very much, your response is much appreciated.
The redirect works, my question was about how can I throw a Job Manager Message the ones that show up like this<div class="job-manager-message">Your changes have been saved. <a href="https://website.com/job/company-2-test-24/">View →</a></div>on top of a page. To indicate to the end-user that their changes have been saved.
Is there function I can use in Job Manager that I can use?
Thanks,
Lehel