Topics

I upgraded to v2.3.0 and now my pages won't load correctly

In v2.3.0 we fixed/changed the javascript loading to the bottom of the page for good loading optimization.  Though this was always the design/intent, it wasn't properly implemented until v2.3.0.  If you have javascript code in your theme or subtheme template which requires the YUI or jQuery libraries be loaded, it MUST now be placed AFTER the expTheme::foot() call since that method where the javascript (library) loading code is output to the page.  The placement of javascript within a theme template previously didn't matter because the javascript (library) loading actually occured at the top of the page (which delayed initial display of the page).

Loading Help