Re: [Trac] Help the TracNav macro isn't displaying properly

2013-03-18 Thread Thomas Moschny
2013/3/17 akliewer99 akliewe...@gmail.com Would you know of a way to keep that I can keep it in but execute it earlier in the page process so it doesn't won't overwrite my CSS styles? We already have a ticket for TracNav about including the CSS earlier. It would then be loaded in the HTML

Re: [Trac] Help the TracNav macro isn't displaying properly

2013-03-17 Thread RjOllos
On Saturday, March 16, 2013 10:27:51 PM UTC-7, akliewer99 wrote: THANK YOU VERY MUCH! That was it! I had forgotten I did that. When I first setup this Trac environment I was using custom CSS style. A dark black theme. It was being overwritten by that jQuery.loadStyleSheet(...) so I

[Trac] Help the TracNav macro isn't displaying properly

2013-03-16 Thread akliewer99
Howdy all, Got a Freshly installed instance of Trac 1.0 running with mysqldb connector. TracNavMacro http://trac-hacks.org/wiki/TracNavMacro plugin is installed. When it displays on a page, in the header there are big bold letters TracNav with a hr. See my

Re: [Trac] Help the TracNav macro isn't displaying properly

2013-03-16 Thread Thomas Moschny
Hi, you commented out the jQuery.loadStyleSheet(...) part in the template. TracNav however relies on that (via trac.web.chrome.add_stylesheet) to get its CSS loaded. Regards, Thomas 2013/3/17 akliewer99 akliewe...@gmail.com Howdy all, Got a Freshly installed instance of Trac 1.0 running

Re: [Trac] Help the TracNav macro isn't displaying properly

2013-03-16 Thread akliewer99
THANK YOU VERY MUCH! That was it! I had forgotten I did that. When I first setup this Trac environment I was using custom CSS style. A dark black theme. It was being overwritten by that jQuery.loadStyleSheet(...) so I commented it out. Would you know of a way to keep that I can keep it in