This forum is for assistance with theme development.

region layout changes in Omega (RESOLVED)

Hi friends,

I'm running Drupal 7.21 and Omega 3.1 with a custom subtheme.

Whereas before I had four menu blocks across my top menu/navigation area in the header, now I want five.

I added the fifth region to the .info file of the subtheme, added the block, and assigned the region to the menu zone. The good news is that my new menu element does indeed show up in the menu zone area with the content I expect.

My difficulty, however, is setting the column layout. My previous layout was menu_first and menu_second followed by a gap (presumably caused by the two-column prefix on menu_third) and menu_third and menu_fourth.

Now I want all of those four, and menu_fifth, to appear with no prefixing, all close together.

I tried changing the settings in the Settings UI of my subtheme. It didn't do anything (including not changing my .info). So I manually changed my .info to include the information and hit "Revert Theme" in my Settings UI. I hasten to add that I've cleared the cache early and often.

I'm flummoxxed as to how the darned thing shows up, as it's supposed to, but doesn't follow the rules about WHERE and how wide...

Below I've copied the pertinent lines from my .info. Any help you can offer would be greatly received and I will send positive energy your way!

Joy

settings[alpha_zone_menu_equal_height_container] = ''

Pagination

Hi All,

I am using ubercart for product list displaying. I want to show product on my page via pager like if anyone wants to show 10 products,he has to just select in pager listing option 10and get the 10 products on page,and so on.
Is there any way to do it via view in drupal7.

Thanks in advance.

i want to add footer background image in bartik subtheme

some how when i add image url to footer it doesnt work but when i add to footer wrapper it works! i mean i am able to see the image

This is first subtheme i making , any help will be highly appreciated!


/*manual background changes*/

/*OVERRIDE regions[header]: setting region background color to transparent so that you can see the background image behind it*/
#header{
background-color:transparent;
background-image:none;
}

/*OVERRIDE regions[content]: setting region background color to transparent so that you can see the background image behind it*/
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
background-color:transparent;
background-image:none;
}

/*OVERRIDE page-wrapper: setting a background image*/
/*change ONLY this one for full screen images*/

/*OVERRIDE regions[footer]: setting region background color to transparent so that you can see the background image behind it*/

#search-form input#edit-keys, #block-search-form .form-item-search-block-form input {
float: left;
font-size: 1em;
height: 1.143em;
margin-right: 5px;
width: 9em;
}

.region-header .form-text {
background: none repeat scroll 0 0 rgba(228, 235, 220, 0.7);
border-color: rgba(228, 235, 220, 0.3);
margin-right: 2px;
width: 120px;
}

#footer-wrapper {

user login

I moved the user login block into the top header region of my sub-theme and made the block display on a single line through the default edit skins option that comes with fusion accelerator module. the current module looks something like this when displayed on my page.

Username (field) Password (field) Create new account (href) log in (button)
Request new password (href)

How do I remove this empty space?

http://gamingw.robbertbruggeman.nl/

Does anyone know how I can remove the empty space in between the logo and the menu bar?

I installed Omega and created an Omega subtheme, but now how do I change the layout?

Hello,

After trying out Joomla and another CMS which has too vague a name for me to remember, I decided to try out Drupal since it seemed more easy and user friendly to use.

So, after reading a bit I somehow got to the Omega theme and read it's one of the best themes to use. Then I read you can't just use the theme itself and need to create a subtheme, which I did.

But, now what? How do I change the layout? How do I align my website to the left of the screen instead of the center? How do I add a vertical menu? How do I change the logo?

Pages

Subscribe with RSS Subscribe to RSS - Theme development