David Henry
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Crontrol] WP Crontrol crashes my siteI think there’s something else afoot, not your plugin, sorry for any upset ??
Forum: Plugins
In reply to: [WC Fields Factory] increasing fields by the amount of products chosenWOO!
I worked it out, it’s the “Fields Cloning” in the settings. Only one problem, I only need to clone one field, the other should stay set to 1.
Any ideas?
Forum: Plugins
In reply to: [Download Monitor] Sucuri blocking ReportsThanks Cristian, those are now all whitelisted ??
keep up the good work!
DDH
Forum: Plugins
In reply to: [Download Monitor] Replacing or hiding the loading iconThanks for this Razvan,
Overriding JQuery scripts is out of my comfort zone, I’ll try something via CSS and post it here if I can work it out, it would be a shame to just hide it.
JB
Forum: Plugins
In reply to: [Download Monitor] replace spinner.gif loading imageThanks Razvan, I’ll check it out.
Forum: Plugins
In reply to: [Download Monitor] Please fix EDGE bug – here is howJust adding myself to the conversation so I’m in the loop ??
Forum: Plugins
In reply to: [Download Monitor] Problem with Edge / Chrome with update 4.7.78 (WP 6.2)Just before my thread gets totally hijacked, the solution of adding:
/downloads/.*to the Never Cache URLs box has worked. The download no longer has the % which means it’s not a perfect solution but it will do for the time being.
Forum: Plugins
In reply to: [Download Monitor] Problem with Edge / Chrome with update 4.7.78 (WP 6.2)only preload and cache, we are not minify’ing code.
Forum: Plugins
In reply to: [Download Monitor] Problem with Edge / Chrome with update 4.7.78 (WP 6.2)Yes, we have been using WP Rocket, I’ve rolled back to Version 3.11.5 and cleared all caches again, it doesn’t fix the issue.
If, however, I disable WP Rocket then I can download in Edge and Chrome again.
We have been using both for a long time now, so we’ll keep WP Rocket deactivated until you have an update.
Thanks for your help
Forum: Plugins
In reply to: [W4 Post List] Still seeing vulnerability issuesThanks Shazzard, I missed the “<“. The site is now scanning clean. Thanks for your help. Hope you get unblocked soon ??
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Nonce invalideI also have this issue
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Mark invoice as PAIDPerfect, thanks Jhonny.
For anyone else looking for this solution, add the code below to your themes function.php file.
//aDD paid TO iNVOICE
add_action( ‘wpo_wcpdf_before_document_label’, ‘wpo_wcpdf_custom_text’, 10, 2 );
function wpo_wcpdf_custom_text ($document_type, $order) {
?>
PAID
<?php
}Forum: Plugins
In reply to: [Max Mega Menu] Mobile menu stuck in a boxFantastic, Thanks Tom!
I’ve found this in the config:
define( ‘DISABLE_WP_CRON’, true );
I’ve set it to false, but it looks like my client isn’t telling me the whole story.
Thanks for your help and a great plugin.
D