How can we dynamically hide sidebar for a page in omega theme? - drupal-7

I want to hide second side bar for a page. I am using omega theme.
How can I do that.

We can use Delta and Context module to configure omega theme for hiding some regions from a particular page or "A types of pages" in drupal.
Here is a very great tutorial -
https://www.youtube.com/watch?v=hEeWNi1YCKs

Related

TopBar Navigation example for PrimeNG's Omega layout?

Is there a working example of using PrimeNG's omega layout to create a top navigation bar, besides using the ui components?
Or is this something programmers must create themselves within the css files?

Drupal Omega Theme

I am trying to understand Omega theme in Drupal.
I cannot understand the js class that is referred in the tag in html5 starterkit. I figured that I had to tweak style settings there in order to adjust the height of sections/ zones or regions in terms of percentage.
What is that js class in the html tag?

How to make several instances of Nivo Slider in Drupal 7

I developed a web site using Drupal 7. I use Nivo Slider and it works perfectly for me. I used Nivo Slider for the front page of the site. When I configured the Nivo Slider it's settings are displayed under structure in the Drupal CMS menu. Basically, I have to update images and set transitions and etc.
I have another page where I nee to add a new slideshow, but I don't know how to make another instance of Nivo Slider and use it. I would guess there should be an easy way to handel this.
You can create another instance of the nivo slider block with the MultiBlock module, but the other instance will have the same settings and same images of the original slider block.
You can use the Views Nivo Slider module to create another slider block.

Custom Theme in Drupal Omega

I am new in drual custom theme designing. I am using Omega theme as bae theme and i created sub theme. I know how to add region and zone. But i am not getting any tutorial how change layout. I enabled custom theme and its showing grid system as front page. I want my custom front page. Any solution or tutorial for creating theme using subtheme.
I am also learning about Omega theme and I have found several free tutorials on this topic.
I recommend http://www.youtube.com/watch?v=9Iob6XLRBdQ&feature=share&list=PL15BE2E8313A4E809
to get going :)
enjoy!

Drupal6 - Mobile version issue

Hi
Suppose I have menu A, menu B...Menu F in desktop version, I want to display only menu A and menu B in mobile version. The quickly way is using CSS with display:none, but is there any Drupal's API that I can use for this situation?
On the other hand, I want to redirect to http://xxx/product instead of http://xxx/index.php for home page in mobile version, any idea?
Thanks
You could use the mobile tools module to detect the device and switch themes accordingly. Each theme could then have a different menu configured to display.

Resources