Base Instructions

About

Base is a minimally-styled, feature-rich, theme framework built specifically to power child themes. It includes an application framework, a theme options framework and a robust set of options for customizing your site.

Recommended Plugin Configuration

There are a number number of plugins specificially for the Base theme and its child themes:

  • GPP Slideshow Plugin. This plugin changes your galleries to a slideshow format.
  • GPP Testimonials Widget. This plugin allows you to add testimonials to your widgets areas.
  • GPP About You Widget. This plugin adds a widget that allows you to create an about you section to display on your site.
  • GPP Base Hook Widgets. This plugin adds 12 new widget areas to the Base WordPress theme framework using its action hooks.
  • GPP Welcome Message Widget. This plugin adds a widget for easily creating prominent welcome messages.
  • GPP Shortcodes Plugin. This plugin allows you to use a selection of shortcodes to add new styles to your site, such as columns, buttons and boxes. Click here for the shortcode instructions.

Media Settings

This theme sets the media sizes automatically. You can review these sizes in Settings > Media. The default sizes for this theme are:

  • Thumbnail size
    • Width: 200
    • Height: 150
    • [checked] Crop thumbnails to exact dimensions (normally thumbnails are proportional)
  • Medium size
    • Max Width: 620
    • Max Height: 0
  • Large size
    • Max Width: 940
    • Max Height: 0
  • Embeds
    • [checked] When possible, embed the media content from a URL directly onto the page. For example: links to Flickr and YouTube.
    • Maximum embed size
      • Width: 620
      • Height: 0

_Please Note: If you are switching from another theme, you will want to install and run the Regenerate Thumbnails WordPress plugin to resize your existing images._

Theme Customizer

With the Theme Customizer, you can set your title and tagline, set a background image, set a header image, assign your menus, and choose a static home page. You can preview your changes by clicking the Customize link below your active theme on your Appearance > Themes page.

Theme Options

Go to Appearance > Theme Options to set up your theme, upload a logo and favicon, choose your fonts, set a color scheme, set a blog category, and add custom CSS. Styles added here will not be deleted when you update your theme.

CSS creates the style of your site. For example, to hide the description of your site, simply paste this code into the custom CSS box:

#site-description { display: none; }.

Homepage Options

You can choose to display another static page on your homepage. After you have created this page, you can set this in either Settings > Reading or the Theme Customizer by assigning a static front page.

Add a Slideshow to your Homepage

  • Go to Gallery > Add New to add a gallery. Upload your photos and save the Gallery page.
  • Go to Appearance > Widgets. Drag the GPP Slideshow Widget into the Homepage widget area.
  • Select the gallery you want to display from the dropdown list and click Save.

Enable the Sidebar

To add a sidebar to your posts and pages, add content to the Sidebar widget area in Appearance > Widgets.

Add a Blog Page

If you use a static front page, you may also want to create a Blog page to display all of your blog posts on your site. To do this, you can create a page called Blog and assign it to the Blog page template. All of your posts will appear on this page.

_Please Note: Do_ not _set this page as the page to display your blog posts in Settings > Reading or in the Theme Customizer as this will break the page template's code and your posts will not appear._

Inserting a Gallery into a Post or Page

  1. Select the Gallery post format.
  2. Click the Add Media button to launch the Media Uploader tool.
  3. Click the Create Gallery option.
  4. You can choose to upload images from your computer or you can use images that already exist in your Media Library. You cannot use an image from a URL on the web in your gallery.
  5. If you are uploading images, click the Select Files button and navigate to each of your images on your computer. Click the Open button to open each image.
  6. Once each of your images has been uploaded, you will have the option to add a title, caption, alternative text and description.
  7. After you have added all of the images you wish to display in the gallery, switch to your media library tab and select those images.
  8. Then, click the Create a New Gallery button.
  9. Set a featured image for your Gallery.

Widgets

This theme supports widgetized areas. For more detail about adding widgets to your site, please read Adding Widgets.

Menus

Our themes use WordPress’s custom menus option. These can be created in Appearance > Menus. To add a new menu to your site:

  1. Go to Appearance > Menus.
  2. Create a new menu item by clicking the + tab.
  3. Select the pages you want to display in your menu and click the Add to Menu button. If you do not see the type of page (category, tag, portfolio, gallery, etc) you want to display, click the Screen Options link at the top of the page and make sure the page type is checked.
  4. Once you have set your menu as you want it, click the Save Menu button.
  5. Then, assign that menu to your desired theme location to ensure your menu appears where you want it and click Save.

Add a Custom Menu

Always Set Featured Images

