FreshCMS an almost complete CMS skin HTML
Tired and bored by all of the basic admin skins here, well there is a solution and it’s called FreshCMS. Amaze your clients with this CMS skin!
FreshCMS is a fresh kind of skin/theme, there is no similar kind of skin/theme here on ThemeForest! This skin/theme is almost complete(about 80%). This means that you can save some time in designing and building of a CMS. FreshCMS is packed with jQuery stuff like toggle, styleswitcher, delete content, sortable and more.
I have used 2 iconpacks(for small and big), both are free. These iconpacks have lots of useful icons in diffirent sizes. Links included!
Take a look at the screenshots or live preview.
Included the D-FreshCMS theme as a bonus!
Updated to FreshCMS v1.2 (05-12-09)
Now you can choose if on load only the first box is open and the rest closed or that all boxes are open on load.
FreshCMS has been updated to v1.1 (24-07-09)
- remember to hide or show hidden topmenu (users choice)
- sortable table
- popup dialog box
- enhanced layout
- better graphics
- 900px layout
About the FreshCMS theme
- almost finished CMS
- almost everything works
- comes in 6 colors styles(more is comming)
- 6 styles of login pages
- styleswitcher
- working jQuery delete boxes/dialogs
- working drag and drop(sortables)
- password meter
- select multiplecheckboxes
- working WYSIWYG editor
- easy to customise
- valid XHTML 1.0 Strict
- working lightbox
- jQuery pngfix
- jQuery fade effect
- layerd PSD files
- Supported by allbrouwsers
- login page
- jQuery tabs
- jQuery tooltips
- mass toggle
- error fields
- nice statistics examples
- highlight a row
- custom dialogs
- sliced code(for php includes)
- table free
can the menu that is at the top (though closed when first viewing) be made so that its open by default?
ReplyDeleteHaven’t purchased yet but am considering using this for a hostbill theme.
yes it can, but i have to email/give you some extra code for this
ReplyDeleteat line 26 of the main.js file, replace the next 4 lines with
ReplyDelete$('#toggle-open-btn').hide();
$('#toggle-close-btn').show();
$("#toggle-box-1").show();
$("#topmenu").hide();
wtf? All the demos are infected with a trojan script.
ReplyDeletehttp://labs.markdijkstra.eu/freshcms/600/myscr240458.js
lol, no this i done to prevent the ripping of the code, its nothing to worry about
ReplyDeleteOr did you get an warning or so?
Get virus warning too when viewing demo. Bug evanto about providing a better way to display HTML and JS demos.
ReplyDeletestange…well i will fix it..
ReplyDeleteHi,
ReplyDeleteThinking of purchasing this item. Is it RTL compatible? I mean, will it behave itself nice if set to direction RTL (Hebrew CMS )?
Thanks
No its not rtl compatible, your the first who have asked this. You can edit the css file to be rtl.
ReplyDeleteI’m glad Im original
ReplyDeleteAre there any plans to make it RTL compatible in the near future?
there are no plans for this file, we will make our first new admin theme rtl compatable.
ReplyDeleteHi,
ReplyDeletePurchased the theme. A question, maybe someone has askled this before already. When I put the code into an ASPX file it looks good. But when I add a right after the tag, it messes up the design in IE9 . I’ve tried that on the pages.html page.
Of course I’ve closed it in the appropriate place.
Please help to solve this issue for .NET programmers.
Thanks
No you are the first to asked us this, but we cant help you with this because we dont have any knowledge of ASPX . So e cant test any thing. You can send us true our profile page an screenshot i hope that we can see whats wrong.
ReplyDeletenevermind, it was because there were now two elemets in the page. Just remove the previous one and it’s fine. Thanks!
ReplyDeleteAh okay that happens
ReplyDeleteI want to do this:
ReplyDelete"Click Here To Show DIV"
with the dialog DIV . Anyone got some sample code? Seems like no matter what I try the dialog box shows up on page load.
Thanks
Can you send us true our profile page a link?
ReplyDeleteThe dialog should have a css attribute ‘display’ with the value ‘none’(display:none)