We have made quite a fix changes in this release. Including an important one, updating the Timthumb script to the most current and stable version. Below here you will find a detailed list of all the changes we have introduced in this version.
- Timthumb was updated. The entire “timthumb.php” file should be replaced with the new one.
- /lib/portfolios/portfolio-functions.php
– Line #78 to #79, removed the placement photo. No default photo will show in portfolios if no image is selected.
- /template-portfolio.php
– Line #41 to #45, removed the extra “_” from the paging issue. A typo on our part in the previous version.
– Showing the meta “Read more” text of portfolio lit page added line #115.
– Added a new “fixed character” setting for Portfolio Excerpts to remove the issue with breaking columns. Found on line #118.
– Added the option of for Custom Read More, disable of the button and ability to insert a custom link to read more buttons.
- /single-portfolio.php
– Line #6, added new template body ID to be called to enable the ability for the ‘lightbox’ galleries to work.
– Line #38 to #52, made the “Portfolio” image/video conditional by enabling/disabling in the Theme Settings.
– Added the check for comment panel control from theme setting. Added #55 to #61 (new coding in the template).
- /lib/theme-options.php
– Modified to include the new Portfolio conditional “Single Item Image”.
– Control of the Read more text of portfolio listing. Added #219 to #224.
– Added in a new CSS Style Preferences where you can insert CSS to override the defaults in style.css.
- /js/options.js
– Updated to include the new Theme Settings “Help” tooltips when mousing over the Help Icons inside Theme Settings.
– Changed the jQuery from “$” to “jQuery” to provide better compatibilities with many of the conflicting plugins.
- /css/stylesIE7.css
– IE FIX: commented out the first 2 lines for the IE navigation alignment issue.
- /header.php
– IE FIX: Added new style in header.php #85 to #91.
– Changed the jQuery from “$” to “jQuery” to provide better compatibilities with many of the conflicting plugins.
– Line #71 has been updated to include a call to the Custom CSS, a new feature in General Theme Settings.
- /functions.php
– Custom fields removal from the all post type. Added #379 to #385.
- /lib/theme-page-custom-fields.php
/lib/theme-post-custom-fields.php
– Applied the same styling to the Post and page custom write up options
- /lib/portfolio/portfolio-media-php
– Added in new write panels options to correspond with new Portfolio settings.
- /lib/portofolio_template_style_js.php
– Changed the jQuery from “$” to “jQuery” to provide better compatibilities with many of the conflicting plugins.
- /lib/portfolio/portfolio-meta.php
– Added the new meta box for the portfolio page background meta options and read more and cutom link to read more.
- /lib/portfolio/js/kingsize-portfolio-upload-button.js
– Attach the new action to open the background button gallery for including custom backgrounds to the portfolio item posts.
- /lib/theme-background.php
– Added to override the pages default background.
- /php/contact-send.php
– Fixed the email issue with the contact form. Now it is sending email using the native WordPress email function.
– Applied new styling to the Contact Form so the success message is not overlapping the footer as it did in previous versions.
- /footer.php
– Changed the jQuery from “$” to “jQuery” to provide better compatibilities with many of the conflicting plugins.
- /style.css
– Applied some minor updates to the styling to compliment the Portfolio changes, Contact changes and a few other areas.