skumar1st
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] Disable email for password setReally thanks for quick reply. I got solution from gpt. This code help.
function disable_password_setup_email() {
remove_filter( ‘wp_new_user_notification_email’, ‘wp_new_user_notification_email’, 10, 3 );
}
add_action( ‘init’, ‘disable_password_setup_email’ );Forum: Plugins
In reply to: [Quiz Maker] Name check in quiz user dataThis is big problem, because if quiz available for general public, visitor insert any number in name or write anything.
Atleast few common check should availalbe.
Could you please give any code/change in php?
OR,
Please confirm file name/location of source php path, so I can try to give this basic check.
Thanks.
This is bug.
I tried in new website without any other plugin/Default Theme on different share hosting. But same problem. Not able delete logo.
Please check and fix
Feedback: Log filter should “Last Month” along with [All |Today |Yesterday |This Week |This Month]
- This reply was modified 1 year, 4 months ago by skumar1st.
Thanks for quick reply.
1st: When click on single row delete
https://prnt.sc/bjmY1aXu1Fjq2nd: Error Message
https://prnt.sc/Ed8AdEm8CU62If I select bulk all row, and click on Delete – No any error message and no delete action done.
Thanks
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] From Block Sender emailPop-up builder is great option and save one additional plugin. But lack of option.
Want to show only guest user and when logged, no popup.
And particular popup should show in particular event or post.
How to achieve this?
- This reply was modified 1 year, 4 months ago by skumar1st.
Yes, that problem has solved but unable to delete log from admin?
Bulk delete is not executing successfully.
Single log delete error: Unknown Row ID
I think, I had created table manually that’s problem but I am not sure.
Pls guide what to do?
Forum: Plugins
In reply to: [Quiz Maker] Certificate NameIs illegal, If purchase pro version and don’t renew? Can I don’t get support as free version for your basic support?
User purchased pro and can’t renew because not earning and giving free service to society and using as your free plugin.
Why not giving support here in that case? You can tell for pro functionality support But If I asked for basic question of free plugin, you should provide support.
Rest is your call.
Found problem and got solution after analyze two website. Not created myCRED_log table in database. Created manually and working now.
Forum: Plugins
In reply to: [Quiz Maker] Certificate NameOK. How to insert extra line in certificate pdf. html code like br <br/> or blank p <p> code is not working properly.
Thanks.
Forum: Plugins
In reply to: [Quiz Maker] Certificate NameThanks for quick reply.
Version 8.7.4 and see screen shot of certificate.
I failed to fix this issue myself and just change server. Will check after domain propogate.
Pls guide if any other problem and anyone face this issue earlier.
Thanks.
Forum: Plugins
In reply to: [Quiz Maker] Certificate NameOK. I using as free user right now. so pls help here.
Suddenly today certificate pdf is not display any image media I think, I had change in mod security (using plesk) for google login purpose.
Did everything include restore but fail.
So how to fix this issue? Pls guide.
Forum: Plugins
In reply to: [Quiz Maker] Certificate NameNo. I am asking here as free user because currently I am not pro member.
I want add Quiz Name in PDF file name and want to store certificate on google drive.
How to achieve this?
Forum: Plugins
In reply to: [Quiz Maker] Use HTML for answers option in Question ImportFeedback: I am giving feedback but not sure whether it will implement or not. Because not any feedback has implemented till now.
XML import/export facility should available because xml based on tag and easily give all html code easily by many users.
Anyway, told it need to update in database. So could you please give sql code for update that option with question id? I think it will work.
Thanks.
Forum: Plugins
In reply to: [Quiz Maker] Use HTML for answers option in Question ImportThanks for Quick Reply and understanding requirement even wrong in question.
Is this not any code where I set Auto enable for all answer option for that through function.php or any other?
Because I am importing through Simple XLSX. Other format is very messy data.
Pls suggest.
Forum: Plugins
In reply to: [Quiz Maker] How to show total score instead of percentThanks. Its work.
Is any way to generate certificate as JPG/png for easy share on social media by user?