i_Mike
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] CP_CALCULATED_FIELDS_RESULT not showingMany thanks for coming back to me.
I’ve had 5.0.311 and it was working, now with the 5.2.42 it doesn’t work anymore. I tried to go back to 5.0.311 but then I can’t access the settings anymore in admin panel…
Forum: Plugins
In reply to: [EWWW Image Optimizer] AV now flagging malwareHi adamewww
That’s the files that imunifyAV detected:
https://drive.google.com/file/d/1pw9Yp9XWXY4UycIPzlm8jve-FlrGc3N8/view?usp=sharingThank you
Forum: Plugins
In reply to: [EWWW Image Optimizer] AV now flagging malwareSame here, imunifyAV in cPanel is seeing these as php_malware.id_SMW-HEUR-ELF :
ewww-image-optimizer/binaries/gifsicle-fbsd
ewww-image-optimizer/binaries/gifsicle-linux
ewww-image-optimizer/binaries/optipng-fbsd
ewww-image-optimizer/binaries/pngquant-fbsd
ewww-image-optimizer/binaries/pngquant-linuxIt was doing the same thing here a year ago:
https://www.ads-software.com/support/topic/imunifyav-detected-malware/- This reply was modified 2 years, 4 months ago by i_Mike.
Forum: Plugins
In reply to: [Contact Form 7] New version breaks forms sendingSame here, can’t send anymore:
{code: “invalid_json”, message: “The response is not a valid JSON response.”}
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] WP 4.9 Loopback error and PodsI’ve had the same issue and in my case it was one of the plugins, “Social Share WordPress Plugin – AccessPress Social Share” to be specific – I’ve updated it to the latest version and it’s fine now.
Is it possible to buy add-ons separately yet? If not, are there any plans to allow that in the future?
Uncheck the “Field Truncation” option in the firewall and you’ll be able to edit the files as you need.
Thanks, that worked!
Yeah actually two entries are added to the Shield section:
transgression counter started:
Auto Black List transgression counter was started for visitor at IP address…firewall block:
Page parameter failed firewall check. The offending parameter was “newcontent” with a value of…
…Firewall Trigger: Field Truncation. Firewall Block Response: Visitor connection was killed with wp_die() and a message.Thanks for your reply, I’ve just checked and “Disable File Editing” is unchecked – it helped when I disabled the whole lockdown feature.
I’ve got the same issue, can’t edit files via appearance -> editor as I get message like “Seriously stop doing what your’re doing… You’ve got 9 attempts left…”. It’s annoying as I have to disable the plugin to save the file and then switch it back on…
Forum: Plugins
In reply to: [Contact Form DB] Request-URI Too LargeMaybe we could rename the headers before they’re created? (as I need to have spaces in the column names and that’s trimmed)
So, let’s say I’d call an input field “1” and then have a function to rename “1” to “address 1” for example – is that possible?
That way I could save characters in the export url as I wouldn’t have to add table headers in the url.Forum: Plugins
In reply to: [Contact Form DB] Request-URI Too LargeCan we maybe use $_POST method instead of GET?
Forum: Plugins
In reply to: [Contact Form DB] Hide specific fields (columns) from webview of CFDBHey
Yeah just use the shortcode builder, go to “your-website-url”/wp-admin/admin.php?page=CF7DBPluginShortCodeBuilder (or just click on Contact Form DB in the left hand menu in the WP admin panel and then Short Code).
Select form from the dropdown, select shortcode from the dropdown (probably [cfdb-html] ), then in the “Which fields/columns do you want to display?” in the “Hide” dropdown select which columns you want to hide.
After that copy the generated shortcode from the field called “Generated Short Code” and paste it in your page.
Other than that you can just use display:none to modify your default table.
Forum: Plugins
In reply to: [Contact Form DB] Export one CSV from all formsMany thanks for your reply. Yeah I want the rows to match from one form to another but I think it will be just easier to create one form in my case.
Thanks again for quick reply:)
Forum: Plugins
In reply to: [Contact Form DB] Export one CSV from all formsIgnore me, actually it works how you said it should, but I just found out that that’s not a solution for me as when you export the CSV, the rows won’t match and that will create a bit of a mess in the CSV… I just have to create one big form, unless there is a way to bind the submissions from different forms to stay in the same rows?