test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • foleyx90 Friend
    #173519

    We’re using Joomla! 1.7 with the Elastica template and we were wanting to make all of our pages by default to be four columns wide. I noticed you can change the Page Class when creating a new menu item to content-grid-quadruple but how do I make it do this automatically or change it globally? Any help would be much appreciated.

    khoand Friend
    #436964

    You can do it by replace the code from /plugins/system/jat3/jat3/core/template.php


    if ($params->get('pageclass_sfx')) {
    $cls .= ' body' . $params->get('pageclass_sfx');
    }

    with


    if ($params->get('pageclass_sfx')) {
    $cls .= ' body' . $params->get('pageclass_sfx');
    } else $cls .= ' content-grid-quadruple';

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum