Press Coders Theme Framework Changelog

Official change log for Press Coders theme framework.

Version 0.2.0

Released: 16.05.2014

Bug fixes

  • Many minor enhancements and bug fixes.

Version 0.1.1

Released: 26.03.2013

New Features

  • Added ‘flush-bar’ shortcode.
  • Homepage bar feature added to the framework.
  • Tooltip support added via the built-in WordPress jQuery library.

Enhancements

  • Some modifications to make the add customizer logo code more efficient.
  • The custom header feature in theme customizer now loads via an action hook to be more flexible, so child themes can override it more easily.
  • The custom testimonial rendered via a WordPress filter rather than checking to see whether certain class methods have been implemented. Much more elegant!
  • Added <hr> tag below ‘Search results…’ text on the main search results page to better separate the page title from the list of results.
  • The framework global $theme_object object has been renamed $pc_theme_object
  • Tweak to the ‘Use Alternative Google Font’ customizer text
  • Added the theme auto update class to bootstrap.php.
  • Changed the way the style sheet url is obtained by changing get_template_directory_uri() to get_stylesheet_directory_uri().

Bug fixes

  • Fixed bug to do with empty $_POST array when save meta box hook callback functions were being triggered after a new post/page is created.
  • Members-area widget area widgets were not being rendered.
  • Had some meta box errors display when saving menus in admin.
  • The ‘Hide page title’ check box wouldn’t let the user deselect it once it had been selected and saved. i.e. it remained checked all the time.
  • Changed the priority of the ‘login_head’ callback to 999 to fix an issue when using in multisite.

Removed

  • Removed some theme option JavaScript and CSS scripts which are no longer needed (color picker and jQuery tool scripts).
  • Removed the ‘Browse’ and ‘Remove’ buttons from the logo uploader (and some associated jQuery). This was to fix a theme bug with WordPress 3.5 where the logo uploader wasn’t working properly.

Version 0.1.0

Released: 30.06.2012

New Features

  • Added a text input field to the customizer Google fonts feature to add in your own font from the Google fonts site.
  • Added new [loginout] shortcode to the framework.
  • Added the theme auto update class to bootstrap.php.
  • Added support to the framework to display two drop downs in the theme customizer to control site headings fonts and site text font.
  • Various CSS fixes and enhancements.
  • General other content template fixes and updates.

Enhancements

  • Added a link, in the content template meta box, to a contact form so users can suggest new content templates.
  • The opt-in widget now supports html in the description field so you can add in your own images etc.
  • Changed the way the style sheet url is obtained by changing get_template_directory_uri() to get_stylesheet_directory_uri().
  • Author column added to all CPT main archive pages in admin so the author can be updated for any CPT post.
  • Added back in the ‘Loop Slides’ option for the content slider widget as a few people had requested this feature be added.
  • Custom logo, and custom google fonts theme customizer features now using new the theme_mod system.
  • Content slider now doesn’t render empty slides, which can cause issues with the slider rendering (mostly for the slide transition).
  • The new info box widget now uses ONLY URL’s in the input text boxes rather than a mixture of ID/URL’s.

Bug fixes

  • Custom logo theme customizer feature now added to the framework.
  • Single slide post now shows featured image according to page layout rather than default to a fixed full width image.
  • Added code for the Appearance->Theme Customizer link, and front end WordPress toolbar theme options link to the theme framework (so it’s automatically active in all themes).
  • The members-area widget area widgets are now being rendered.
  • Fixed bug when saving menus in admin. Had a load of meta box save errors display.
  • The ‘Hide page title’ checkbox wouldn’t let the user deselect the checkbox once it had been selected and saved. i.e. it remained checked all the time.
  • Changed the priority of the ‘login_head’ callback to 999 to fix an issue when using in multisite.
  • Updated bug when removing color schemes, the main style sheet was missing too.
  • Added missing ‘presscoders’ text domain to various strings.
  • The before_widget, and before_title variables were not recognised for the ‘tml’ widget.
  • When no testimonial groups defined an error would occur. This is now fixed.
  • Added code to prevent favicon tag output in the header if no favicon can be found.

Removed

  • Browser detecting function removed from framework, plus related code that used it.