add_action('admin_init', 'firmasite_remove_dashboard'); function firmasite_remove_dashboard() { if (!current_user_can('edit_posts') && !defined('DOING_AJAX') ) { wp_redirect(site_url()); exit; } }How to prevent subscribers to reach admin area
Details about toolbar: http://codex.wordpress.org/Toolbar
add_action('init', 'firmasite_remove_admin_bar'); function firmasite_remove_admin_bar() { if (!current_user_can('edit_posts') && !is_admin()) { show_admin_bar(false); } }How to remove WordPress Toolbar for Subscriber
FirmaSite 1.3.1.1 Released
What is changed?
- Added extra option for ShowCase. Now you can use Full Width ShowCases! Check live demo
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
It will show as update in your panel after approve from WordPress.Org Theme Reviewers
TradersAlert.Me
Live: http://tradersalert.me
Our website deliver free and premium trade signals to help seasoned and new forex traders to make money. We love the simple responsive layout of Firmasite and the icons made available through the them enhancer plugin which we use extensively for our website. The detailed customization of the theme was relatively easy using our own child theme and the build in CSS field. Firmasite support was also great and quick to respond which made the whole process fun and a breeze.
jQuery Italia – jQuery Italian Community
Live: http://www.jqueryitalia.org
The only FREE theme with full support for BBPress and BuddyPress.
Simple to set up and integrated with a slideshow.
And if you want to customize it you can easily create a child theme (like I did).
I recommend it to everyone!
FirmaSite 1.3.0 Released
What is changed?
- Beautified BuddyPress’ activity component display.
- Beautified comment form, bbPress topic form & reply form
- Beautified BuddyPress registration form
- Added extra option for header fonts. Now you can use different font for headers if you want
- Added extra option for footer menu style. Now you can use different menu style in footer menu
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
It will show as update in your panel after approve from WordPress.Org Theme Reviewers
FirmaSite 1.2.9 Released
What is changed?
- Added Dutch translation! Thanks to Monique !
- Beautified bbPress search results a bit more
- Updated Bootswatch theme styles
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
FirmaSite Members Menu plugin released
FirmaSite Options plugin released
FirmaSite 1.2.8 Released
What is changed?
- Added cdn support! Its closed as default and requires FirmaSite Theme Enhancer plugin. When you activate it with
define('FIRMASITE_CDN', true);
from your child-theme;
- Your bootstrap styles will serve from Bootstrapcdn
- Your font awesome icons will serve from Bootstrapcdn
- Your jQuery will serve from Google Cdn
- Your jQuery migration script will serve from code.jquery.com
- Beautified bbPress search results
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version