9metis
Forum Replies Created
-
Hi @wfgerald, those IPs are not blocked and I’m still getting the error. Nevermind, I’ll just manage that website separately. Thanks for your help anyway!
Thanks @wfgerald I’ve sent the diagnostics report!
Forum: Plugins
In reply to: [WooCommerce] Shipping country placeholder@metalstampinglover no I didn’t resolve the issue but apparently it can’t be done although I could do it with the State drop down.
Forum: Plugins
In reply to: [WooCommerce] Shipping country placeholder@rynald0s thanks but neither of those two… I want to change the placeholder but apparently it can’t be done!
Forum: Plugins
In reply to: [Smart Custom 404 Error Page] Elementor and WPML compatibility@petersplugins it seems to be working now thanks!!
Forum: Plugins
In reply to: [WooCommerce] Billing address 1 placeholder@jessepearson thanks I think that makes sense!
Forum: Plugins
In reply to: [WooCommerce] Billing address 1 placeholderThanks @jessepearson it used to have a placeholder just like the State drop down. I was able to use the same code for the State drop down which worked but just puzzled as to why it won’t work for the Country drop down.
Forum: Plugins
In reply to: [WooCommerce] Shipping country placeholder@lorro I have a custom placeholder for the State dropdown so not sure why it wouldn’t work for the Country dropdown.
Forum: Plugins
In reply to: [WooCommerce] Shipping country placeholderThanks @lorro, I added the below code but it didn’t work. The country field is showing a blank while it worked for the address_1 field.
add_filter('woocommerce_default_address_fields', 'wc_override_address_fields'); function wc_override_address_fields( $fields ) { $fields['address_1']['placeholder'] = 'Street Address'; $fields['country']['placeholder'] = 'Country'; return $fields; }Forum: Fixing WordPress
In reply to: Woocommerce shipping country placeholderThanks @sterndata, I couldn’t find the add new topic button!
Forum: Plugins
In reply to: [WooCommerce] Billing address 1 placeholderHi @rynald0s I was wondering if you can help with a related issue. For some reason, the placeholder for country is now missing (I don’t remember doing anything to change this). The code I first published above doesn’t seem to work for country.
Forum: Plugins
In reply to: [WooCommerce] Billing address 1 placeholderThanks @rynald0s worked perfectly! Can you tell me why the first code didn’t work?
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Settings page won’t displayI have the exact same problem… it happened after I added a custom marker, deleted it and re-added it. Any suggestions?
Forum: Plugins
In reply to: [WooCommerce] Product image gallerySorry I forgot to reply! I resolved this issue by inserting some custom CSS. Thanks anyway!
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] How do users register?Thanks!!