Opened 14 months ago
Closed 14 months ago
#7246 closed theme (live)
THEME: Vintage Camera - 2.2.1
| Reported by: | sixhours | Owned by: | chipbennett |
|---|---|---|---|
| Priority: | major | Keywords: | theme-vintage-camera |
| Cc: | calobee@… |
Description
Vintage Camera - 2.2.1
An illustrated microblogging theme for the vintage camera enthusiast in five vintage styles/color schemes. Supports post formats, custom menus, custom header and custom backgrounds.
Theme URL - http://carolinethemes.com/2012/02/05/new-theme-vintage-camera/
Author URL - http://www.carolinemoore.net
SVN - http://themes.svn.wordpress.org/vintage-camera/2.2.1
ZIP - http://wordpress.org/extend/themes/download/vintage-camera.2.2.1.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/vintage-camera/2.1.3&new_path=/vintage-camera/2.2.1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?col=id&col=summary&col=keywords&col=owner&col=status&col=resolution&keywords=~theme-vintage-camera&order=id
Change History (3)
comment:1 Changed 14 months ago by sixhours
comment:2 Changed 14 months ago by chipbennett
- Owner set to chipbennett
- Status changed from new to assigned
comment:3 Changed 14 months ago by chipbennett
- Resolution set to approved
- Status changed from assigned to closed
Note
Scripts can be enqueued with IE conditionals, and don't have to be hard-coded in the document head. Here is the method:
// Register stylesheet wp_register_style( 'vintage-camera-iecolors', get_template_directory_uri() . '/css/iecolors.css'); // Add the IE conditional $GLOBALS['wp_styles']->add_data( 'vintage-camera-iecolors', 'conditional', 'lt IE 9' ); // Enqueue stylesheet wp_enqueue_style( 'vintage-camera-iecolors' );
Review Summary
- Previous version of Theme approved
- No previous-ticket required issues
- Diff-review only
- Changes as per change log
- No apparent issues
- Ticket being resolved as approved


Minor bug fixes and CSS tweaks.
Improvements to admin custom header display.
New color scheme, Savoy.
Changed default color scheme to K1000.
Added PO file.