Help & Documentation

Getting Started with BizzThemes

Inuit Types Docs

Inuit Types Documentation

Installation Guide

Theme Upload and Activation via WordPress backend [video]


back to top

Theme Updating

To update your theme framework go through following steps:

  1. Backup your old theme files and database.
  2. Replace all files in lib_frame folder with new ones.
  3. That’s it!

To update your overall theme go through following steps:

  1. Backup your old theme files and database.
  2. Replace all files, leave Custom folder in root theme directory intact.
  3. That’s it!

back to top

Theme Hooks System

You are basically allowed to add your own code wherever you like, without actually modifying theme core files.

Adding my own code and not modifying theme core files?

Yes, you may add your own code without touching theme core files. This is really great if you want to add your own code to theme and still remain its structure for future updates, which usually come at least once a month.

How?

  1. Go to Custom editor under your theme options tab.
  2. Explore custom/custom_functions.php file, where you may remove existing or add your own actions. List of all theme actions may be found under lib_theme/theme_hooks.php and lib_frame/frame_hooks.php files.
  3. To impose custom CSS styles, please use custom.css. We recommend using theme design control administration panel for that purpose.
  4. That’s it!

back to top

Making your site as demo

Instead of starting from scratch, you may replicate theme demo in seconds. Just upload themename-demo.xml file, located in theme root directory via WordPress Tools->Import->WordPress and you’re done.

back to top

Theme Structure

  • custom folder
    • cache
    • temp
    • images
    • lang
  • lib_frame
    • images
    • css
    • js
    • jscolor
    • jwysiwyg
  • lib_theme
    • images
    • css
    • js
  • functions.php
  • header.php
  • index.php
  • single.php
  • archive.php
  • author.php
  • page.php
  • search.php
  • sidebar.php
  • template-blog.php
  • template-sitemap.php
  • template-no-sidebar.php
  • licence_agreement.txt
  • style.css
  • themename-demo.xml

Files you may edit and still obtain structure for further theme updates are marked with bold text format.

back to top

Options Panel

Display Settings [video]

This is very neat feature which allows you to have full control over site display at the front-end. You have option to drag/drop page modules in order you specify and option to show only those modules that are most relevant to you.

back to top

FAQs Settings

To use FAQs you need to run WP 3.0 beta or newer. Administration is the same as for regular posts so you’ll be familliar with it from the start.

Important things to follow:

  1. To display FAQs, create a new page and choose FAQs Template as your Template of choice.
  2. If you like, you may display your FAQ categories in hierarchical order, administration is the same as for post categories.

back to top

Content Boxes

Content boxes are actual posts you have published so they are displayed in chronological order. If you have featured posts panel enabled, content boxes won’t include posts already used in featured posts panel.

Important things to follow:

  1. Upload images for every post you publish.
  2. Posts are displayed in two columns by default, however you may display them in one if you like.

back to top

Navigation Settings

To usenavigation menus you need to run WP 3.0 beta or newer. Administration is available under Appearance->Menus.

Important things to follow:

  1. When you create a new page it will not be included in navigation menu from default. You need to add it to the menu afterwards.
  2. After you have created new menu, you also need to include it in theme options panel under Navigation Settings.

back to top

Images & Thumbnails

Image & Thumbnails script is pretty advanced, yet very simple to use. What is important here is to Setup Image script correctly by checking all options you would like use when resizing thumbnails. These options don’t apply to Slider images and Front Page icons which have default sizes & alignments already built-in.

back to top

Complete SEO Options

BizzThemes is the framework of choice for serious Internet professionals, and efficiency is just one of the many reasons why they consider it indispensable. SEO was our priority upon development of our themes so most SEO options are already built-in. However, you have more options you may consider in theme options panel – we recommend you to use default ones as they will make the most use of your site.

back to top

Translations

If you are familiar with WordPress and the many plugins and themes available for it, you’ve probably come across some strangely named files like .mo, .po, and .pot. This file explains how to take a .po file that is included with this theme and translate it into your native language.

## SUMMARIZED INSTRUCTIONS

  1. Download a gettext file editor like poedit and install it.
  2. Open the English .po file that came with this theme (custom/lang/en_EN.po).
  3. Now go through it and translate all the text one line at a time in the bottom box.
  4. hen ‘File’ => ‘Save as’ to ‘custom/lang/’ folder, where .po file is located. This will output a .po and .mo file.
  5. 5. Open wp-config.php, located in WordPress root directory and search for this line of code: define (‘WPLANG’, ”); Add your own country code, Brasil as an example: define (‘WPLANG’, ‘pt_BR’);
  6. Add the same country code to .mo file you’ve saved in ‘custom/lang/’ folder. Example for Brasil: pt_BR.mo
  7. 6. You’re done!

back to top

Total Branding Control

You have option to edit all theme branding areas, in front-end as well as in back-end. For instance you may change our credits in theme footer area, add you own logo or remove it altogether. In back-end you may remove all our credits and put your own links instead of ours. But wait, there’s more. You may also rename the theme if you like, which is great if you’re designing a site for your clients and want to put custom theme name on top of your work.

back to top

Design Control [video]

Custom Widgets

Flickr Photostream

Make sure you set up correct Flickr ID . This widget can be used multiple times, if used multiple times, it will not work properly.

back to top

Recent Blog Posts from Category

Widget pulls out recent blog posts from specific category. Great way to highlight posts from important category. This widget can be used multiple times.

back to top

Custom Search Form

There are no options for this widget as it uses default WordPress search form. In order to change ‘search’ text go to theme options panel->Translations. This widget must be used only once.

back to top

Ad Banners

Include full URL path to image files, including http:// (example: http://mypage.com/images/125x125ad.png). Images are not resized so make sure you upload images with correct dimensions. This widget can be used multiple times.

back to top

Popular Posts

Widget pulls out popular posts, based on average comment count – post with most comments will be marked as most popular. Widget also gives more relevancy to recent posts so older ones . This widget can be used multiple times..

back to top

WYSIWYG textarea

This widget allows you to edit your textarea with rich textarea editor. Instead of adding HTML tags, you’re allowed to edit your content visually, with content editor usually used in email administrations etc..

back to top

Custom Templates

back to top

Blog template [video]


back to top

Sitemap template

The same principles as in creation of blog page, instead of Blog Template we choose Sitemap template.

back to top

FAQs template

The same principles as in creation of blog page, instead of Blog Template we choose No Sidebar template.

back to top

Portfolio template

The same principles as in creation of blog page, instead of Blog Template we choose No Sidebar template. Set it up in theme options panel General Settings->Portfolio Template

back to top

Custom Add-ons

Breadcrumbs

Breadcrumbs navigation shows your site structure in hierarchical manner so it’s a neat way of navigation for your users as they always know where they are located.

back to top

Change-log

Theme Changelog Document

back to top


Add your comment