Closed (fixed)
Project:
Orange
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2011 at 22:22 UTC
Updated:
20 Feb 2011 at 11:22 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| issue.jpg | 249.28 KB | Rhodungeon |
Comments
Comment #1
nomonstersinme commentedThats 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.
Comment #2
Rhodungeon commentedThank you!
Comment #3
nomonstersinme commentedThis is fixed in6.x-2.x-dev .. please try the dev version and reopen if this still gives you a problem.
Comment #4
Rhodungeon commentedEverything 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