1tan1
Forum Replies Created
-
Look at theme files that have been modified recently like footer header etc…
Run a scan with malcare and wordfence
Use hustle as alternative plugin. Delete pop up builder
Forum: Reviews
In reply to: [Disable Bloat for WordPress & WooCommerce] Thank you!Not going to lie it made a huge difference in performance. I was wondering what was slowing the website down so much.
Forum: Plugins
In reply to: [WC Fields Factory] minDateAfter going back and forward I finally figured it out.
WC Fields Factory File Location: wc-fields-factory/includes/wcff-builder.php
Change:
if (“past” == $_field[“disable_date”]) {
echo “,minDate: new Date()”;
}To:
if (“past” == $_field[“disable_date”]) {
echo “,minDate: 2”;
}Can you confirm though this is safe? It seems like its working.
Forum: Plugins
In reply to: [WC Fields Factory] minDateJust to make sure we’re on the same page.
Im using datePicker as a booking. I want to block 2 days from current date.
EG: If i want to make a booking (Today is 10/03/2018) so I can only select “12/03/2018” onward.