What is the best way to set up demo for Drupal themes and live switch between them?

I want to set up demo for Drupal themes and live switch between them with top drop-down menu.
Examples what i mean (navigate to the top bar and change theme live with a theme switcher):
http://themefuse.com/demo/wp/my-journey/
http://demo.themebrain.com/#anis

Non-responsive theme with Radix 2.x

To create a non-responsive theme with Radix 2.x,

  1. Edit screen.scss in your theme assets directory.
  2. Comment the line @import "compass_radix_responsive";
  3. At a terminal, run compass clean && compass watch.
  4. Flush the cache (optional).

My first Drupal site

Made my first website using Drupal: saintvincent.iriebook.com. Any critiques are appreciated.

(Contact) form with dependent options

Hi,
I want to make a contact form with some additional options:
1. you can select a product
2. you can select the size of the product

My problem is that there are different sizes for the different products.
Therefore the second form has to be dependent on the first selection.
I have no idea which module I need to realize that.
Does someone know how to do that?
Thanks for your help

Link /profiles

I have a link that is view and it should show latest profiles created. (domainname/profiles)

But the link itself gives an error:
Forbidden
You don't have permission to access /profiles/ on this server.

I guess this is because it is folder from D7 core, so how should i override this so i can use the link ?

Wrapping Multiple Regions in a DIV

I have a theme that has Header, Sidebar First, Content and Sidebar Second regions. I'd like to have the Sidebar First, Content and Sidebar Second regions share a background and border, so I'm trying to wrap a DIV ("new-border") around all three regions within my page.tpl.php file. Code is as follows:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x