-
AuthorPosts
-
February 12, 2007 at 3:47 pm #118752
Hi,
I would like to remove in site tools 800×600 resolution, and leave everithing else, how to do that?
any idea?
February 13, 2007 at 11:59 am #214549I would also like to remove the 800×600 resultion option in the site tools.
But not leave everything else, since I would like to add 1280×1024 resolution option.
So that it would be 1024×768, 1280×1024 and Auto adjust screen size.But I can also accept vanja1971 request…
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
February 13, 2007 at 3:03 pm #214561andreas3;8089I would also like to remove the 800×600 resultion option in the site tools.
But not leave everything else, since I would like to add 1280×1024 resolution option.
So that it would be 1024×768, 1280×1024 and Auto adjust screen size.But I can also accept vanja1971 request…
Wouldn’t just having the “auto adjust” feature work to size to 1280×1024, I know the autosize doesn’t size to a maximum window ,it takes into consideration the window is not totally maximised.
but as a user I just expect the browser to size to whatever I set my screen resolution to, I would rarely want to manually adjust the screen res, I find that most users view at their preset native resolution.
To clarify, I view at 1024 x768 on desktop system or laptops no matter what maximum screensize that can operate at because I have poor eyesite and need glasses, if I go above that res the text is so small I have reading problems,.
So i never manually change my preferred settings, I think this my be true of most users, once you find a comfortable viewing size, you stick to that?
So in my case I’d be happy enough if the browser detected my native screen size and opened to suit? Hope you understand my opinion?
ShannonNKhanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 13, 2007 at 4:59 pm #214567To Vanja: To remove button “Narrow Screen” in site tools, you need modify file ja_templatetools.php. Search and remove this code:
<a href="#Narrow" onclick="return false;"><img title="Narrow screen" src="<?php echo $ja_template_path;?>/images/<?php echo $ja_color?>/user-screen1<?php echo ( ($ja_width=="narrow") ? "-hilite" : "" ) ?>.gif" alt="Narrow screen resolution" id="ja-tool-narrow" onclick="changeToolHilite(curtool, this);curtool=this;setScreenType('narrow');" /></a>
To andreas3: You could customize the narrow button to 1024×768 and wide to 1280×1024. Open template_css.css file, search following code and modify the value in red:
#ja-wrapper {
width: 760px; /* Narrow screen */
margin: 0 auto;
padding-left: 8px;
background: url(../images/shadowleft-bg.gif) repeat-y top left #FFFFFF;
text-align: center;
}.wide #ja-wrapper {
width: 950px; /* Wide screen */
}.auto #ja-wrapper {
width: 90%; /* Auto-adjustment screen */
}
To Shannon: If you’d like your website automatically detect and apply the screen size, you could turn off the Screen tools, set your sreen default to “auto”. You could also change the width of “auto adjust” to 100% (or nearly) by changing the width of style .auto #ja-wrapper (currently it is 90%).
-
AuthorPosts
This topic contains 4 replies, has 4 voices, and was last updated by Khanh Le 17 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum