Hi,

Block Title in content / content bottom regions don't appear. No problem with left or right regions.
Is it a normal work?

thanks

Comments

cpo’s picture

Category: support » bug

I'd setup a color text for block title in style.css. It's ok now, so I swap category to bug report

modctek’s picture

This is a CSS issue. Blocks placed in the content area do not have the nice rounded-corner background coded in the theme's default CSS. If you add this bit of code to the CSS loaded for this theme (either via separate, included CSS, or by modifying the theme's CSS file - NOT RECOMMENDED!) your block's title will appear:

#content-bottom h2.block-title {
  color:#444444;
}

Apply other styling as needed, and note that the above snippet only styles block titles appearing in the "content-bottom" region.

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz

Yes, that's right fix modctek, the problem is with the color module and getting these titles to appear well for every color scheme - I think they're white and don't show, which is a bug I suppose and should be better in the next version, thanks for bringing this up again, I always forget about it!

panda.orchard’s picture

I have just applied your theme to my site and it has transformed it! What a world of difference and I am now quite proud of my site even though you did the work - thanks. It is a pity about the block headings going missing though. Being non-technical I have no idea how to implement the CSS fix suggested above.

Jeff Burnz’s picture

I will fix this, I promise!

mwbyrd’s picture

I"ll be playing with styling blocks in the Content Bottom this wkend. I want my page to look like the images in the theme description.

Jeff Burnz’s picture

The screenshots are of Drupal 7 version, which has more regions, and Skinr support (which is currentlyh not working due to current upgrade work being done on the Skinr module), however the D7 Pixture Reloaded works fine, and has lots of extra regions and theme settings.

mwbyrd’s picture

Jeff,

I just sent you an email via Drupal. I was able to get the blocks to appear correctly, but I'm having trouble getting the content bottom section to clear the sidebars and align on the bottom of the page. Can you pint me in the right direction re: the correct CSS?

Thanks,

Mike

douradinhos’s picture

waiting for this fix

mwbyrd’s picture

I just moved the blocks to the footer.....

tmccartney’s picture

Will this get fixed? I've tried a CSS modification with no luck. I really like this theme and hate to dump it just because it has white block titles.