This theme relies heavily on Featured Images. If your post is missing a Featured Image, the post may not appear on the homepage or on archive pages.

To choose the image you want to set as a featured image for this post and click the _Set as Featured Image_ button. For best results use images that are at least 665 px wide.

Add a Featured Image

Page Templates

This theme provides four page templates: Default, Blog, Archive, and Wide Page.

  1. The Default page template is the standard page layout, and will display the Sidebar if you have it activated in your widgets area.
  2. The Blog page template will display all of your blog posts on this page. You can determine how many posts will appear on each page before the 'Older Entries' link in Settings > Reading, by setting a value for 'Blog Pages Display at Most'.
  3. The Archve page template displays a sortable list of all of the posts on your site.
  4. The Wide page template removes the Sidebar, even if it is set in the widgets area, and stretches your content to the full-width of the page.

Embed Multimedia into Posts or Pages

Externally hosted Video

For externally hosted videos (for example a YouTube or Vimeo video), you can directly paste the link of your video page into the content editor. You do not have to paste the embed code. WordPress will automatically embed the video from the link.

You can easily embed videos from a Video hosting service such as Vimeo or YouTube into your posts or pages.

To add a video:

  1. From your WordPress dashboard, add a new post or page (or edit an existing post or page).
  2. Paste in your video’s URL, for example https://vimeo.com/31985752.
  3. Publish or Update your post or page.

_Please note: If your video is not appearing correctly, remove the ‘s’ from the URL, so https becomes http._

Self-hosted Video

If you want to self-host your own videos, you can use the built-in FLV video player. Self-hosting your own videos is more complex, and requires some knowledge of file compression, codecs, using custom fields, CDNs, and video file streaming.

To add a video to a Post or Page, create a custom field called video and add the complete path your video's file in the field's value box. The combination wil appear like this:

video | http://your-domain.com/path/to/your/video/file.flv

To add a thumbnail to your video player, create a custom field called video-thumb and add the complete path to your thumbnail image in the field's value box. The combination will appear like this:

video-thumb | http://your-domain.com/path/to/your/video/thumbnail.jpg

If you wish to add multiple videos, enter one custom field for each video and thumbnail. For example:

  • video | http://your-domain.com/path/to/your/video/file.flv
  • video-thumb | http://your-domain.com/path/to/your/video/thumbnail.jpg
  • video | http://your-domain.com/path/to/your/video/file-2.flv
  • video-thumb | http://your-domain.com/path/to/your/video/thumbnail-2.jpg

We do not recommend streaming large files (videos, photos, audio, etc.) from the same server that hosts your website. We recommend using a file-streaming server or integrating with a third-party provider, such as Amazon Web Services.

To display mobile-friendly video files to users with Flash either disabled or not available, first enable the Mobile Video option on the Theme Options page. Then, follow these instructions:

  1. Compress your video file into one of the recommended mobile-friendly video formats.
  2. Upload the file to your server using your favorite method. Use FTP for large files. Use WordPress's built-in media uploader tool for small files.
  3. Copy and paste the file's URL into a custom field called iphone.
  4. If you haven't done so already, add a video thumbnail. You can do this the same way that you added regular thumbnails, except you will want to add an image large enough to fit the maximum size of the video player. If you have the sidebar enabled, use the 620px wide image. For sites with sidebars disabled, use the 940px wide image. Add the video thumbnail to a custom field called video-thumb.

Installation Troubleshooting

If you've performed a clean install of the theme and are still having issues, check the following recommendations: * Ensure you are using the latest version of Base. * Ensure your file permissions are set correctly. On most servers, the theme files permissions should be set to 644 and folders should be set to 755. * Ensure your theme folder is named base, with no extra spaces, characters, or uppercase letters. Also ensure that there is not a second folder called base inside the first. * Deactivate any other lightbox/slideshow/gallery plugins as these will conflict with the recommended GPP Slideshow plugin. * Base uses jQuery for much of its functionality. If your theme appears broken or unresponsive, you likely have a JavaScript conflict with one of your plugins. Deactivate all of your plugins. If that resolves the issue, reactivate them one at a time until you find the one causing the conflict.

Theme Internationalization

Base is currently only available in English (US). It contains a default.pot file which you can use to translate to any other language you want. See WordPress in Your Language for more information about translating your version of Base into another language.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Albedo Instructions

About Albedo is a responsive one, two or three-column WordPress theme, with post format...

Auditorium Instructions

About Auditorium is a video and gallery theme for WordPress. Showcase your videos or photo...

Awesome Instructions

About Awesome is a single column, responsive, post-format-loving WordPress theme. Settings...