PickPlugins
Forum Replies Created
-
HI, there is already default message we added for an unverified account when trying to login,
Regards
The error message “Error: invalid username or password” is not related with our plugin, this is default WordPress error message when user not exists on database or try to login with wrong username/email and password.
this is probably not our plugin issue.
Regards
Forum: Plugins
In reply to: [Post Grid] custom layoutThere is taxonomy terms element available in pro version, you can display any custom taxonomy terms via layout editor.
Please see the screenshot.
Forum: Plugins
In reply to: [Post Grid] no of posts not workingHave you installed any cache plugin? please try clear cache or deactivate cache plugin, also please check if there any server caching enabled, try to disable server cache if enabled.
Let me know the result.
Forum: Reviews
In reply to: [WP Live Statistics] exactly what I was looking forThanks for your feedback.
Regards
Forum: Plugins
In reply to: [User Verification by PickPlugins] Redirection after paymentHi, could you please try latest fixed version from here https://github.com/pickplugins/user-verification
and let me know the result, I will update plugin on repo after confirm.
Regards
this is interesting, could you please share your register page url, i will try to register an account.
Regards
Forum: Plugins
In reply to: [User Verification by PickPlugins] Can this be achieved using your plugin?Thanks for your post,
#1, you probbaly haven’t checked our plugin option, there is email domain blocking feature already added, so you can add allowed domain or blocked domain list, so user will not able to create an account with blocked domain. if you add list of allowed domains you don’t need to add blocked domain. if hope this will help you to protect user registration from @gmail.com @yeahoo.com
#2. sorry could not understand clearly.
#3. this feature wasn’t avilable, but i could add a action hook so that you can hook your custom function to play with user id, i just updated the plugin on GitHub to add an action hook to after completing email verification.
try latest update from github
https://github.com/pickplugins/user-verificationForum: Plugins
In reply to: [User Verification by PickPlugins] Translation using WPML not being detectedThanks for your post, unfortunately, sorry to say, we haven’t tested WPMl plugin.
Regards
Forum: Plugins
In reply to: [User Verification by PickPlugins] Error: username is not allowed!Hi, if you are not using block username feature please set
“Enable username block” = No
RegardsHi, unfortunately, we haven’t tried “Nextend Social Login” plugin,
ijust update our plugin on github to add a filter hook to bypass userverification, so you can use following once the registration completed by social login(Nextend Social Login)
add_filter('user_verification_enable','user_verification_enable_nsl', 90); function user_verification_enable_nsl($is_enable){ // condition here return 'no'; }here is the github link
https://github.com/pickplugins/user-verificationyou may contact to Nextend Social Login plugin auhtor to learn how to detect user registration by Nextend Social Login so that it can be used by our plugin filter hook to bypass user verification.
Hope you understand.
RegardsHI, our plugin will only work with WooCommerce, if you looking for only custom designer for nameplates then our plugin might not ready for your use.
i am not sure if you follow the setup guide here https://pickplugins.com/documentation/product-designer/faq/display-product-designer/?ref=ww.wp.xz.cn
Regards
Forum: Plugins
In reply to: [Post Grid] Pagination is not workingThanks for your post, ajax pagination feature only available in pro version. please see the attachment how does it work.
we are updating our documentation, some page still contains older version descriptions. sorry for the inconvenience.
Regards
Forum: Plugins
In reply to: [Post Grid] How to Show flexible Post Grid on unique Categories?if you are using pro version, please follow the documentation here
https://pickplugins.com/documentation/post-grid/faq/post-grid-for-archive-page/
Regards
Forum: Plugins
In reply to: [Post Grid] How to Show flexible Post Grid on unique Categories?Thanks for your post,
displaying post grid on archive page only available in pro version, please let me know which version are you using.
Regards