Hello and thank you for this awesome theme. I was very interested in skinr, so I tested it immediately on my website (actually offline).
The problem that I see is a totally overlapping menu, really hard to manage (see the attachment)... I've installed the latest modules (developer's module where required) and an up-to-date version of jquery.ui.
Is anybody experiencing the same problem?

CommentFileSizeAuthor
issue.jpg249.28 KBRhodungeon

Comments

nomonstersinme’s picture

Thats probably jquery ui messing with the fieldsets.. i've actually fixed the fieldsets but havent been able to commit. I will attempt to do so this week.

Rhodungeon’s picture

Thank you!

nomonstersinme’s picture

Version: 6.x-2.1 » 6.x-2.x-dev
Status: Active » Closed (fixed)

This is fixed in6.x-2.x-dev .. please try the dev version and reopen if this still gives you a problem.

Rhodungeon’s picture

Everything is going fine now! Anyway in the 6.x-2.x-dev version the preprocess files don't have any support for skinr

ie. this command

//support for skinr
if($vars['skinr']) {
$vars['wrapper_attributes']['class'][] = $vars['skinr'];
}

is missing...

(I've just pasted the code I found in the "not dev" version). Is that the correct way or the future version will include this too?

Thanks