caseygovero
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: How to disable inline styling (style id=’global-styles-inline-css’)?To me this is just a bad practice to include inline styles. Due to security, organizations have moved to Content Security Policies. This popped up on my site as these global styles are being blocked and throwing errors on my sites.
I wonder why these weren’t placed in a generated stylesheet.
Forum: Plugins
In reply to: [Contact Form 7] Import causes Mail tab fields to blank outHere is the info. I xx’ed out any revealing info.
<wp:postmeta> <wp:meta_key><![CDATA[_mail]]></wp:meta_key> <wp:meta_value><![CDATA[a:9:{s:6:"active";b:1;s:7:"subject";s:29:"[your-name] - [policy-number]";s:6:"sender";s:45:"[your-name] <xxxxx.report@xxxxxxxxxxxxxx.com>";s:9:"recipient";s:31:"xxxxx.report@xxxxxxxxxxxxxx.com";s:4:"body";s:463:"xxxxxx xxxxxxxx Insured: [your-name] <[your-email]> Claimant Name: [claimant-name] Submitter Name: [submitter-name] Phone: [your-phone] Address: [address] Policy the claim relates to: [policy-type] Policy Number: [policy-number] TPA Claim Number: [tpa-claim-number] Date of Incident: [date-incident] Location of Incident: [incident-location] Description of Incident: [incident-description] This e-mail was sent from a contact form on xxxxxxxxxxxxxx.com";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:19:"[multilinefile-463]";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}]]></wp:meta_value> </wp:postmeta>
Forum: Plugins
In reply to: [Contact Form 7] Import causes Mail tab fields to blank outI tried removing the multiline attachment piece but same issue. Can I send you the import directly to have you try it? Maybe you can reproduce it.
I even went as far as debugging the editor php code and the _mail meta_value comes back blank within the $post object when trying to load.
I appreciate your help. It’s a great plugin I’ve been using it for a long time.
- This reply was modified 3 years, 2 months ago by caseygovero.
Forum: Plugins
In reply to: [Contact Form 7] Import causes Mail tab fields to blank outYes, that is the second thing I tried that did not work. After importing the xml it just blanked out the mail tab. No other tabs have an issue.
I do use an add-in though now that I look at it for adding multiple attachments into one file. I wonder if it may be causing the display issues after import.
“attachments”;s:19:”[multilinefile-463]”;
Forum: Plugins
In reply to: [Contact Form 7] Import causes Mail tab fields to blank outI can email my exact form data to the plugin author as well but did not want to post here since it contains email addresses, etc.
Forum: Plugins
In reply to: [Multiline files upload for contact form 7] Attachments don’t sendhttps://contactform7.com/2021/02/02/contact-form-7-54-beta/#improved-process-for-uploaded-files
Contact Form 7 deprecated the method you all are using and made it private. Please let us know when a fix will be available to work with CF7 5.4
PHP Fatal error: Uncaught Error: Call to private method WPCF7_Submission::add_uploaded_file() from context ” in …/wp-content/plugins/multiline-files-for-contact-form-7/multiline-files-upload-for-contact-form-7.php:467
For what it’s worth I noticed my url parameter stopped working today after updating. It uses ?page= on url’s which then does some logic based on js. ?page= now gets removed and the js logic does not happen. Confirmed on my old site that does not happen. As soon as I updated, ?page= no longer works. Maybe this plugin also uses that query parameter? Note, it only happens on sub pages, not on the root.
- This reply was modified 4 years, 7 months ago by caseygovero.