How to adjust your Menu Settings for Static 8.0 WordPress Theme

Posted on Posted in Random Tüts

Instructions are here:
http://demo.graphpaperpress.com/wp-content/themes/f8-static/instructions.html

Installation
1. Unzip the folder contained in the archive to your computer
2. Upload the folder and its contents to the themes directory of your blog, located in “wp-content/themes” where WordPress is installed.
3. Click on Appearance – Themes menu from the WP admin panel, then select the theme to activate.
4. Click on View Site at the top of the page. Bam. Hot site!

Initial setup

F8 Static is a 950px wide, one column theme. We need to set up your default image and thumbnail sizes to allow for easy posting and consistent design structure. Click Settings – Media and set your thumbnail size to 310px wide by 150px tall. Set your medium size images to 590px wide. Do not set a height. Set your large size images to 950px wide. Do not set a height. Post thumbnails are generated automatically by the functions contained in this theme. This theme uses the new Post Thumbnail feature available in WordPress 2.9. Read more about this new feature here. If you need additional instructions on uploading photos, inserting photo galleries and using the WordPress interface, please view this screencast.

Thumbnails

By default, thumbnails are auto cropped by WordPress. You can change these crops in WordPress 2.9. This is the order in which the theme attempts to grab an image to use as a post thumbnail:
1. Looks for an image by custom field called “thumbnail”.
2. If no image is added by custom field, it checks for a post image (WordPresss 2.9+ feature).
3. If no image is found, it grabs the latest image attached to your post using the Add Media icon.
4. If no image is attached, it can extract an image from your post content (off by default).
5. If no image is found at this point, it will defer to a default image.

Homepage slideshow

You have four options for the homepage slideshow area:

1. Single Header Image – If you select this option, you can upload your header image on the Appearance -> Header tab. If you enable this option, single posts and pages will display the Featured Image, if one is selected for the specific post. Otherwise, it will default to the header image uploaded on the Appearance -> Header tab.
2. Minimalist Slideshow – Cycles through images attached to each of your most recent posts. You can optionally select a category to limit the post images displayed.
3. Overlay Text On Slideshow – Cycles through images attached to each of your most recent posts with the post excerpt laid over the image. You can optionally select a category to limit the post images displayed.
4. None – No slideshow or single static image is displayed in the header.

The slideshow on the homepage queries the last 5 posts with images and displays them in a slideshow. You can increase or decrease this number by editing line 9 and 20 of slideshow.php.

Navigation Menu

You can control the links that show up in your navigation menu by configuring your menu at Appearance -> Menus. Watch a video tutorial on this WordPress feature.

Background Image & Colors

You can control the image or background color of this theme by visiting the Appearance -> Background tab.

Widgets

There are a total of three widgetized areas on this theme, depending on which options you activate on the Theme Options panel. Three widgetized areas appear on the bottom and there is one sidebar widget. You can add and delete widgets by clicking Appearance -> Widgets, from within your WordPress admin panel.

Common problems

This theme uses jQuery javascript to do lots of fancy stuff. If your theme looks broken, than you likely have a plugin that uses a conflicting javascript library. Deactivate your plugins, one-by-one, to determine which plugin is conflicting with jQuery.

Still having trouble? Consider becoming a member of Graph Paper Press so you can get access to our private, well-groomed support forum, tutorials, and additional themes.

Recommended plugins

* Photo Galleria: One of the best slideshow plugins available.
* WP Super Cache: This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.

Credits
* Thad Allender is the principal designer/developer.