Help File

Help File: The Gossip

GhostPool.com | Created 04-Dec-12 | Last Updated 25-Apr-13

Changelog | Setup Help & Bug Fixes | Tweaks & Customizations

Table of Contents

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

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

3. 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.
Homepage Example 1 code:

[slider content="slide" cats=""]

[clear]

[two]

[featured_posts header="Technology" rss="#" color="#e93952" cats=""]

[/two]

[two_last]

[featured_posts header="Music" rss="#" color="#9521f7" cats=""]

[/two_last]

[clear]

[carousel header="Gaming" rss="#" color="#52C0D4" cats=""]

[clear]

[featured_posts type="horizontal" per_page="5" large_meta_tags="true" small_image_width="78" small_image_height="78" small_meta="false" large_excerpt_length="350" header="Business" rss="#" color="#bdd452" cats=""]
Homepage Example 2 code:

[slider width="1440"]

[clear]

[two]

[featured_posts header="Technology" rss="#" color="#e93952" per_page="1" cats="technology" large_image_width="691"]

[/two]

[two_last]

[featured_posts header="Music" rss="#" color="#9521f7" per_page="1" cats="music" large_image_width="691"]

[/two_last]

[clear]

[featured_posts type="horizontal" header="Business" rss="#" per_page="5" color="#BDD452" large_meta_tags="true" large_image_width="691" large_image_height="350" small_image_width="78" small_image_height="78" large_meta="false" small_meta="false" large_excerpt_length="0" cats="business"]

[clear]

[featured_posts type="horizontal" header="Gaming" rss="#" per_page="5" color="#D45255" large_meta_tags="true" large_image_width="691" large_image_height="350" small_image_width="78" small_image_height="78" large_meta="false" small_meta="false" large_excerpt_length="0" cats="gaming"]
Homepage Example 3 code:

[slider]

[clear]

[posts image_width="400" image_height="300" image_wrap="true" cols="1" excerpt_length="800" header="Latest Posts" rss="#" color="#52C0D4"]

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.

Add navigation link colors Separate dropdown menu into columns (mega menus) Separate dropdown menu into rows (mega menus) Add text to dropdown menu (mega menus)

Background

Sidebars/Widgets

Popular Widget
To set up the "Popular Widget" widget seen on the live preview you should 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="1110" height="400" slides="10" content="slide" cats=""]

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.

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

4. 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.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 The Gossip from your server and then upload thegossip.zip via WordPress or thegossip folder via an FTP client.
If you HAVE made changes to the theme files

5. FAQs

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

6. Credits