CyberMama
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bookings Calendar] Events displaying twiceWas that included in the latest update? Looks good, thank you @moiseh – think it has done the trick. I don’t see any duplicates anymore.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Fatal error on updateFabulous – all looking good. Thanks Mikko – and awesome, swift communication.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Fatal error on updateSame here. Deleted and added plugin again. Same thing happens.
Forum: Fixing WordPress
In reply to: WordPress login errorHa ha – yeah – all resolved now thankfully ??
So long ago I can’t actually recall how we fixed it. May have even been a server/host level thing… a temp folder getting full and not emptying when it should springs to mind – might have been this issue.
But glad our thread helped you a little – good luck!Forum: Plugins
In reply to: [Woo Variations Table] Product price displaySame issue – prices have all disappeared…
Forum: Plugins
In reply to: [Contact Form 7] Blocking days and date ranges out from datepicker#modlook please – this isn’t nice practice imho.
Forum: Plugins
In reply to: [Contact Form 7] Blocking days and date ranges out from datepickerWhy so hostile and patronising? I’m only asking for help here. Thanks anyway… why not just stop posting on my question if you have no intention of offering real assistance?
Forum: Plugins
In reply to: [Contact Form 7] Blocking days and date ranges out from datepickerHilarious… really in the spirit of a forum. Classy. Thanks.
If you’d read my post properly you’d see I’ve done that – read all the top posts. But none of them show exactly where to put the code and I don’t know. As per my original post.
Forum: Fixing WordPress
In reply to: WordPress login errorCan anyone help here? Still can’t access website…
Forum: Fixing WordPress
In reply to: WordPress login errorSorry -latest version of WordPress – 4.8.2. Default login form but sites have iThemes security plugin installed.
Perfect – you’re an absolute star. Thank you so much.
Nope… still not happening… am editing in TextEdit and it tends to change the ” symbols but I’m checking they’re fixed. Shouldn’t change again after saving and uploading to server should they?
So I added this to the bottom of the child theme’s functions.php file. It didn’t break the site this time (like the last time I tried to edit the code in the plugin itself) but it didn’t change the error message either… any idea where I might be going wrong? Is the new message too long?
add_filter( ‘woocommerce_coupon_message’,
function( $msg, $msg_code, $coupon ) {
if ($msg_code == WJECF_Controller::E_WC_COUPON_PAYMENT_METHOD_NOT_MET)
$msg = “Not valid. Please choose a different payment method!”;
if ($msg_code == WJECF_Controller::E_WC_COUPON_SHIPPING_METHOD_NOT_MET)
$msg = “Free shipping not available with coupon. Please refresh page and choose a different shipping method.”;
return $msg;
}, 10, 3
);Thanks very much.
I’m not massively good at php to be honest – could I put this in the theme’s functions.php and just amend the message? Would it work?
I guess I can try… ??Ah ok – thanks. Would I paste this is the functions.php file or…
I tried changing the message in the plugin and it broke the site entirely!