duncmorley
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hooking a bit of code to wp_headI know how to do this bit. I just didn’t know if it was better practice to write a function in the functions.php and attach that to the hook.
Are you suggesting dumping this script into its own file and pulling it in using the wp_enqueue_script?
Forum: Plugins
In reply to: Contact Form 7 attach file email is encodedI have deactivated every plugin and reverted to the twentyten theme and default admin theme. I am still getting the same results. Check here: https://www.duncanmorley.co.uk/email2.jpg.
Forum: Plugins
In reply to: Contact Form 7 attach file email is encodedAnyone?!?!?!?!?
Forum: Plugins
In reply to: Contact Form 7 attach file email is encodedVery frustrating as I really need that upload file functionality. Does anyone else know of any other file uploading plugins for WordPress?
Forum: Plugins
In reply to: Contact Form 7 attach file email is encodedThis is what I am receiving https://www.duncanmorley.co.uk/email.jpg
Any help would be greatly appreciated.Forum: Plugins
In reply to: Contact Form 7 attach file email is encodedI am just trying to attach an image. I have tried various email addresses and clients and keep getting the same result.
I now have this working. I had forgot to include the following snippet in my footer:
<?php wp_footer(); ?>
You need this for the plugin not to break ??
It’s an old theme we have created. A new one will be implimented soon so I’ll leave it until we use our new one and let you know if it works with that one.
Thanks for taking time out to do this. Having uploaded your new file to the requested directory it is still not working.
https://blog.pauleycreative.co.uk
The element selector is .comments-template
I can’t get this to work with my custom theme. When i switch back to the Twenty Ten theme it works OK. Any ideas as to what may be stopping it from working? Is there anything I should have on my template to make it work?