Eugene
Forum Replies Created
-
Also, when creating a snippet, unnecessary empty data fields are added to the database. For instance: wbcr_inp_snippet_linking, wbcr_inp_snippet_custom_name, wbcr_inp_snippet_description, wbcr_inp_snippet_tags.
Surely you can set it that only if the field is not NULL the database entry is created?
Cheers 😉
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] CPT creation/editThank you Shabti 🙂
- This reply was modified 3 years, 11 months ago by Eugene.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] CPT creation/editAlso, could you please advise whether there is a way to delete a CPT post from the front end? Thanks 🙂
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] CPT creation/editThanks for your swift reply.
Do you have a demonstration/tutorial on this?
Cheers 🙂Thanks for your reply.
I do hope that you will be able to solve this issue.
I am working on an earlier MacBook Pro and Mojave and have to use older web browsers (Safari, Chrome etc.) since the newer versions do not render on older graphic cards. A terrible reality, but fact.
So, it would be a great shame if Elementor joins this fashion of rejection for older hardware and software.OK 🙂 I know the answer – Subscribed 😉
Cheers! Here’s the fix.
protected function deleteFormAssests($formId) { // Now Let's delete associate items wpFluent()->table('fluentform_form_meta') // fix here ->where('form_id', $formId) ->delete(); wpFluent()->table('fluentform_submissions') ->where('form_id', $formId) ->delete(); wpFluent()->table('fluentform_submission_meta') ->where('form_id', $formId) ->delete(); wpFluent()->table('fluentform_entry_details') ->where('form_id', $formId) ->delete(); wpFluent()->table('fluentform_form_analytics') ->where('form_id', $formId) ->delete(); wpFluent()->table('fluentform_logs') ->where('parent_source_id', $formId) ->whereIn('source_type', ['submission_item', 'form_item']) ->delete(); ob_start(); if (defined('FLUENTFORMPRO')) { try { wpFluent()->table('fluentform_order_items') ->where('form_id', $formId) ->delete(); wpFluent()->table('fluentform_transactions') ->where('form_id', $formId) ->delete(); } catch (\Exception $exception) { } } $errors = ob_get_clean(); return $errors; }Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] Blank Form is NOT blankCheers Mark. Reasonable explanation 😉
🙂 OK
Cheers!
Hey Alex, and thanks for your reply. Welcome back!
Could you please suggest which FF hook should I use in PHP widget?
Cheers.This problem is down to the plugin. Hopefully, the Developer will sort it soon.
I think that the WP Fluent Forms plugin Team could be in trouble due to the outbreak of the Covid variant in India. I wish them all well and hope no one is/was affected by the beast.
Let’s have patience in our expectations of their reply.
All best wishes!
Hello Developper
Is everything OK?
🙂
Sure. When pigs fly and cows come home.