1. How do I installed eVid onto my wordpress blog?

There are several files included in the ZIP folder. These include wordpress theme files, plugin files, and photoshop files. To installed your wordpress theme you will first need to upload the theme/plugin files via FTP to your server.

First you are going to upload the theme folder. Inside the ZIP folder you downloaded you will see a folder named "theme." Within it is a folder named "eVid." Via ftp, upload the "eVid" folder to your Wordpress themes directory. Depending on where you installed Wordpress on your server, the wp themes folder will be located in a path similar to: /public_html/blog/wp-content/themes.

Next you need to upload the plugin files. Inside the zip folder you downloaded there will be a folder named "plugin." Within this folder are several other files and folders which need to be uploaded to your Wordpress plugins directory. This directory will be located at /public_html/blog/wp-content/plugins. Once you have the plugins uploaded you will need to activate them via your Wordpress control panel. Login to your wordpress admin area and click on the "plugins" link. Activate the following plugins: Related Posts, Wp Post Ratings and Wp Page Navi.

Next you need to select eVid and make it your default theme. Click on the design link, and under the themes tab locate eVid from the selection of themes and activate it. Your blog should now be updated with your new theme.

2. How do I add the thumbnails to my posts?

eVid utilizes a script called TimThumb to automatically resize images. Whenever you make a new post you will need to add a custom field. Scroll down below the text editor and click on the "custom fields" link. In the "Key" section, input "Thumbnail" (this is case sensitive). In the "Value" area, input the url to your thumbnail image. Your image will automatically be resized and cropped. The image must be hosted on your domain. (this is to protect against bandiwdth left)

Important Note: You must CHMOD the "cache" folder located in the eVid directory to 777 for this script to work. You can CHMOD (change the permissions) of a file using your favorite FTP program. If you are confused try folowing this tutorial. Of course instead of CHMODing the template folder (as in the tutorial) you would CHMOD the "cache" folder found within your theme's directory.

3. How do I add my title/logo?
In this theme, the title/logo is an image, which means you will need an image editor to add your own text. You can do this by opening the blank logo image located at Photoshop Files/logo.jpg, or by opening the logo PSD file located at Photoshop Files/logo.psd. Replace the edited logo with the old logo by placing it in the following directory: theme/eVid/images. If you need more room, or would like to edit the logo further, you can always do so by opening the original fully layered PSD file located at Photoshop Files/eVid.psd
4. How do I manage advertisements on my blog?
You can change the images used in each of the advertisements, as well as which URL each ad points to, through the custom option pages found in wp-admin. Once logged in to the wordpress admin panel, click "Design" and then "Current Theme Options" to reveal the various theme options.
5. Can I change how many recent posts are displayed on the homepage?
You sure can. The number of recent posts being displayed on the homepage can be changed at any time via the custom option pages in wp-admin.
6. How do I setup the Featured Articles on the homepage?

The Featured Articles are pulled from a specific category. You can choose which category is used for the Featured Articles section via the Theme Options page in wp-admin. Under the General > Featured Articles section of ePanel (the elegant themes options page) you will see a dropdown menu where you can choose your featured articles category.

7. How do I setup the "Recent from X" category boxes on the homepage?

These are customizable from within the theme's option menu within wp-admin. Log in, click "Design," and then "Current Theme Options." You will see various fields involving the "Homepage Category Boxes." Here you can choose a title for your box, which category the box pulls its posts from, as well as how many posts are displayed.

8. How do I add videos to my posts?

This theme can embed videos from other sources, but does not have a native video player. This means that you can only post videos that are taken from online video sources such as Youtube. When you make a new post you will need to add a custom field with the Key "Video" In the Value area just paste the embed code from your video host. For example, an embed code from youtube looks like this:

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/WneDU-K3Sww&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/WneDU-K3Sww&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>

You will notice that some video hosts try to add in links to their website, you probably want to delete these. All you need is the object and or embed codes.

Important Note: There is a bug with the upgrade of WordPress 2.6 that adds random "/" to the embed code when you add it. For this reason you need to add the code twice. After you click "Add Custom Field" you will notice that the code in the value area refreshes and the "/" appear. After this occurs simply delete the embed code from the value area and paste in the original embed code again and then press the "update" button. If you don't do this the video won't show up.