Hi,
I have ported drupal 6 Wilderness theme (version 6.x-1.0-beta1) to Drupal 7. Can anybody please test it and post the issues so that I can fix them.
The theme can be downloaded from here: http://174.143.242.54/wilderness-7.x.tar.gz

Thanks,
Komal

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

geekgirlweb’s picture

FileSize
28.63 KB

Thanks so much for porting this! So far this is what I've added to my wilderness style.css to remove the extra black menu image and added some padding to the status message so it's not overlapping the background image.

div.status {
    padding-left: 35px;
}

ul li.collapsed, ul li.leaf {
    list-style-image: none;
}
sunnyq’s picture

THANK YOU! WOW!! This is JUST what I needed for my group! :)

I made no changes (I didn't see the extra black menu image or the need for padding around the status message). I am viewing in Safari 5.1).

Again big thanks. My group's theme is nature related and the Wilderness theme is such a good fit. When we had to drop it after upgrading to D7 I was sad. Now I am thrilled!

Cheers, -Susan (sunnyq)

dotman’s picture

Title: Port of D6 Wilderness theme to D7 » drop downs hid behind page element below

thanks for doing this. I just tried this port, and it seems to work fine, but all my main nav drop downs go behind any page element (photo, sidebar, etc) below it. how should I fix this?

thanks.

sunnyq’s picture

Thanks to Dotman, I've now figured out what has been bugging me since updated to Wilderness for D7. I have no navigation menu at the top. Is anyone else experiencing this? When I visit the menus section of the admin area, it shows the menu structure is set up as it has been. I just don't see any menu items along the top. semionlefrontier.com
Thanks Dotman and anyone who can help resolve!
Cheers, -Susan (SunnyQ)

komal.savla’s picture

Hi,
@dotman : I am not able to reproduce your issue. Can you provide screenshots or link of your site so that i can fix this.
@sunnyq: To see the main menu( i.e navigation menu), enable the main-menu block in menu region.
The drop down menu links are not having uniform padding and line-height
To fix this add the following css in your .css file:

.region-navigation ul.menu ul a .t {
     line-height: 20px;
     padding: 0;
    }

Thanks,
Komal

technicalknockout’s picture

Title: drop downs hid behind page element below » Port of D6 Wilderness theme to D7
Status: Active » Needs work

Thank you Komal for working on the port. I was also working on creating a port of this theme to D7 and submitted my patch at http://drupal.org/node/1404290 . I didn't find this issue before because the title was misleading. Changing the title back to "Port of D6 Wilderness theme to D7".

Komal, could you create a patch and submit, rather than a file download? If not, I can go ahead and make one out of your files. I think that's what gets committed into the repository. Here's more info about patches if you are not already familiar: http://drupal.org/contribute/development

Changing the Status to "needs work" since there isn't a patch.

technicalknockout’s picture

Status: Needs work » Needs review
FileSize
67.98 KB

Patch is attached for review.

pokadan’s picture

Now working to get the most important bug fixes into Drupal 6 dev version.
Once that is done a d7 port will be added to the project shortly.

pokadan’s picture

Assigned: Unassigned » pokadan
pokadan’s picture

Version 6.x-1.0-rc1 has become the basis for the transition to D7 version. All changes should be there.

pokadan’s picture

Status: Needs review » Closed (fixed)