Clear or Reset button in Contact Form 7

Contact Form 7 WordPress plugin have Submit button in Generate tag drop down, and it goes easy. But it don’t have Reset, or Clear button. Here is easy solution how you can add it in your form.

In left side, where the form code is, just add this code at place where you need it:

[codesyntax lang=”html4strict”]

<input type="reset" value="Clear Fields"  />

[/codesyntax]

You can see on this image, example of that

reset-contactform7

Show just first image with WP Types

If you are using WordPress Types plugin for Custom Fields and Custom Post Types Management and you use image custom filed, sometimes you may need to show just one image instead of all uploaded for particular post or page.
I am not using shortcodes but PHP implementing, so some situations and needings can be tricky. Continue reading Show just first image with WP Types

WP: exceeds the maximum upload size for this site

When you are trying to upload some big image or other type of file on wordpress, you can get this error:

File has failed to upload due to an error. This file exceeds the maximum upload size for this site
Maximum upload file size: 2MB.
(or some other value, but anyway smaller then your file you want to upload.

Here is one possible solution (it worked for me):

Continue reading WP: exceeds the maximum upload size for this site

WP: You cannot install more than one script in the root directory

If you had installed WordPress on your server and you deleted it sometimes you may get this error after trying to install it automaticaly again.

You cannot install more than one script in the root directory of a domain

That usually happens if you deleted older WP partly by hand and partly automaticaly with Fantastico, Quick Install or some other Cpanel script. At Install WordPress 2/3 part, the installation just can not be completed. Continue reading WP: You cannot install more than one script in the root directory