Corporate Classy
From MtTWiki
Contents |
Intoduction
Read more about Corporaty Classy theme and installation profile at http://www.morethanthemes.com/?q=themes/corporateclassy
What's in the pack
- A fully functional html static web site based on the purchased theme [html].
- The License information and references to third-party licenses [licenses].
- The full-layered psd file(s) this theme is based on [psd].
- A full Drupal core distribution with an installation profile [site].
- Free updates for life, when purchased as a standalone theme.
You can use the html files to build a static web site or to create your own theme for any platform, as long as this is permitted by the License. You can dig into the source psd files and modify them the way you want and reuse, as long as this is permitted by the License. Lastly, you can use our installation profile to setup your drupal.
Every single theme you purchase from “More than themes” is more than a simple Drupal theme. It's a complete Drupal distribution including several modules, content types, view pages, view blocks, pre-configured image styles as well as a premium theme tailored together to achieve its functionality. It comes with an installation profile that allows you to have a fully-functional site up and running in few minutes.
Documentation
Setup
Theme installation guidelines
Installation articles
- Brief theme installation guide with an installation profile
- How to install a premium Drupal theme on XAMPP
- How to install a premium Drupal theme on your Mac (localhost)
- How to install our Premium themes over an existing Drupal instance
Usage
Corporate Classy features and how you can get the most out of them
FAQ
Road map
Corporate Classy 1.x
- Service releases, compatible with drupal 6.
Corporate Classy 2.x
- Initial release for D7
Change log
Corporate Classy 2.4
- Drupal core update to the latest version
- Drupal 6.26 for D6 distribution
- Drupal 7.14 for D7 distribution
- Drupal modules updates to the latest version
- D7
- Views 7.x-3.3
- CTools 7.x-1.0
- D6
- Views 6.x-2.16
- ImageCache 6.x-2.0-rc1
- D7
- New installation profile without predefined user [D7]
- Minor fixes regarding the build [D7/D6]
Corporate Classy 2.3
- Drupal core update
- Drupal 7.10 for D7 distribution
Corporate Classy 2.2
- Drupal core update
- Drupal 7.8 for D7 distribution
- Drupal modules updates
- D7
- CTools 7.x-1.0-rc1
- D7
- Several minor bug fixes related to the slideshow [D6]
- Several minor bug fixes related to the image presets for the slideshow [D6]
- Several minor bug fixes related to the breadcrump [D7]
- Bugfixes related to the titles display in Views pages and the Contact form [D7]
- Bugfixes related to the appearance of the contextual menus/links for block editing on mouse over [D7]
- Minor CSS improvements [D6/D7]
Corporate Classy 2.1
- Drupal core update to the latest version
- Drupal 6.20 for D6 distribution
- Drupal 7.4 for D7 distribution
- Drupal modules update to the latest version
- D6
- FileField 6.x-3.10
- ImageAPI 6.x-1.10
- ImageCache 6.x-2.0-beta12
- ImageField 6.x-3.10
- D7
- Views 7.x-3.0-rc1
- CTools 7.x-1.0-beta1
- D6
- Minor CSS improvements
- Several minor bug fixes related with the secondary tabs
- Several minor bug fixes for the Drupal 6 distributions of Corporate Classy related with the rendering of the attachments and additional node values other than the body.
- Auto-hide of the sidebar (full main width) when there is no blocks in it.
Corporate Classy 2.0
Corporate Classy 2.0 comes with two individual themes, one for Drupal 6 and one for Drupal 7, each one with their own installation profile. It not only includes the all-new Drupal 7 theme but a series of improvements as well:
- A revamped mechanism for publishing a Slide show Entry
- A brand new Product page with plenty of automations and support for multiple images, free tagging and 1-click promotion to the front page.
- A new Contact page based on Drupal native contact module
- A new homepage implementation with focus on automations like:
- Automatic promotion of unlimited products with one-click
- Automatic publication and promotion of news and announcements with one-click,
- Improved logo design - included in the PSD files
- Breadcrumb implementation
- Theme settings for easy configuration of slideshow and breadcrumb
- Various typographic and CSS improvements.
All the above features are also included in the D7 initial release.
Corporate Classy 1.3
- Missing follow-me block addition
Corporate Classy 1.2
- CSS3 and Markup validation fixed
- Module CCK latest version update
Corporate Classy 1.1
- Clean Urls support
- Theme thumbnail addition
- Stylesheet for user login block
- Drupal 6.20 update
- Module Views latest version update.
Corporate Classy 1.0
Initial release
Update
Corporate Classy 2.4
Improvements of Corporate Classy 2.4 affect Corporate Classy 2.3 for Drupal 6 and Drupal 7.
Corporate Classy 2.3
Improvements of Corporate Classy 2.3 affect Corporate Classy 2.2 for Drupal 7 only.
Corporate Classy 2.2
Improvements of Corporate Classy 2.2 affect Corporate Classy 2.1 for Drupal 6 and Drupal 7.
Corporate Classy 2.1
Improvements of Corporate Classy 2.1 affect Corporate Classy 2.0 for Drupal 6 and Drupal 7.
Corporate Classy 1.3
Instructions to update version 1.2 to version 1.3.
style.css patch
- Locate the file style.css into the themes folder.
- Go to the end of that file and add following code
/* * Social */ div.social-bookmarks { height:31px; background:url('images/social-media.png') no-repeat center bottom; position:relative; padding:0 0 0 65px; text-align:center; } div.social-bookmarks ul li { display:inline-block; float:left; list-style-type:none; margin:0; width:36px; height:24px; cursor:pointer; padding:0 5px 0 0; } div.social-bookmarks ul li a { display:block; float:left; width:36px; height:24px; margin:0; overflow:hidden; outline:none; } div.social-bookmarks ul li.facebook a { background:url('images/social-media-facebook.png') no-repeat center bottom; } div.social-bookmarks ul li.facebook a:hover { background:url('images/social-media-facebook-hover.png') no-repeat center bottom; } div.social-bookmarks ul li.twitter a { background:url('images/social-media-twitter.png') no-repeat center bottom; } div.social-bookmarks ul li.twitter a:hover { background:url('images/social-media-twitter-hover.png') no-repeat center bottom; } div.social-bookmarks ul li.flickr a { background:url('images/social-media-flickr.png') no-repeat center bottom; } div.social-bookmarks ul li.flickr a:hover { background:url('images/social-media-flickr-hover.png') no-repeat center bottom; } div.social-bookmarks ul li.youtube a { background:url('images/social-media-youtube.png') no-repeat center bottom; } div.social-bookmarks ul li.youtube a:hover { background:url('images/social-media-youtube-hover.png') no-repeat center bottom; }
Necessary resources
- Locate the corporateclassy theme's images folder (usually at sites/all/themes/corporate/images) and copy there the images:
- social-media.png
- social-media-youtube.png
- social-media-youtube-hover.png
- social-media-twitter.png
- social-media-twitter-hover.png
- social-media-flickr.png
- social-media-flickr-hover.png
- social-media-facebook.png
- social-media-facebook-hover.png
- followme.png
Follow-me block
- Create a html block named follow-me using the code snippet bellow.
- Set block's content type to PHP
- Put this block in sidebar.
<div class="social-bookmarks"> <ul> <li class="facebook"><a href="http://www.facebook.com/pages/More-than-just-themes/194842423863081"></a></li> <li class="twitter"><a href="http://twitter.com/morethanthemes"></a></li> <li class="flickr"><a href="http://www.flickr.com/photos/[email protected]/"></a></li> <li class="youtube"><a href="http://www.youtube.com/morethanthemes"></a></li> </ul> </div> <div style="text-align:center;"><img src="<?php print base_path() . drupal_get_path('theme', 'corporate')?>/images/followme.png" alt="Follow me"/></div>