Help File

Help File: Score

GhostPool.com | Created 24-Oct-11 | Last Updated 25-Apr-13

Changelog | Setup Help & Bug Fixes | Tweaks & Customizations

Table of Contents

  1. Installation
  2. GD Star Rating Plugin
  3. BuddyPress/bbPress
  4. Demo Content
  5. Setting Up The Theme
  6. Updating The Theme
  7. FAQs
  8. Credits

1. Installation

Before installing the theme make sure you have installed WordPress 3.5 or higher. You can download WordPress for free from WordPress.org. Now follow the steps in the image below:

If you have trouble uploading the theme via WordPress please read the following:
  1. Make sure you are uploading reviewit.zip and NOT another zip file such as reviewit-theme.zip.
  2. Make sure the file size of reviewit.zip does not exceed your upload limit - if it does please click here.
  3. If the above does not work you will need to upload the theme using a FTP client such as FileZilla. To set up your FTP client to connect to your website see: http://codex.wordpress.org/Using_FileZilla. Upload the reviewit folder to your WordPress themes directory wp-content/themes/ (this is in inside the reviewit-theme folder if you downloaded the main files download).

2. GD Star Rating Plugin

3. BuddyPress/bbPress

Installing BuddyPress

Installing bbPress

Although this theme was designed to work with BuddyPress and bbPress out of the box, I did not create either of these plugins and have no advanced knowledge about them. Unfortunately due to the huge amount of support questions I have to answer each day regarding my own themes I cannot really spend time answering questions about external plugins unless there is a conflict with the theme in some way (in which case I will offer a bug fix). You should direct any general BuddyPress or bbPress related questions to BuddyPress Support or bbPress Support.

4. Demo Content

Before importing the demo content make sure you have installed and activated the theme, BuddyPress and bbPress plugin.

Two demo files come with the theme. The demo.xml file imports example posts, pages, comments, custom fields, categories, tags and the widget_data.json file imports widgets. The demo content can help you in learning how the theme works. To add this content follow the steps below:

5. Setting Up The Theme

Homepage


An example of this page should already have been created for you upon installing the theme. If it has not or you wish to create your own pages please read below.

Navigation


An example navigation should already have been created for you upon installing the theme. If it has not or you wish to create your own navigation please read below.

Background

Sidebars/Widgets

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

Blog Page Template


An example of this page should already have been created for you upon installing the theme. If it has not or you wish to create your own pages please read below.

Login/Register Page Templates

Reviews

Article

Video

Image Gallery

Single Post/Page Tab

External Link

Related Items

Slider

Contact Page


An example of this page should already have been created for you upon installing the theme. If it has not or you wish to create your own pages please read below.

Customizing Theme Design

You will probably want to customize 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.

Developer Tools

An excellent way of styling your theme is to use the developer tools that come with most modern browsers. The developers tools allow you to see what HTML elements need to be styled and allows you to edit the styling of the theme within the browser window. These changes are not permanent and nobody else sees them, it's just a great way of adjusting the look of your site quickly. Here are some links to the developer tools for each of the major browsers:

Editing the Style

Once you know what HTML elements you need to style and how, you can either edit the stylesheets directly (style.css etc.) or override the default styling by adding your CSS code to the Custom CSS box as explained below:

a {
color: #ff0000;
}

a:hover: {
color: #000000;
}
#slider-wrapper {
background: #ff0000;
}

Translation


Translating The Theme Updating Your Translation Files

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
function gp_lightbox() {

	jQuery("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'pp_default',
		deeplinking: false,
		social_tools: ''
	});

}

gp_lightbox();

5. Updating The Theme

Checking for theme updates

From time to time free theme updates will be released which will include bug fixes and feature updates. To be notified of updates via email login to your ThemeForest account, go to Downloads, find the theme and check the Get notified by email if this item is updated box.

Updating the theme


If you have made NO changes to the theme files

If you using a version earlier than 2.5 you cannot use Envato Toolkit to update the theme. Instead you will need to download the theme from your ThemeForest Downloads page. Now remove or rename the current version of Score from your server and then upload score.zip via WordPress or score folder via an FTP client.
If you HAVE made changes to the theme files

6. FAQs

You can view all the FAQs for this theme by clicking here.

7. Credits