PickPlugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid] post date formatYou probably still using older version of post grid or old layout editor, please check video carefully these options also available in free version.
Regards
Forum: Plugins
In reply to: [Post Grid] post date formatI just created a video for you
regards
Forum: Plugins
In reply to: [Post Grid] Classes are backwardPlease check the help section under plugin menu, otherwise please send me mail support @ pickplugins.com
Forum: Plugins
In reply to: [User Verification by PickPlugins] Two bugsPlease check the help section under plugin menu, otherwie please send me mail support @ pickplugins.com
Forum: Plugins
In reply to: [User Verification by PickPlugins] User VerificationThanks for your post,
Please make sure if you are using custom or 3rd party registration form support to display registration_errors hook
https://developer.ww.wp.xz.cn/reference/hooks/registration_errors/Please send me your registration page url, i will try.
Regards
Forum: Plugins
In reply to: [User Verification by PickPlugins] Two bugsThanks for your post,
Could you please share your registration page url? i will check the issue.
Forum: Plugins
In reply to: [Post Grid] Classes are backwardThanks for your post, please share your post grid page URL.
Regards
Forum: Plugins
In reply to: [Post Grid] demo not workingThanks for your post,
We are working on our demo site, hope it will fine within few days.
Regards
Forum: Plugins
In reply to: [Awesome Changelog] Time is always 60 Minutes behind the settingForum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] Deprecated warning in PHP 7.4Hi @antoine69, our plugin doesn’t handle checkout process, i guess your issue is different than @scarelse’s issue (this thread)
If you please provide me some screenshots about your issue then i could suggest you better way.
Regards
HI, I guess you don’t need to set a reminder because whenever they tried to access your site, they will see email verification notice at top and with a resend verification link. so if they want can request for new verification mail and get verified. otherwise, if you set a reminder it will cause unnecessary server load, imagine if you have more than 100 or thousand unverified users at the same time.
Hope you understand.
Regards
Check the function
user_verification_is_verified()here, you will understandhttps://plugins.svn.ww.wp.xz.cn/user-verification/trunk/includes/functions.php
The function will return
trueif user is verified and$status = get_user_meta($userid, 'user_activation_status', true);will return 1 if verified, nothing fancy, this is very simple.
All user metadata should be saved under
wp_usermetatable- This reply was modified 5 years, 11 months ago by PickPlugins.
- This reply was modified 5 years, 11 months ago by PickPlugins.
Thanks for your post,
Verification status is already saved under user meta (
user_activation_status), you can use following function to check verification statususer_verification_is_verified($userid);use following to get user verification status
$status = get_user_meta($userid, 'user_activation_status', true);Regards
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] Deprecated warning in PHP 7.4Thanks for report the issue, could you please try by reinstalling latest fixed version from github and let me know the result.
https://github.com/pickplugins/woocommerce-products-slider
i will update on repo later.
RegardsForum: Plugins
In reply to: [User Verification by PickPlugins] Form wont show on pageThanks for your post,
Not sure which code you mean. i don’t see anything related to our plugin on your link.