Menu Minipanels in Adaptivetheme - Instant Mega Menu for Any Menu Item
Menu Minipanels is a very cool little module that allows you to attach a mini panel to a menu item, which then pops open when you hover the menu item - aka instant mega menu!
Menu Minipanels is a very cool little module that allows you to attach a mini panel to a menu item, which then pops open when you hover the menu item - aka instant mega menu!
For the most part your 7.x-1.x sub-themes will just run on 7.x-2.x, unless it includes Google fonts such as some of the existing commercial themes do. These you should wait for the official 2.x release of those themes before upgrading else you will get a site error when you try to change the theme settings.
Follow these basic steps to properly upgrade from 7.x-1.x to 7.x-2.x. The bare minimum involves just two steps. You will need to judge if you need to do more, but this will get your theme up and running with the new layout engine and responsive layouts.
Due to the complexity of sub-theming one of our colorable themes from Drupal.org (or our commercial themes, for which this will work also), we built Footheme, our quickstart starter sub-theme for Corolla, Sky or Pixture Reloaded - it fully supports the color module and the extensive theme settings featured in those themes, including the
Adaptivetheme includes two sophisticated yet easy to use tools for working with Internet Explorer while building your themes.
Good on you for choosing the 7.x-2.x version with baked in support for mobile devices!
Setting up your 7.x-2.x subtheme is strait forward and should only take you a few minutes. I assume you have download the theme from Drupal .org: http://drupal.org/project/adaptivetheme
Unpack the archive to your hard drive and look inside the main folder, the structure will look like this:
Adaptivetheme 7.x-2.x includes a new layout engine that drives both responsive and adaptive layouts using media queries. We've made it super easy to configure layouts for standard desktops and laptops, and tablet and smartphone size screens. This video features Pixture Reloaded, an Adaptivetheme subtheme available for free download on Drupal.org and shows off the layout settings and a brief run down on how it all works.
Adaptivetheme is a powerful theme framework with support for mobile and tablet devices, configurable layouts and extensible theme settings that power our range of free and commercial sub-themes. It is currently in use by over 7500 Drupal sites worldwide.
You get all this and more with Adaptivetheme:
In short I have re-written the way layouts work in Adaptivetheme to support mobile, tablet and standard screens.
Adaptivetheme 7.x-2.x uses media queries combined with a more flexible approach to setting values for the sidebars, page width, max width (for responsive layouts), and you can customize the media query - all in the theme settings.
I get asked all the time how to add a CSS file to Drupal, its seems like the most rudimentary thing to do in a modern website, however Drupal has more than one way to add CSS files so here's an in depth explanation of the different ways you can add your files and why you might choose a particular method.
This is bound to stir up some debate because in fact you can use aside to markup sidebars, it could be a good fit, but in Drupal core, or in a generic theme (as in one not built specifically for your site) then using aside is wrong and I am going to argue as to why this is so.