Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • guto1213 Friend
    #181632

    Please, I’m using University templete and I’m not getting change the hole template width. That template hasn’t the box in admin to change the width size. There are some sugestion in forum to go to admin and chage this paramter, but it doesn’t exist in University template. The University template recognize a 980px width size. Where this 980px is especified? How can I change that?
    Watching the code in Firefox, I see that it is set in this css part:

    /*dynamic css*/

    body.bd .main {width: 980px;}
    body.bd #ja-wrapper {min-width: 980px;}

    But this tag doens’t appear in any place of the template. I just can see some in like that in JAT3 framework in the file /jat3/base-themes/default/blocks/css.php:

    <?php
    $mainwidth = $this->getMainWidth();
    if ($mainwidth) : ?>
    body.bd .main {width: <?php echo $mainwidth ?>;}
    body.bd #ja-wrapper {min-width: <?php echo $mainwidth ?>;}
    <?php endif; ?>

    I believe this width size is set in the parameter $mainwidth = $this->getMainWidth();, but I don’t know where set that. Anyone can help me please? :((
    Thanks a lot!
    Guto

    Luna Garden Moderator
    #470963

    Hii,
    The config for width size is hiding. You can show it by go to
    templates/your_template_folder/templateDetails.xml
    Find these lines:

    <config>
    <fields name="params" addfieldpath="/plugins/system/jat3/jat3/core/element">
    <fieldset name="EXTRA_SETTING" label="Extra Settings">
    <field name="group_disable" type="japaramhelpert3" function="@group">
    <option for="all" value="hide" hideRow="true">setting_screen, setting_direction</option>
    <option for="all" value="disable" hideRow="false">setting_menu, iphone_layout, handheld_layout, android_layout</option>
    </field>
    </fieldset>
    </fields>
    </config>

    then remove
    setting_screen
    from the hiding list.

    Now, you can go to Back-end >> Extension >> Template Manager >> Click on your default template >> Click on tab Profiles: in Global Settings, set Template Width is SPECIFIED and set width as you want.

    kambene Friend
    #471790

    Hi all that you sad but it never ends saving! I keeps saving forever! Thanks
    Thanks

    bossies Friend
    #481170

    thanks – just what i was looking for

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

This topic contains 4 replies, has 4 voices, and was last updated by  bossies 11 years, 9 months ago.

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