On Fri, Apr 17, 2009 at 12:49 AM, Noah Kantrowitz <[email protected]> wrote: > On Apr 14, 2009, at 5:43 AM, Olemis Lang wrote: >> On Mon, Apr 13, 2009 at 6:13 PM, yoheeb <[email protected]> wrote: >>> On Apr 13, 2:04 pm, Olemis Lang <[email protected]> wrote: >>>> The last weekend I made a few changes to PyDotOrg theme. It's been >>>> installed in a public site [1]_ so I'd appreciate if you could >>>> please >>>> provide some feedback in order to enhance it further. Every comment >>>> will be welcome. >>>> >>> >>> Looks good. I don't like that the meta-nav bar scrolls inside the >>> page. >> >> I dont like that either, but the fact is that the theme only provides >> CSS, and that tricky issue happens because metanav is inside content >> div in HTML. I'll see if I can fix it anyway ;) > > Not actually true, theme plugins can also override the theme template > file as well. >
Well, yes, I know. Let me say the same thing somehow different. « I dont like that either, but the fact is that *PyDotOrg* theme only provides CSS, and that tricky issue happens because *, in the standard Genshi templates, * metanav is inside content div in HTML. I'll see if I can fix it anyway * but it seems that non-trivial modifications are needed while overriding the HTML template, and I have no time right now for that ... maybe in the future * ;) » PS: BTW I needed to apply a patch (yes I had to do it by myself :-/ ) to TracThemeEngine because of the following reasons : - Carousel in admin page didnt show up - Non-portable JS (MSIE-specific code ? ) code in carousel event handler - A bug or issue or something in jQuery carousel code that injects a bizarre LI element under certain conditions, so admin UI didnt work as expected -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
