sumitsanadhya
Forum Replies Created
-
Dear @mover,
Sorry for the confusion.
Can you please share a screen recording with us.
That will help us to understand the issue.
Looking forward to your reply.
Regards,
SumitDear @parallaxmaster,
Here is the updated code for your reference. It will also get resolved in the upcoming plugin updates.
public function qsm_ajax_login() { $username = ! empty( $_POST['username'] ) ? sanitize_user( wp_unslash( $_POST['username'] ) ) : ''; $password = ! empty( $_POST['password'] ) ? sanitize_text_field( wp_unslash( $_POST['password'] ) ) : ''; $user = get_user_by('login', $username); if ( ! $user ) { $user = get_user_by('email', $username); if ( ! $user ) { wp_send_json_error( array( 'message' => __( 'User not found! Please try again.', 'quiz-master-next' ) ) ); } } $user_id = $user->ID; // Check the password if ( ! wp_check_password( $password, $user->user_pass, $user_id ) ) { wp_send_json_error( array( 'message' => __( 'Incorrect username or password! Please try again.', 'quiz-master-next' ) ) ); }else { wp_send_json_success(); } }
Please let me know if you need more help.
Regards,
SumitDear @parallaxmaster,
I wanted to assure you that we’ve already escalated your concern to our development team. Please allow us some time, and we’ll provide you with an update as soon as possible.
Warm regards,
SumitDear @mover,
Are you looking for not to send question and answer in email please confirm us.
So I can check and help you to resolve the issue.
Looking forward to your reply.
Regards,
SumitDear Ignasi,
It is possible to put part of the answer text into italics.
You can use Rich Answers type. Please check below-given screenshot link for your reference.
https://snipboard.io/KVH7W1.jpg
This is how it looks on front-end.
https://snipboard.io/vYcDPK.jpg
Please follow the above mentioned screenshot and then check.
Let me know if you need more help.
Regards,
SumitForum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] QSM Spam IssueDear @jmbsat,
I hope this message finds you well.
Thank you for reaching out to us regarding the recaptcha feature in QSM. Unfortunately, the option you mentioned is not available in the free version of the plugin.
However, you can find detailed instructions on how to set up reCAPTCHA in QSM by referring to the documentation provided in the link below:
https://quizandsurveymaster.com/docs/add-ons/recaptcha/
If you have any further questions or need assistance with anything else, please feel free to ask.
Best regards,
SumitForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Shortcode IssueDear Mohamed,
Hope you are doing well.
Thanks for reaching out to us.
I did not get your point can you please share the screen recording with us.
That will help us to understand the issue.
Looking forward to your reply.
Regards,
SumitForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Using Anchor Menu LinkDear @landapro,
We have conducted tests using BrowserStack with Safari on iPhone 15, and the anchor functionality appears to be working correctly on mobile devices.
To ensure proper functionality, please ensure that your content contains a div element with the corresponding ID that matches the anchor link. For example, if your menu link is set to https://example.com/#contact, your content should include the following:
Contact
This is the location where the page will jump to when the link with the corresponding hash tag is clicked.
If the issue persists, I recommend conducting a theme and plugin conflict check by deactivating them one by one to identify any conflicts.
Please let me know if you require further assistance.
Regards,
SumitDear Ignasi,
Thank you for sharing the quiz link with us.
I will discuss this with our technical team and investigate the issue further. Rest assured, I will keep you updated on any progress or findings.
If you have any other questions or concerns in the meantime, please feel free to reach out.
Best regards,
SumitDear Ignasi,
Thank you for sharing the quiz link with us.
I will discuss this with our technical team and investigate the issue further. Rest assured, I will keep you updated on any progress or findings.
If you have any other questions or concerns in the meantime, please feel free to reach out.
Best regards,
SumitDear @mover,
I hope this message finds you well.
Thank you for reaching out to us regarding the recaptcha feature in QSM. Unfortunately, the option you mentioned is not available in the free version of the plugin.
However, you can find detailed instructions on how to set up reCAPTCHA in QSM by referring to the documentation provided in the link below:
https://quizandsurveymaster.com/docs/add-ons/recaptcha/
If you have any further questions or need assistance with anything else, please feel free to ask.
Best regards,
SumitDear @eric7186
Hope you are doing well.
Thanks for reaching out to us.
I request you to please follow the below-given documentation link and then check.
https://gutena.io/reuse-gutena-forms-on-multiple-pages
Let me know if you need more help.
Regards,
SumitForum: Plugins
In reply to: [Gutena Forms - Contact Forms Block] export form entriesHello @1lucsacontreras,
Hope you are doing well.
Thanks for reaching out to us.
As of now, there are no such options available. I’ll take your response as feedback and mark this request as a feature. I will discuss this with our technical team and try to add this feature in our future upcoming releases.
Do let me know if you need more help.
Regards,
SumitForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Using Anchor Menu LinkDear @landapro,
Hope you are doing well.
Thanks for reaching out to us.
Can you please share the website URL with us in which you are facing the issue.
Looking forward to your reply.
Regards,
SumitDear Isans,
Thank you for reaching out.
Certainly, I’d be happy to assist you. Could you please provide the link to the quiz you’re referring to? Once I have that information, I’ll be able to look into the issue and provide you with further assistance.
Looking forward to your reply.
Best regards,
Sumit