Shabti Kaplan
Forum Replies Created
-
Thank you so much for the awesome review!
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Hide modal buttonWe just added a new option under the post tab called “Hide if no post”. This will hide the form and/or modal button completely if there is no post being edited or added, which is the case here when the user is not the author.
- This reply was modified 3 weeks, 4 days ago by Shabti Kaplan.
Forum: Reviews
In reply to: [Frontend Admin by DynamiApps] Спасибо за обновленияGreat to hear. Thank you
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Edit Post Form does not show dynamicallyI don’t understand the issue. Have you tried using the setting option “Edit User’s First Post”
Thank you for reporting this issue. Indeed it is because of Frontend Admin and it will be fixed right away
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Reset form after ajax sumbitThank you for all your help answering questions. I highly appreciate it.
I apologize for taking so long with this…. It’s actually really simple: Under the Actions tab, under the “Redirect After Submit” select, choose the “none” option, which means there is no redirect, but the form resets
That’s awesome! Thanks for sharing!
Forum: Reviews
In reply to: [Frontend Admin by DynamiApps] Great PluginThank you for the kind words!
Forum: Reviews
In reply to: [Frontend Admin by DynamiApps] Awesome Plugin!Thank you so much.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Prepare Field Filter – Prefill fields@amirosein Your code doesn’t work because the $_GET array isn’t set in the ajax function. Instead use $_POST.
You can do this to see what’s in the $_POST array:
error_log( print_r( $_POST, true ) );
To get the post id is actually a bit complicated. You need to do this:
if( ! empty( $_POST['_acf_objects'] ) ){
$objects = fea_decrypt( $_POST['_acf_objects'] );
$objects = json_decode( $objects, true );
$post_id = $objects['post'];
}It is better to use this hook:
https://www.dynamiapps.com/frontend-admin-save_post/Forum: Reviews
In reply to: [Frontend Admin by DynamiApps] Does exactly what I needThank you for the feedback
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Post tagged if created by formHello Ioria,
I would suggest adding a custom field for the backend and giving it the name “admin_form_edited”. This field will automatically be filled by the plugin to indicate which frontend form added this post.
I hope this helps
Please try version 3.23.3 and let me know
Hello Sylvain.
Thank you for reporting this issue.
I have run tests and I don’t see the error on my end, but I’m already using 3.23.3. I don’t see how it would make a difference, unless you are using this together with Elementor’s beta “element cache”
Is it showing for everyone or just for your self?