Fullscreen Instructions
Theme Instructions
About
Fullscreen is a one-column photography and multimedia theme that can be used for portfolios, photoblogs, videoblogs, and virtually anything else where you want your content to be front and center. It provides visual artists a unique way of presenting their latest work online using a minimalist side-scrolling homepage.
Installation
- Download the zip file from your members dashboard. This will always be the most current version of the theme.
- Log in to your WordPress dashboard. This can be found at yourdomain.com/wp-admin
- Go to Appearance > Themes and click on the _Install Themes_ tab
- Click on the _Upload_ link
- Upload the zip file that you downloaded from your members dashboard and click _Install Now_
- Click _Activate_ to use the theme you just installed.
For more details about installing your themes, please view Installing Your Theme
Demo content
Optional: You can download a demo content file here that you can import in Tools > Import.
Media Settings
You will want to change your media settings to ensure that your images are cropped to the correct sizes. You can do this in Settings > Media.
On this page, change your media settings to:
- Thumbnail size
- Width: 200
- Height: 200
- [checked] Crop thumbnails to exact dimensions (normally thumbnails are proportional)
- Medium size
- Max Width: 590
- Max Height: 0
- Large size
- Max Width: 950
- 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: 590
- 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, assign your menus, add fonts, add a background image, 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.
_Please note: Setting a static home page will remove the default homepage layout built into the theme. You must keep this set to_ Display Latest Posts _to display the homepage options._
Theme Options
Go to Appearance > Theme Options to select the category that will be featured on the home page and set how many thumbnails will appear in the top row. The number of thumbnails on the bottom row will adjust to match the width of the top row. You can also upload a logo and favicon, select your fonts, 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; }
.
Add a Blog 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 or the Blog with Sidebar 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
- Click the Add Media button to launch the Media Uploader tool.
- Click the Create Gallery option.
- 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.
- 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.
- Once each of your images has been uploaded, you will have the option to add a title, caption, alternative text and description.
- 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.
- Then, click the Create a New Gallery button.
- 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:
- Go to Appearance > Menus.
- Create a new menu item by clicking the + tab.
- 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.
- Once you have set your menu as you want it, click the Save Menu button.
- Then, assign that menu to your desired theme location to ensure your menu appears where you want it and click Save.
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 320 px wide.
Page Templates
This theme provides four page templates: Default, Page with Sidebar, Blog, and Blog with Sidebar.
- The Default page template is the standard page layout, which spans the full-width of the site.
- The Page with Sidebar page template adds the sidebar to your page.
- The Blog page template will display all of your posts on the page. The page spans the full-width of the site. 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'.
- The Blog with Sidebar page template works the same as the Blog page template, but it also adds a Sidebar.
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:
- From your WordPress dashboard, add a new post or page (or edit an existing post or page).
- Paste in your video�s URL, for example https://vimeo.com/31985752.
- 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:
- Compress your video file into one of the recommended mobile-friendly video formats.
- 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.
- Copy and paste the file's URL into a custom field called iphone.
- 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 Fullscreen.
* 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 fullscreen
, with no extra spaces, characters, or uppercase letters. Also ensure that there is not a second folder called fullscreen
inside the first.
* Fullscreen 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
Fullscreen 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 Uno into another language.