Help File

Help File: Slide

GhostPool.com | Created 08-Jan-10 | Last Updated 19-Feb-12

Need help? First check this help file, then visit the support forum.

Keep up to date with the latest theme updates and news from GhostPool.com by following me on Twitter @ghostpool.

If you like my work take a look at my other themes in my portfolio.

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 Slide theme from your ThemeForest downloads page and then unzip the download. Once the download has been unzipped you should see a folder called slide-theme.

Uploading The Theme

Before uploading the theme make sure you have installed WordPress 3.1 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 Slide 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

[accordion_slider name="accordion" cats="" width="1200" height="550" slides="7" sticky="true"]

Sliders

Creating Slides Inserting Slider Shortcodes Fade Slider
[fade_slider name="fadeslider" cats="" slides="-1" effect="fade" width="1200" height="500" align="alignnone" nav="1" arrows="true" timeout="6" /]
Accordion Slider
[accordion_slider name="accordionslider" type="horizontal" cats="" slides="6" width="1200" height="550" max_slide="" align="none" sticky="false" sticky_number="0" expand_on="mouseover" preload="true" /]

Portfolios

You can create portfolio posts just like posts and then you can create a new page, add something called a shortcode inside the main writing text, which will display your portfolio posts. The shortcode options can be adjusted to change a variety of portfolio options.

Creating Portfolio Posts

Inserting Portfolio Shortcodes
[portfolio name="" type="three-col" cats="" col_height="" image_width="" image=_height="" per_page="9" orderby="date" order="desc" excerpt_length="50" title="true" pagination="true" preload="false" /]

Blog Pages

[blog images="true" cats="" image_width="528" image_height="213" per_page="9" orderby="date" order="desc" offset="0" excerpt_length="50" meta="true" full_content="false" title="true" divider="line" pagination="true" preload="false" wrap="false" cols="2" /]

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 and pages to add certain content easily such as videos and dividers.

Customising The Background

Contact Page

Sidebars/Widgets

Customising Theme Design

You will probably want to customise the design of the theme. This may involve editing the HTML in the php files (theme structure) and the CSS in the style sheets (theme design). If you are not familiar with HTML and/or CSS you will want to hire a developer to modify the theme for you. You can contact one of these developers from here. If they are unavailable you will have to look elsewhere such as FreelanceSwitch.
a {
color: #ff0000;
}

a:hover: {
color: #000000;
}
#tagline {
background: #ff0000;
}

Translation

Using The Lightbox


Gallery Shortcode
[gallery itemtag="div" link="file" columns="3"]

Manual Use
<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>
Disabling The Lightbox Script
jQuery("a[rel^='prettyPhoto']").prettyPhoto({
	theme: 'light_square',
	deeplinking: false,
	social_tools: ''
});

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.

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 -> All 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 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.

How do I install a new cufon font?

if($theme_vegur == "0") wp_enqueue_script('vegur', get_template_directory_uri().'/lib/scripts/fonts/Vegur_400-Vegur_700-Vegur_300.font.js', array('cufon'));
wp_enqueue_script('fontname', get_template_directory_uri().'/lib/scripts/fonts/filename.js', array('cufon'));

The cufon font does support characters from my language?

You will need to create your own cufon font file so it supports your characters. Go to http://cufon.shoqolate.com/generate and upload the desired font from the slide-theme/help/lib/files folder. Check the The EULAs of these fonts allow Web Embedding box. Now select the glyphs you want to include (choose the glyphs that support your characters). Now check the I acknowledge and accept these terms box and click Let's do this! to generate your cufon font file. Now upload your cufon file to slide-theme/slide/lib/scripts/fonts overwriting the old cufon file. If your cufon file does not overwrite the old file (it may be a new font) please see the question above.

How do I change the size of the videos in the lightbox?

You need to add the desired width and height to the video URL. For example for a YouTube video with the URL http://youtu.be/oeuHxC1cF0o you would add the following to the end of the URL &width=500&height=250 to give http://youtu.be/oeuHxC1cF0o&width=500&height=250. This will give you a video with a width of 500px and a height of 250px.

How do I insert advertisements within my posts/pages?

You can use a variety of ad plugins to insert advertisements within your posts/page. The plugin Wp-Insert has been tested with this theme. To insert advertisements in the header and footer go to Theme Options -> General Settings and add your content in the Tagline and Footer Content text boxes.

6. Credits