Help File

Help File: Exhibit

GhostPool.com | Created 26-Jul-11 | Last Updated 06-Aug-11

I've read the help file and still need help!

If after reading the help file you still need support we only answer questions on my support forum at http://www.ghostpool.com/support.

Table of Contents

  1. Installation
  2. Demo Content
  3. Updating The Theme
  4. Setting Up The Theme
  5. Troubleshooting & FAQs
  6. Credits

1. Installation

Downloading from ThemeForest

Download the Exhibit theme from your ThemeForest downloads page and then unzip the download. Once the download has been unzipped you should see a folder called exhibit-theme.

Uploading The Theme

Before uploading the theme make sure you have installed WordPress 3.0 or higher. You can download WordPress for free from WordPress.org. Now you can upload the theme in one of two ways:

1. Upload via WordPress
If you have trouble uploading the theme via WordPress you will need to upload the theme via FTP as explained below.
2. Upload via FTP

Activating The Theme

When uploading the theme via WordPress you should be prompted to activate the theme. If uploading the theme via FTP go to Appearance -> Themes and click the Activate link below the Exhibit theme.

Theme Options

Once you have activated the theme you will see a new option under the Appearance tab called Theme Options. Click this link to go to the theme options page and click the Save Changes button to save the default theme settings.

2. Demo Content

A demo package comes with the theme that includes example posts, pages, comments, custom fields, categories, and tags etc. which can help you in learning how the theme works. To add this content follow the steps below:

3. Updating The Theme

From time to time free theme updates will be released which will include bug fixes and feature updates. When a theme update becomes available you should see a New Updates message in your admin panel. To get these themes updates you will need to re-download the theme from your ThemeForest downloads page and unzip the download file.

If you have made changes to the theme files you will want to either make the changes again to the new theme files or just upload the updated theme files if they are not your modified files. Visit the changelog, which tells you which files have been updated, added and removed. You can then download DeltaWalker or DiffMerge and compare and add the code changes between your modified files and the new theme files.

4. Setting Up The Theme

Homepage

Post Categories

Portfolio Categories

Navigation

Shortcodes

This theme comes with several shortcodes. Shortcodes are pieces of code that can be inserted directly into your main text box on posts, pages and portfolio items to add certain content easily such as videos and dividers.

Contact Page

Sidebars/Widgets

Translation

Using The Lightbox

<a href="http://example.com/imagename.jpg" rel="prettyPhoto"><img src="http://example.com/imagename.jpg" alt="" /></a>
	
<a href="file=http://www.example.com/video.flv&image=http://www.example.com/image.jpg" rel="prettyPhoto[pp_gal]">Text Link</a>

5. Troubleshooting & FAQs

It says the theme is broken or missing a style sheet?

If after installing the theme it says it is broken or the style sheet is missing see http://wiki.envato.com/buying/support-buying/solving-broken-theme-issues.

Why are my images not displaying on the site?

This theme uses a script called TimThumb to resize and crop images. Here is a list of the most common problems encountered and their solutions:

I cannot view my portfolio pages, instead I get a Page Not Found error?

This is a general WordPress issue. Go to Settings -> Permalinks and resave the page to see if this fixes the issue. If not, adjust or delete your .htaccess file, which should be located where your WordPress files are stored. For more information on this please visit http://codex.wordpress.org/Using_Permalinks.

How do I change/convert my posts to portfolio items?

You can convert posts to portfolio items by using the WordPress plugin Convert Post Types.

My portfolio items are not being indexed by Google.

If this problem is happening with your site I suggest using the WordPress plugin WordPress SEO by Yoast.

Can I display my portfolio items in my RSS feed?

function myfeed_request($qv) {
if (isset($qv['feed']) && !isset($qv['post_type']))
	$qv['post_type'] = array('post', 'portfolio');
return $qv;
}
add_filter('request', 'myfeed_request');

I get a Page Not Found error when I click the page numbers?

You are probably receiving this error message because you are using a custom permalink structure without a forward slash at the end of your permalink. To fix this issue go to your Settings -> Permalinks and in the Custom Structure field add a trailing slash at the end of your permalink e.g. /%category%/%postname%/. You may need to save this page twice for the settings to be correctly changed.

How do I remove the comments section from pages?

Go to Pages -> Pages and edit the desired pages. In the top right corner of the page click the Screen Options button and make sure the Discussion box is checked. Now scroll down the page and locate the discussion panel and uncheck the Allow comments box.

I do not receive emails from the contact form?

The are several reasons why you may not be receiving the emails:

How do I change/convert my posts to portfolio items?

You can convert posts to portfolio items by using the WordPress plugin Convert Post Types.

How do users add avatars (images) to their profiles?

WordPress uses Gravatar to add avatars (user images). Register a free account at Gravatar.com, associate it with the email you're using on your WordPress site and upload your avatar image. Now go back to your site and within a short amount of time your avatar will show up in your comments, profile page etc. If you want people to upload an avatar from your own site instead, use a plugin such as Add Local Avatar.

6. Credits