riyaseasternts
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Gallery - Best WordPress YouTube Gallery Plugin] Search barHello, do you have import functionality? I have existing video gallery and i want to import it to this plugin’s video gallery.
Forum: Plugins
In reply to: [Video Gallery - Best WordPress YouTube Gallery Plugin] Search barHello, are you implementing the search functionality?
by when it will be ready?Hello,
When will you respond to the urgent messages? it is not a small issue. responsive is not working.Hello,
It’s urgent. can you please reply??Looks like, you haven’t checked the screenshot I have sent in the last message. understand the urgency of the issue. It’s so bad that you are not responding till 3 days.
1. https://prnt.sc/NL60jQmA5ghJ
2. https://prnt.sc/XTHvUvmkRpTP
3. https://prnt.sc/StPTaT_jDK1e
Above three screenshots are for settings.
Pages links are as below :
1. https://www.donatelife.org.in/founder-photo-gallery/
2. https://www.donatelife.org.in/photo-gallery/
3. https://www.donatelife.org.in/founder-direct-coverage/
4. https://www.donatelife.org.in/cadaver-organ-donation-activities/
This type of the shortcode I am using for the above pages : https://prnt.sc/5bQI4wRbTzx8- This reply was modified 4 weeks ago by Yui.
- This reply was modified 4 weeks ago by riyaseasternts.
You can call your custom function using
forminator_form_before_handle_submit
andforminator_form_before_save_entry
hooks:– use this one when Page Reload method is enabled for the form in Behavior >> Submission Behaviour:
add_action( 'forminator_form_before_handle_submit', 'your_file_name_change_function', 10, 1 );
– and this one is for the Ajax submission method:
add_action( 'forminator_form_before_save_entry', 'your_file_name_change_function', 10, 1 );
I have used these actions but they are not returning any entry of this current form. and these files just have do_action but not able to fetch the entry from form ID. and even if i fetch the details how will I change the file name here? it will not change any form field data which further gets submitted.
Hello,
I have a query. My gallery is not responsive. not able to find any option to display 1 or 2 columns in mobile(responsive). please guide . it’s urgentHello,
Subfolder issue is resolved but still need to rename the file with what I have stored in my custom table in database.
Moreover, for the email, you are still not getting my point. check the screenshots. Woocommerce have option to remove the email and trigger the email at desired time
https://prnt.sc/wORs-nAkLe7G
https://prnt.sc/m-TeV0fxbvlPHello,
I did use the forminator_custom_upload_subfolder?the function and returned the empty subfolder. but it is not working.
For the email thing, simple question, do you know how to stop sending an email on submit button click and send it after some custom actions? all the forms have the hooks to trigger the email . Like woocommerce has actions to send the email on particular action.hello,
I have already shared the screenshot of this subfolder thing. But it is also creating subfolder inside that with multiple files.
moreover, for the email, my question was different. I want to prevent the email on submit button click because it is redirecting to the payment gateway and once the payment response returns, then i want to trigger the email. I can’t find the send_mail trigger (action or filter) anywhere in the plugin.
Hello,
Thankyou for the response.
Currently, forget about this subfolder. But I am integrating payment gateway and on submitting the form, my email is being triggered, which is wrong.
Basically, email should be triggered after the payment gateway response. I have a php file for handling the payment gateway response. now how can i prevent an email on submit button click and send it after the payment response? Please reply, it’s urgent.Hello, Also this creates a subfolder inside my custom folder. I don’t want that. basically, i am saving my data with custom file name and calling it with custom folder. so please help me with this. it’s really urgent.
Hello,
Thank you for your reply. But you didn’t reply for the CCAvenue payment gateway integration.
Moreover, I will make the changes for subfolder, but what about photo name? I have custom name stored in my database in my custom table. and it stores the photo with {id_photoname} . This name is stored in the database. How should I upload the same image in uploads folder?It’s really irritating that you don’t have documentation for your plugin’s hook. and it is really irritating that your hooks are not working at all. I want to redirect my users to ccavenue payment gateway but none of the hooks are working and not able to find more hooks now. And now you will say don’t add multiple comments, but you are not replying and I am facing multiple issues day after another. so please now respond quickly. i thought you will be the great plugin but now i am facing so much issues that I am planning now to switch to contact form7 plugin
- This reply was modified 1 month, 3 weeks ago by riyaseasternts.
- This reply was modified 1 month, 3 weeks ago by riyaseasternts.
Hi, I did use your provided filter, but it didn’t work. Check the screenshot : https://prnt.sc/Ux0CTHodHMNa
Check the screenshot for the current code which is not uploading the file to custom folder. There is no error showing anywhere. https://prnt.sc/A6JlBQvhsggu
Also, when I am changing the folder from the plugin’s settings, it is recreating the folder inside my custom folder. https://prnt.sc/SuPe2N3COip7
Please let me know your thoughts ASAP.- This reply was modified 1 month, 3 weeks ago by riyaseasternts.