Help File

Help File: Buddy

GhostPool.com | Created 24-Nov-12 | Last Updated 25-Apr-13

Changelog | Setup Help & Bug Fixes | Tweaks & Customizations

Table of Contents

  1. Installation
  2. BuddyPress/bbPress
  3. Demo Content
  4. Setting Up The Theme
  5. Updating The Theme
  6. FAQs
  7. 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 buddy.zip and NOT another zip file such as buddy-theme.zip.
  2. Make sure the file size of buddy.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 buddy folder to your WordPress themes directory wp-content/themes/ (this is in inside the buddy-theme folder if you downloaded the main files download).

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

3. Demo Content

Before importing the demo content make sure you have installed and activated the theme.

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:

4. Setting Up The Theme

Homepage


An example of this page should already have been created for you upon installing the theme. If this page has not been created or you wish to create your own pages please read below.
[slider timeout="0" margins="0,0,15,0"]

[activity header="Latest Activity" per_page="5" comments="none" order="desc" pagination="true"]

[clear]

[posts image_width="100" image_height="75" meta="false" title_size="14" spacing="spacing-small" per_page="3" excerpt_length="200" header="Latest Posts"]

[clear]

[posts image_width="138" image_height="105" meta="false" title_size="12" image_wrap="false" spacing="spacing-small" per_page="4" cols="4" excerpt_length="0" header="The Features" pagination="false"]

Editing The Homepage

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

Community Stats
To set up the "Community Stats" widget seen on the live preview, do the following:

Shortcodes

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

Sliders

Creating Slides Inserting Slider Shortcode
[slider name="slider" width="900" height="400" cats="" slides="-1" timeout="6" orderby="menu_order" order="asc" arrows="true" buttons="true" shadow="true" margins="" align="alignnone" preload="false"]

Blog Pages


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.

This theme comes with a [posts] shortcode that can be used to display posts in a blog or gallery/portfolio format.

Creating Posts Inserting Posts Shortcode
[posts]

Gallery/Portfolio Pages

This theme comes with a [posts] shortcode that can be used to display posts in a blog or gallery/portfolio format.

Creating Posts Inserting Posts Shortcode
[posts image_width="250" image_height="150" cols="3" per_page="3" excerpt_length="10" pagination="false" meta_author="false" meta_date="false" meta_cats="false" link="image" title_size="18"]

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.

Login 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;
}
.post-meta {
color: #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
jQuery("a[rel^='prettyPhoto']").prettyPhoto({
	theme: 'pp_default',
	deeplinking: false,
	social_tools: ''
});

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 1.4 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 Buddy from your server and then upload buddy.zip via WordPress or buddy 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