Akita Changelog
1.1.5
Note: This is just quick update to fix some minor bugs. A fairly signficant update is coming a little down the road.
- Fixed bug with customizer clearing social icons saved from Theme Options page.
- Updated FlexSlider jQuery plugin to v2.0 and made adjustments it's compatible. This shouldn't make any immediate difference in your theme, but will allow us to add functionality in the future. If you're using the Theme Blvd News Scroller widget, make sure to update it!
- Hooked in new function to WordPress's "pre get posts" action that adjusts the true "posts per page" setting for custom homepage layouts that contain a paginated element.
- Added frontend locals.php file to API directory. This allows it to be accessed by any 3rd-party plugin that may be trying to access fronted text strings when is_admin is true, for whatever reason. Specifically, this issue was brought about by the AJAX Comment Loading plugin.
- Fixed bug with localization not working on text strings included within API areas like Theme Options.
Effected Files
- /style.css
- /assets/css/colors.css
- /assets/css/colors.min.css
- /assets/css/dark.css
- /assets/css/dark.min.css
- /framework/admin/functions/display.php
- /framework/admin/modules/options/options-sanitize.php
- /framework/admin/modules/options/options-framework.php
- /framework/api/locals.php (moved from /framework/frontend/functions/)
- /framework/frontend/functions/actions.php
- /framework/frontend/functions/display.php
- /framework/frontend/functions/general.php
- /framework/frontend/functions/helpers.php
- /framework/frontend/functions/sliders.php
- /framework/themeblvd.php
- /includes/theme-functions.php
1.1.4
- Added compatibility with WordPress 3.4 Customizer (still experimental).
- Added optional pause on hover feature to standard slider options.
- Added alt tags to images in sliders for you SEO folks.
- Added title as accepted parameter for img tags when saving theme textareas.
- Fixed Lucida Grande font selection from Theme Options.
- Removed clear:both; CSS on header tags.
- Updated all admin modules to work with this tutorial.
- Improved display of image attachments for attachment.php
- Fixed pagination for single posts with wp link pages function.
- Fixed search form to work with WP sites installed in sub-directories different than the main site url.
- Adjusted responsive images for IE8.
- Fixed PHP warning when saving Content element of the Layout Builder and no floating widgets areas exist.
- Adjusted slider mobile fallback to display shortcodes in descriptions.
- Adjusted so when no custom layouts have been created, you won't see any message about custom layouts under "Page Attributes" until you attempt to select the "Custom Layout" page template.
- Added specific support for WordPress Multisite signup page.
- Added stripslashes to titles of tabs to allow apostrophes.
- Fixed footer link color not being applied to copyright line just below footer.
Effected Files
- /style.css
- /assets/css/dark.css
- /assets/css/dark.min.css
- /assets/css/ie.css
- /assets/css/theme.css
- /assets/css/theme.min.css
- /content.php
- /content-attachment.php
- /content-page.php
- /framework/admin/assets/css/customizer.css (new file)
- /framework/admin/assets/js/customizer.js (new file)
- /framework/admin/assets/js/customizer.min.js (new file)
- /framework/admin/assets/js/meta-box.js
- /framework/admin/assets/js/meta-box.min.js
- /framework/admin/assets/js/shared.js
- /framework/admin/assets/js/shared.min.js
- /framework/admin/functions/display.php
- /framework/admin/functions/general.php
- /framework/admin/modules/builder/builder-framework.php
- /framework/admin/modules/options/options-framework.php
- /framework/admin/modules/options/options-sanitize.php
- /framework/admin/modules/sidebars/sidebars-framework.php
- /framework/admin/modules/sliders/sliders-ajax.php
- /framework/admin/modules/sliders/sliders-default.php
- /framework/admin/modules/sliders/sliders-framework.php
- /framework/admin/modules/sliders/sliders-interface.php
- /framework/admin/functions/general.php
- /framework/admin/functions/locals.php
- /framework/api/builder.php
- /framework/api/customizer.php (new file)
- /framework/api/helpers.php
- /framework/api/options.php
- /framework/frontend/functions/builder.php
- /framework/frontend/functions/display.php
- /framework/frontend/functions/general.php
- /framework/frontend/functions/sliders.php
- /framework/themeblvd.php
- /includes/options.php
- /includes/theme-functions.php
- /lang/akita.po
- /searchform.php
1.1.3
- Fixed issues with small thumbnails in post lists and archives after previous update. -- After making this update, although it is not required in all cases, it's suggested that you re-generate your thumbnails.
- Adjusted header social icons so they open in a new window if they aren't the email icon.
Effected Files
- /style.css
- /framework/frontend/functions/helpers.php
- /framework/frontend/functions/parts.php
1.1.2
- Adjusted [toggle] shortcode's content to allow shortcodes within.
- Fixed shortcode generator not inserting [icon_link] properly.
- Adjusted styling on shortcode generator.
- Added TBTHEMENAME constant for internal processes.
- Added missing stripslashes() to Headlines and Descriptions of sliders when displayed in mobile fallback mode.
- Added fallback thumbnails for mini post grids and mini post lists when featured image has not been set.
- Fixed bug with "Post in Category" custom widget area assignments. Now this will only apply the widget area to single posts, as expected, and never to the homepage or archive pages that contain the selected post at the start.
- Improved overall localization for upcoming "Theme Blvd WPML Bridge" plugin. Frontend text strings now have a separate gettext domain.
- Added frontend theme location support and styling for upcoming "Theme Blvd WPML Bridge" plugin.
- Responsive CSS fixes to allow images to be re-sized in Visual editor, but still remain responsive.
- Fixed issues with conflicting native WordPress thumbnail sizes -- small, medium, and large.
- Fixed mobile select menu primary navigation to look consistent no matter what style options are selected.
- Re-generated localization PO file.
Effected Files
- /assets/css/responsive.css
- /assets/css/responsive.min.css
- /assets/css/theme.css
- /assets/css/theme.min.css
- /framework/admin/modules/sliders/sliders-ajax.php
- /framework/api/helpers.php
- /framework/frontend/assets/images/thumbs/ (new directory)
- /framework/frontend/functions/general.php
- /framework/frontend/functions/helpers.php
- /framework/frontend/functions/locals.php
- /framework/frontend/functions/parts.php
- /framework/frontend/functions/sliders.php
- /framework/shortcodes/shortcodes.php
- /framework/shortcodes/tinymce/editor_plugin.php
- /framework/shortcodes/tinymce/layout/css/tinymce_shortcodes.css
- /framework/shortcodes/tinymce/shortcodes/tb_iconlink.js
- /framework/themeblvd.php
- /includes/theme-functions.php
- /lang/akita.po
1.1.1
- Fixed slider mobile fallback option called "Show first slide only for a more simple mobile experience" - Now, it's actually only showing the first slide.
- Adjusted slider mobile fallback function to use image crop size associated with the image position selected for that slide (i.e. staged left/right or full width slide).
- Improved styling for slider mobile fallback in featured area.
- Removed "pause on hover" feature from standard slider because it causes conflicts with pause/play controls.
- Fixed oEmbed not working on posts.
- Adjusted tagline text in right side of header to be aligned right - This becomes noticeable if the string of social icons is longer than the text of the tagline.
- Added
to allowed tags on basic sanitization of inputs.
- Fixed texture "Light Carbon Diagnol" - Was originally rendered accidentally as non-transparent.
- Styled featured images of post grids to look nicer on wider mobile devices like iPhone landscape mode.
- In post options when you select an external link for your featured image, an option to select if the link opens in a new window or not has been added.
- Added "themeblvd sidebar layout" filter to make adjustments to the determined sidebar layout for the current page.
- Re-generated localization PO file.
Effected Files
- /assets/css/colors.css
- /assets/css/colors.min.css
- /assets/css/responsive.css
- /assets/css/responsive.min.css
- /assets/css/theme.css
- /assets/css/theme.min.css
- /lang/akita.po
- /framework/admin/functions/general.php
- /framework/admin/functions/meta.php
- /framework/frontend/assets/css/themeblvd.css
- /framework/frontend/assets/images/textures/carbondiagonallight.png
- /framework/frontend/functions/general.php
- /framework/frontend/functions/display.php
- /framework/frontend/functions/helpers.php
- /framework/frontend/functions/sliders.php
1.1.0
- Improved drop down menus on mobile for "graphic" style menu.
- Added display options for post lists, archives, and post grids.
- Increased font size on mobile devices and tablets.
- Adjusted responsiveness. Layout will not "flex" until browser window reaches tablet size.
- Added more transparent textures.
- Styled titles to look nicer on archive, post list, and post grid pages.
- Added footer content to posts displayed on archive pages.
- Fixed horizontal scroll bars on smaller screen resolutions.
- Removed inactive search box option that was present under Theme Options > Layout > Main.
- Added basic print CSS styles.
- Updated framework to version 2.1.0. Learn More
Effected Files
- All files and folders have been modified.
1.0.0
- This is the first release constructed from Theme Blvd Framework version 2.0.5.