blizeH
Forum Replies Created
-
Damn, thank you
Thank you, that’s very useful but my experience with WordPress is that editing files (like adding code to functions.php) often backfires in the long run and can often break as the result of an update 🙁
I like the idea of re-directing to another page, but it’s a shame it requires another plugin. Is there anyway at all to do this without editing files manually or installing other pugins please? 🙁 Thank you
Forum: Plugins
In reply to: [Contact Form 7] “Date format seems invalid” – but only in certain browsers?Is there a way to disable the validation please?
Forum: Plugins
In reply to: [Contact Form 7] “Date format seems invalid” – but only in certain browsers?Thank you! I’ve managed to get it working now in all browsers by changing the WordPress date format, but I’m still getting the same message in Internet Explorer 🙁
Any ideas as to what could just cause IE to do this please?
Forum: Plugins
In reply to: [Contact Form 7] “Date format seems invalid” – but only in certain browsers?Here’s the code by the way:
[date instructing-date date-format:d/m/Y]- This reply was modified 7 years, 2 months ago by blizeH.
Forum: Plugins
In reply to: [Contact Form 7] Can I remove the ‘mm/dd/yyyy’ from date fields?It’s the same with the default theme and other plugins disabled too 🙁
Here’s the code I’m using for that particular field:
[date claimant-date-of-birth placeholder "Date of Birth"]Thanks again
Forum: Plugins
In reply to: [Contact Form 7] Can I remove the ‘mm/dd/yyyy’ from date fields?Thank you, I have upgraded to WordPress 4.9.2 and have upgraded to Contact Form v5.0 but I’m still having the same problem: http://www.photofileltd.co.uk/services/cica/cica-photography-form/
Forum: Plugins
In reply to: [WooCommerce] Can’t make /shop/ or /product/ full width on Storefront?That’s great, thanks so much lorro!
Forum: Plugins
In reply to: [WooCommerce] Homepage Control not working with the Storefront theme?Perfect, thank you so much! I added a new page called ‘Home’, set the template to Homepage and then changing the reading setting also and it’s working perfectly, thank you! 😀
Forum: Plugins
In reply to: [WooCommerce] Homepage Control not working with the Storefront theme?Thanks, sorry for the dumb question but how do I edit my homepage? It isn’t listed under ‘Pages’ in the admin section, and when I go to it, unlike other pages, there’s no ‘Edit’ button at the top.
Forum: Plugins
In reply to: [WooCommerce] Homepage Control not working with the Storefront theme?Thanks Iorro, it’s the Hompage Control feature though (for WooCommerce) rather than a contact form 🙂
Forum: Plugins
In reply to: [WooCommerce] Homepage Control not working with the Storefront theme?Please, has anyone else had this problem? As far as I can tell I’m using the default WooCommerce theme with the recommended homepage plugin.
Forum: Plugins
In reply to: [WooCommerce] Homepage Control not working with the Storefront theme?Bump, can anyone please help? 🙁
Forum: Fixing WordPress
In reply to: HTTP Error when uploading to WordPressAh, thank you so much! The plugin worked 🙂
Forum: Fixing WordPress
In reply to: HTTP Error when uploading to WordPressJust tried adding this to my theme’s functions.php file:
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }Still getting the same http error 🙁