Installation & Help File - Magnifizine (WP)
GhostPool Designs | Created 17-Jan-10 | Help File 06-Apr-10
Change Log
Version 2.0 - 06-Apr-10
- Added alternative light theme skin
- Improved portfolio slider
- Redesigned Theme Options panel
- New and improved help file
- Added redirect template
- Ability to edit theme colours from Theme Options
- Ability to have different thumbnail from large
thumbnail and slider image
- Ability to add pages to main and mini slider
- Ability to switch to No Tabs interface on homepage
- Ability to add custom Alternative Category header image
- Slider autostart option now only autoplays first in video if in first slide
- Cleaned up CSS and HTML code
- Dropped support for WordPress 2.8 and IE 6
Version 1.3.1 - 04-Mar-10
- Fixed video display bug in IE
- Fixed post template bug
Version 1.3.0 - 01-Mar-10
- Slider automatically pauses when video plays and resumes when finished
- Latest JW Player supported
- Images automatically cropped across whole site
- Full Width post template
- Support for pages/post content being split across multiple pages
- Option to link images in slider to their posts
- Transition slider removed due to incompatibilities
- FLV Embed Plugin no longer required
- No longer required to add Two Columns post IDs to Magnifizine Options page
- Fixed slider/video bug in FireFox 3.0 and below
- Fixed tag.php bug
Version 1.2.1 - 04-Feb-10
- Videos in slider now display correctly in Windows browsers
- Transition slider now loads first slide always
- Fixed menu.js conflict with WordPress
Version 1.2.0 - 31-Jan-10
- New medium size slider option (980px x 350px)
- Fixed incompatibilities with WordPress 2.8
- Improved "Sweep Across" slider - smoother handling of videos
- Added option to enter slider video URL from post page for WordPress 2.8 users
- Custom slider and thumbnail images now used in portfolio if present
- Back To Top button now displays if no footer content present
- New version of lightbox included
Version 1.1.2 - 25-Jan-10
- Moved slider controls (pause and resume) above slider due to problems clicking them on Windows operating system when using videos
Version 1.1.1 - 24-Jan-10
- Added buffer length and control bar option to videos controllable from Theme Options
- Alternative category template posts now includes pagination
- Control number of posts on homepage tabs from Theme Options
- Logo text displays correctly if no slogan included
Version 1.1.0 - 19-Jan-10
- Switched from Flash Video Player to FLV Embed plugin so slider can play both flash (.flv) and YouTube videos without any issues (you will need to switch plugins as well, instructions in help file).
- prettyPhoto Close/Prev/Next images now display
- Play/Resume button moved to more accessible place
- Fixed a number of slider bugs
- Fixed a number of portfolio slider bugs
Version 1.0 - 17-Jan-10
Table of Contents
- Installation
- HTML Structure
- CSS Files and Structure
- Javascript
- PSDs
- Using The Main Slider
- Adding Videos
- Creating A Portfolio
- Creating A Blog
- Redirect Template
- Other Page/Post Templates
- Alternative Category Template
- Splitting Posts/Page
- Using The Lightbox
- Changing The Font
- Theme Options
- Additional Plugins
- Sources and Credits
Installation
- You should have already unzipped the file you downloaded.
- Now you can either upload the "magnifizine" folder to your /themes directory via an FTP program OR zip/compress the contents within the folder called "magnifizine" and go to your WordPress Admin Panel, select Appearance > Add New Themes > Upload and select the folder you just zipped.
- Next go to Appearance > Themes and activate the theme called "Magnifizine".
- Next download the video player needed to play videos in the slider by clicking here. Unzip the folder and upload it to your "magnifizine/includes" directory.
Make sure the the folder you upload is named "mediaplayer" and not "mediaplayer-viral" and that the file within the folder is named "player.swf" and not "player-viral.swf".
- Go to Appearance > Magnifizine Options to edit the theme.
- If you have images uploaded to your posts prior to installing this theme you will want to recrop all images. Simply go to Plugins > Add New and search for "Regenerate Thumbnails". Install and activate the plugin called "Regenerate Thumbnails" and then run the plugin from Tools > Regen. Thumbnails.
HTML Structure
This theme is a fixed layout with two columns. All of the information within the main content area (column #1) is nested within a div with an id of "main-content". The sidebar's (column #2) content is nested within a div with an id of "sidebar".
If you want to edit a particular section of the site you should first identify the HTML and CSS tags that are controlling it. For FireFox users the easiest way of doing this is by downloading Firebug, which allows you to right click on any part of the web page to show you the HTML and CSS controlling it. Google Chrome has a similar application built into their browser.
CSS Files and Structure
There are several style sheets with this theme, but style.css is the main style sheet. You can either customize the CSS styling code without editing style.css by going to Appearance > Magnifizine Options > Style Settings or opening style.css in a text editor. The file is separated into sections so it is easy to locate the tag you want to change.
/* Page Body */
css code
/* Navigation */
css code
/* Logo */
css code
/* Search */
css code
Javascript
This theme uses eight javascript files located in the "js" folder:
- jquery.flow.1.2.js: Main "Sweep Across" slider
- jquery.cycle.min.js: Portfolio slider
- s3Slider.js: Mini transitional slider
- jquery.prettyPhoto.js: Lightbox functionality
- DD_belatedPNG_0.0.8a-min.js: PNG transparency support for IE6
- jquery.smoothDivScroll-0.9-min.js: Scroll horizontally within div tags
- jquery.tabs.js: Tabbed interface
- menu.js: Dropdown menu functionality
PSDs
All of the layered images used in this template come in PSD form. This means they can be opened in a program such as Adobe Photoshop and edited layer by layer.
Using The Main Slider
- Create or edit an existing post and click on the "Add An Image" button to upload your image(s).

- Now click the "From Computer" tab and upload your image(s).
- Once the image(s) have been upload choose which one you want to display in the slider by clicking the "Use as thumbnail" link.

- Now close the "Add an Image" window and check the "Main Slider" box in the "Additional Options" panel below the post text.
Note: The images in the slider are the following sizes: Large Slider - 980px x 525px; Medium Slider - 980px x 350px; Small Slider - 780 x 418px.
When uploading images make sure you have a directory called "uploads" in /wp-content and that it has file permissions of 755 (CHMOD). Go to your WP Admin Panel and find Settings > Miscellaneous and make sure the first text box is referring to your uploads folder, it probably should be set to "wp-content/uploads".
Adding Videos
Note: The main slider only supports Flash (.flv) and YouTube videos; the lightbox supports Flash, (.flv), YouTube, Vimeo and Quicktime videos.
- When adding an image to a post, add the video URL to the "Description" box in the image upload window, using one of the following formats:
YouTube: http://www.youtube.com/watch?v=5PSNL1qE6VY
Flash (flv): http://www.example.com/videos/videofile.flv
Vimeo: http://vimeo.com/8245346
QuickTime: http://movies.apple.com/movies/wb/terminatorsalvation/terminatorsalvation-tlr3_h.480.mov?width=780&height=418
- Give this image an order number of "1" if you're displaying it as the main image in the slider/portfolio.

- The video will then load in the main slider and portfolio when the image is clicked.
Creating A Portfolio
- Go to Pages > Add New, give your page a title (e.g. Portfolio) and from the drop down menu on the right-hand side select the Portfolio template.
- Next enter your category IDs in the "Portfolio Categories" text box, leave blank to display all categories (the ID can be found by going to Posts > Categories, hovering your mouse over the relevant category link and getting the ID from the URL indicator at the bottom of the browser window).
- To create portfolio subcategories, create a new page, assign it to the "Portfolio" template and then enter your category IDs in the "Portfolio Categories" text box.
- Set the parent page to the portfolio page of your choice from the "Parent" drop down menu on the right-hand side.
- In order to display images in the portfolio you need to create or edit an existing post and click the "Add An Image" button to upload your image(s).

- Once the image(s) have been upload choose which one you want to display in the slider by clicking the "Use as thumbnail" link.

- Give the main image in each your portfolio entries an order number of "1".

Creating A Blog
- Go to Pages > Add New, give the page a title and then select the "Blog" page template from the drop down menu on the right-hand side of the page.
- Enter your blog category IDs in the "Blog Categories" text box in the "Additional Options" panel, leave blank to display all categories (the ID can be found by going to Posts > Categories, hovering your mouse over the relevant category link and getting the ID from the URL indicator at the bottom of the browser window).
Redirect Template
- The redirect template allows you to direct pages to external websites.
- Go to Pages > Add New, give the page a title and then enter the website URL in the main post textbox e.g. http://google.com
- Select the "Redirect" template from the right-hand side.
- Finally publish your post.
- Now when you click the link to this page in the navigation or sliders it will open up http://www.google.com.
Other Page/Post Templates
- Post Templates: You can select the Default, Full Width or Two Columns post templates from the Additional Options panel.
- Page Templates: You can select the Default, Full Width, Two Columns, Contact, Blog, Redirect or Portfolio page templates from the right-hand side.
Alternative Category Template
To create a category with the alternative category template go Appearance > Magnifizine Options > Category Settings and enter the IDs of the categories you want to display the alternative category template.
Splitting Posts/Page
To split the page or post content across multiple pages add
within your text where you want it to be split.

Using The Lightbox
- To use the image or video pop up effect add
rel="prettyPhoto" to your links as follows:
- If you want to display the Next and Previous arrows in the lightbox add
rel="prettyPhoto[groupname]" instead:
- Now any image link with the same group name will be added to the same lightbox group.
Changing The Font
- You can change the header text font (BonvenoCF-Light) by downloading your own font files.
- Your fonts are probably either in TTF or OTF format. You also need to convert the font files in .EOT format so they display in Internet Explorer. Go to the @Font-Face Generator to convert your font files.
- Now upload all of your font files to "magnifizine/images/fonts".
- Next open style.css and find:
@font-face {
font-family: 'BonvenoCF-Light';
src: url('images/fonts/BonvenoCF-Light.otf') format('opentype');
}
- Change
BonvenoCF-Light to your own font name.
- Next change the file name and switch .otf to .ttf and opentype to truetype if necessary.
- Now go through style.css and replace all instances of
BonvenoCF-Light with your new font name, for example here you would replace BonvenoCF-Light with your own font name:
h1, h2, h3, h4, h5, h6 {
font-family: 'BonvenoCF-Light', Arial;
font-weight: normal;
margin: 0;
padding: 0 0 10px 0;
text-transform: uppercase;
}
- Now open style-ie.css and do the same.
Theme Options
You can access a number of options to personalize your theme from within your WordPress Admin Panel by selecting Magnifizine Options from the Appearance tab. All the option fields are clearly labelled, so everything should be self explanatory.
Additional Plugins
This theme has been designed to work with the following plugins out of the box. Go to Plugins > Add New, search for the relevant plugins and activate. The plugins will be styled and functional right away:
- WP-PageNavi
Converts the Next and Previous page links to numbers.
- Subscribe to Comments
Allow users to subscribe to comments and receive an email when a new comment from a specific topic is posted.
Sources and Credit
I'd liked to give credit to the following sites for the use of their scripts and/or images:
- jflow 1.2
- jQuery Cycle Plugin
- s3Slider
- Smooth Div Scroll
- JW Player 5
- jQuery Tabs
- Two Columns script
- jQuery Image Hover Effect
- Font "BonvenoCF-Light"