Hello,
I have upgraded the Drupal 6.x-1.1 version of Deco theme to Drupal 7.
Can anyone please try this theme and provide the issues for this so that I can work on them.
You can download it from here : http://174.143.242.54/deco-7.x-dev.tar.gz
Thanks,
Komal

Comments

xmacinfo’s picture

Status: Active » Needs work

Looks very nice. Thanks Komal.

Problem one (same problem as in D6 I believe): when a block does not have a title set, the background of the block title is still shown and taking space.

Problem two: the Drupal 7 toolbar items uses the Deco theme bullets. We need a way to remove the bullets from the toolbar.

I have not tested all combinations of the theme layout, but it's working as expected for my tests.

Will you apply to be a maintainer or co-maintainer for this theme?

komal.savla’s picture

Thank you for testing the theme.
I have worked on the problems that you have suggested and also have fixed them.
You can download it again and check : http://174.143.242.54/deco-7.x-dev.tar.gz

Thanks,
Komal

xmacinfo’s picture

Problem one and two are fixed, thank you very much.

I would suggest you to apply to be the maintainer of this theme. Currently no one is an active maintainer, although a few people still have permission to maintain this module, a fresh maintainer would be great.

You would be able to commit the Drupal 7 version of the theme and work in the issue queue with the help of other users of this theme.

Will you consider being a maintainer?

metality’s picture

StatusFileSize
new11.42 KB

i tried it and realized that there is a gap on the right side. maybe it's a css problem. Opera,Chrome,Firefox and IE is the same. i attached a picture.

can you take a look at this problem?

xmacinfo’s picture

@metality: I cannot reproduce your problem. Which browser are you using? Also, did you have the same problem with Drupal 6 and Deco 6.x-1.1?

The idea is to see if the problem you are experiencing was there in D6 or if it came up while doing the D7 version.

metality’s picture

@xmacinfo thank you for your answer. my browser is opera but i tried firefox,chrome and ie. it is the same gap. but in Drupal 6 and Deco 6.x-1.1 there were no problem.

can you try it:
http://www.ozgurhayal.com

xmacinfo’s picture

@metality: OK, now I see it. There is a an horizontal scroll bar larger than the viewscreen. When scrolling to the right, we see the gap. If we don't scroll, there is no gap, but the horizontal bar is annoying.

I have the same problem here.

This is indeed a CSS issue, but I was not able to pinpoint the problem with Firebug yet.

komal.savla’s picture

StatusFileSize
new9.01 KB

Hi
Thank you xmacinfo and metality for testing the theme.
I have fixed the horizontal scroll bar issue for all the browsers. I have modified the following files :
deco.css
style.css
layout.css
page.tpl.php

Here I am attaching zip folder for all the modified files so please replace the older ones with these new files.
@xmacinfo: Thank you for your suggestion for being a co-maintainer. I will soon apply for it.

Thanks,
Komal

xmacinfo’s picture

@komal.savla: Working perfectly without any horizontal scrollbar.

Good luck on co-maintainership.

metality’s picture

@komal.savla thank you for fixing but there is still a gap on the right. it became smaller(maybe 2 or 3 px) but still there. i tried it in opera,chrome,firefox and ie. but maybe i can try to fix it myself and inform you.

xmacinfo’s picture

@komal.savla: A few more problems.

Navigation menu items in the right sidebar are not using the correct font colors, margin and various list bullet images. For example the right pointing arrow is black instead of using the subtle Deco gray one.

Primary menu items are using ALL CAPS instead of all lowercase letters. Also, the menu is flushed to the right of the viewport instead of vertically aligning with the right side of the right sidebar. Looks like margin is missing to the right of it's displayed in the wrong div.

The highlighted item block looks like using to much margin or padding compared with D6 version. I migrated a simple mission block using a simple text line.

komal.savla’s picture

StatusFileSize
new11.95 KB

Hi,

@metality: I could not reproduce your issue. If you could provide more information that would be great

@xmacinfo: I have fixed all the issues that you have mentioned.
But for the last one, Can you please clarify what do you mean by highlighted item block ? If it means featured region then I have checked the padding and margin, they are same as D6 version. (If you could attach a screenshot that would be great)

For other two issues (i.e for the navigation menu items and primary links), I have made changes in the following files :
template.php
page.tpl.php
deco.css
layout.css
style.css

I am attaching zip folder for all the modified files so please replace the older ones with these new files.

Thank you.

xmacinfo’s picture

@komal.savla: Thanks for the quick fixes.

Navigations menus are now displayed correctly.

Primary menu is now showing with the correct fonts and proper position, which, by the way, should correct metality issues with the theme (when the last menu item was active, a gap of a few pixels was created).

As for Featured regions and some other small display issues in the footer, I will double check and come back with a better explanation. But it's very minor.

Thank you for the hard work!

xmacinfo’s picture

@komal.savla: Here are the explanations for the few fixes still needed.

Feature region
The features sections have the text too large and padding/margin in extra. When upgrading from D6 to D7, the mission is moved to that region.

  • The font for the text is a bit too large (d6 uses the body value, d7 uses #featured .block .content).
  • d7 inject a p tag, since it's now a block, while d6 mission used plain text (unless the admin added his own HTML).
  • That paragraphs add to much margins.
  • The "#featured .block" ruleset should have margin and padding set to 0, again to be more like d6.

Obviously, since Featured is now a region, you might choose to leave the Featured region as is.

Footer region
In the footer, the footer message should float to the right, making both menu and message on the same line.

So the “div.region.region-footer” should float to the right. :-)

komal.savla’s picture

Hi,
In D6 the css for the mission and the other blocks in the featured region is different but in D7 as there is no mission the css only remains for the other blocks, So we cannot remove the margin and the padding for the #featured .block because it will pick up for all the other blocks too that will be enabled in the featured region. So in order to differentiate between mission block and other blocks, we can add a new region called Mission and then the block for the mission can be enabled in the mission region so that it can pick up the correct css for mission block.

Similarly we can add a new region for Footer message because in D6 the footer message is displayed in the right side and all the other blocks are on the left side , so we cannot give float right to div.region.region-footer since there is no seperate footer message in D7.
Please provide your feedback.

Thanks,
Komal

xmacinfo’s picture

@komal.savla: This is interesting and that make sense. I will play more with the theme and add other blocks in both regions and see what can be done.

xmacinfo’s picture

Status: Needs work » Fixed

Moving to Fixed for now.

xmacinfo’s picture

Status: Fixed » Reviewed & tested by the community

Actually it's better RTBC until the maintainer creates the release.

xmacinfo’s picture

Version: 6.x-1.1 » 7.x-1.x-dev

This is fixed since komal.savla created the 7.x-1.x-dev version.

Followups have their own issues.

sillygwailo’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.