#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

Change History (3)

comment:1 Changed 14 months ago by sixhours

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.

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
Last edited 14 months ago by chipbennett (previous) (diff)
Note: See TracTickets for help on using tickets.