The next release of the Customizr is currently in the review process. This is a safe release for child theme users with no changes in terms of templates structure.
New Languages and RTL support
- Arabic thanks to Ramez Bdiwi
- Romanian thanks to Andrei Gheorghiu
- RTL Support ; thanks to Ramez Bdiwi
New customizer option
You can now select the length (excerpt of full length) of the article in every list of posts , including the home page.
More Twitter Bootstrap components
Some components were not included in the theme like : alerts, thumbnails, labels-badges, progress-bars, accordion, scrollspy. Now Customizr includes all CSS and JS Twitter Bootstrap components.
Note : the scrollspy script has been upgraded to the very last version of Bootstrap.
New hooks
I am continuously adding hooks to the Customizr hooks API.
- filter for Image sizes : allowing a total control on every sizes of the theme
- filter featured page text
- filters for slider : text, title and button text lenght are now filtered
- markup filters : allowing a better control of classes for body, header, main-wrapper, and footer
- filter logo : you can now define your own max dimensions with a filter
- 2 new actions in index.php before and after article tag.
- Action inside the body tag to add some custom attributes if needed (can be useful with Bootstrap scrollspy for example)
- 2 actions before and after the logo/title rendering
Support for editor_style
This WordPress feature is just great and I don’t know why it took me so long to include it in the theme! It includes the choosen skin and style.css stylesheets in the post/page editor frame. This way, you can now see how the post/page will really look like (with your skin colors and even your css customizations) in your editor. Isn’t that cool? 😉
More secure
I have removed from admin all the embedded frames (like Twitter buttons, Google+ or Youtube videos) that could potentially be used by malicious people.
I hope you’ll like this version and look forward to read your feedbacks.
Enjoy the theme.
PS : please find below the complete changelog:
= 3.0.14 = * added : (language) Arabic : thanks to Ramez Bdiwi * added : (language) RTL support : thanks to Ramez Bdiwi * added : (language) Romanian : thanks to <a href="http://websiter.ro" target="_blank">Andrei Gheorghiu</a> * added : (php) two hooks in index.php before article => allowing to add sections * added : (php) new customizer option : select the length of posts in lists : excerpt of full length * added : (php) add_size_images : new filters for image sizes * added : (php) rtl : check on WPLANG to register the appropriate skin * added : (php) featured pages : new filter for featured pages areas * added : (php) featured pages : new filter for featured page text * added : (php) slider : 3 filters have been added in class-admin-meta_boxes.php to modify the text, title and button length __slide_text_length, __slide_title_length, __slide_button_length * added : (php) logo : 2 new filters to control max width and max height values (if logo resize options is enabled) : '__max_logo_width' , '__max_logo_height' * added : (php) body tag : a new action hook '__body_attributes' * added : (php) header tag : new '__header_classes' filter * added : (php) #main-wrapper : new '__main_wrapper_classes' filter * added : (php) footer : new '__footer_classes' filter * added : (js) scrollspy from Bootstrap * added : (js) Scrollspy : updated version from Bootstrap v3.0. handles submenu spy. * added : (css) back to top link colored with the skin color links * added : (css) bootstrap : alerts, thumbnails, labels-badges, progress-bars, accordion stylesheets * added : (css) Editor style support for skins, user style.css, specific post formats and rtl. * improved : (css) performance : Avoid AlphaImageLoader filter for IE and css minified for fancybox stylesheet * improved : (css) (php) logo : useless h1 tag has been removed if logo img. Better rendering function with printf. Better filters of logo function. 2 new actions have been added before and after logo : '__before_logo' , '__after_logo' * removed : (php) Post list content : removed the useless buble $style var * removed : (css) featured pages : useless p tag wrap for fp-button removed * removed : (php) User experience : redirection to welcome screen on activation/update * removed : (php) Security : Embedded video, Google+, and Twitter buttons * fixed : (php) breadcrumb class : add a check isset on the $post_type_object->rewrite['with_front'] for CPT * fixed : (php) a check on is_archive() has been added to tc_get_the_ID() function in class fire utils * fixed : (php) we used tc__f('__ID') instead of get_the_ID() in class-header-slider * fixed : (php) we add a hr separator after header only for search results and archives * fixed : (php) comments : 'tc_comment_callback' filter hook was missing parameters * fixed : (php) featured pages : filter 'tc_fp_single_display' was missing parameters * fixed : (css) comments avatar more responsive * fixed : (css) ie9 and less : hack to get rid of the gradient effect => was bugging the responsive menu.
25 thoughts on “Get ready for version 3.0.14”
Hello, It is possible to reduce css to 60Ks max? Very slow for iPad or Android
Hi, when minified the stylesheets weights ~140 K, which is I agree still too much.
You can manually disable some parts of the code to make it lighter. I will have to find some better solutions to this in a future release anyway.
Hi!
Can you tell me how to enable/disable fancybox?
Thanks!
Hi, You can disable it in the customizer, under images settings.
Enjoy the theme!
Thank you Nicolas.
Is it possible to activate it to galleries too?
Once unchecked, it is disabled for everything in Customizr
Hey Nic, is there a way to make the menus drop down on mouse hover?
Hi Simon, you might want to check this snippet to do so : make the menus drop down on mouse hover in Customizr.
Hope this helps!
Hi Nicolas,
Thanks for this great theme! Will you be migrating this theme to Bootstrap 3 in the future?
Yes this is a future scheduled evolution of the theme.
Enjoy so great and cool theme, and thanks the dev.
How can I let wordpress plugin “WP-PageNavi” also works on this theme.
Is there an easy page navigate plugin you can recommend ?
Thanks!
Hi Mosser, did you have any the issue with WP-PageNavi plugin?
If it is the case, please report it in a new thread of the Customizr forum here (http://wordpress.org/support/theme/customizr ) and we’ll try to help!
Cheers
Thanks for your reply and follow, reported in http://wordpress.org/support/topic/plugin-wp-pagenavi-do-not-works-on-customizr?replies=1
Hello Nicolas!
Very nice theme and good effects, surprisingly I like the lots of customizing options. 😉
And it works pretty well as a multilingual website, so I love it.
The only thing I want but can’t customize is the number of featured pages. I have successfully modified the class-content-featured_pages.php to have more featured page areas, but I can’t change their default content on the Customiz’it! page.
You wrote in the WordPress Support that this feature will be in the next update. If so, I’m really looking forward to it. But until then, do you have any idea, how can I solve this problem temporarily?
Thanks,
Zoli
Hi Kosina and thanks for this comment.
This is coming soon!
Cheers
@Nikeo, the editor style view support is fantastic! It’s a great update.
I have 2 questions. Is there a tutorial — perhaps with a simple example — how to use filters and hooks. I know that this Theme is powerful to be extensively customized. However, step-by-step tutorial would help immensely. But maybe there are tutorials already and I missed them.
Also, it would be great to have a tutorial on using Bootstrap components. I would love to “unleash” the power of Boostrap UI… 😉
BTW, the documentation for Customizr is already way above any average Theme that I have seen. However, a couple of simple step-by-step tutorials, on the topics I mentioned above would be awesome to have.
Cheers,
Markus
Hi Markus and thanks for this feedback.
About the hooks, I have this tutorial in mind and in my to do list since a while and I am definitely going to post something.
About Bootstrap components : it is also scheduled to post more informations on how to use them.
Thanks and enjoy the theme!
After upgrading from 3.0.13 to 3.0.14 the center snippet no longer works, any ideas?
// center the logo by switching TBs classes on brand div:
add_filter(‘tc_logo_title_display’, ‘custom_center_brand’);
function custom_center_brand($output) {
return preg_replace(‘/span3/’, ‘span10 offset1’, $output);
}
Hi Michael, the snippet has been updated by its creator. You might want to check the new code here : center header in Customizr.
your update is not working. Here is the error I received
Fatal error: Call to undefined function tc__f() in /home/a9369190/public_html/wp-content/themes/customizr/index.php on line 11
I lost my site and can not undo it nor loggin to WordPress. So I had to reload the entire the WordPress files minus the Customizr theme. I don’t trust it.
Thanks anyway. Please let me know if you resolved this matter.
Hi Will, it looks like a missing a file in your theme.
You might want to try to re-upload the theme via admin or FTP to fix this out.
Hope this will help
Nicolas,
First off – kudos on the theme – it really is a stunning piece of work!!!
Did a sneaky and copied down the .14 style sheet – found it from the current site which is using it – and low and behold all the alert boxes and progress bars sprung to life. Thought I was going to have to go and get original bootstrap and incorporate it as bespoke styles – but not now.
Many thanks for this.
Thanks for this feedback Brendan!
Enjoy the theme
I’m really looking forward to it!
I’m investing several hours learning about this great theme, I’m very excited to see the new improvements.
Thanks for this outstanding job.
Giorgio R.
Thanks for this comment Giorgio. Stay connected!