-
AuthorPosts
-
October 23, 2012 at 2:10 pm #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!
GutoLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
October 24, 2012 at 8:30 am #470963Hii,
The config for width size is hiding. You can show it by go totemplates/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 removesetting_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.
1 user says Thank You to Luna Garden for this useful post
November 2, 2012 at 2:58 pm #471790Hi all that you sad but it never ends saving! I keeps saving forever! Thanks
Thanks -
AuthorPosts
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