-
AuthorPosts
-
azilanur Friend
azilanur
- Join date:
- November 2006
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 20, 2012 at 6:34 am #173004Hi,
How to move up the module user 5 – user 7 (refer attachment) ?
Actually I want my the whole home page fit to screen 1280×800 without scroll.
And I dont mind if the slideshow will be less width.Thank you.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 20, 2012 at 9:24 am #434602Hi azilanur
Please help me to understand you want put your user5 user7 modules above the slideshow module ?
azilanur Friendazilanur
- Join date:
- November 2006
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 21, 2012 at 2:09 pm #434776Hi,
Yup main menu, slideshow, followed by user5-user7, user5-user7 will be move up to the position of red arrow, see the red arrow inside the attachment.
Thank you.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 21, 2012 at 6:43 pm #434786Hi azilanur
What are you asking to do is possible changing the layout structure of the template but after you have to change all the css structure for the slideshow to move it below the User5 and user7 position, and this is a template customization.
anyway you can move the positions in this way goto Extensions — Template Manager — Layout Tab
move this block (Cut and past)
<block name="topsl1" type="spotlight" main-inner="1">user5,user6,user7,user8</block>
above this line
<block name="slideshow">slideshow</block>
so it will be
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw" main-inner="2">top-panel</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="header" type="header"></block>
<block name="mainnav" type="mainnav"></block>
<block name="topsl1" type="spotlight" main-inner="1">user5,user6,user7,user8</block>
<block name="slideshow">slideshow</block>
<block name="masshead">masshead</block>
<block name="contentslider">contentslider</block>
<block name="twitter">twitter</block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>Save and clean your jat3 cache
I have showed the procedure to obtain what you need now it’s your job to modify the css for the slideshow so you can move it down
Regards
azilanur Friendazilanur
- Join date:
- November 2006
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 23, 2012 at 2:13 pm #434953Hi,
Thank you for the info. But I m actually didnt want to change layout. The layout remain, but only want to move the position of user5-user7 to be a little bit higher position as a attach screenshot before. The reason I want to move that so that the interface will be fit on screen resolution of 1280×800.
Thank you.Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 23, 2012 at 3:06 pm #434965So really you just want to make the slideshow a little smaller height wise?
azilanur Friendazilanur
- Join date:
- November 2006
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 24, 2012 at 4:15 am #435123Hi,
Yes exactly. So, how to do that. Thank you.Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 24, 2012 at 8:12 am #435149Please begin by going into the module manager and setting your slideshow height to the height you want it to be. When you have done that come back with a link to the page your slideshow is on and I will post the css adjustments you need to make.
azilanur Friendazilanur
- Join date:
- November 2006
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 25, 2012 at 5:38 am #435305Hi,
I has set to new slideshow height at my localhost, in progress to transfer to live site for testing. Is it you want the url of live site for you to review before post css adjustment?Thank you.
azilanur Friendazilanur
- Join date:
- November 2006
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 25, 2012 at 8:05 am #435318Hi,
I already private message to you detail of my site url.
Thank you.
azilanur Friendazilanur
- Join date:
- November 2006
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 29, 2012 at 11:36 am #436007Hi,
It’s work. Thank you so much.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 29, 2012 at 7:28 pm #436006You now need to edit a little css, just the 310px bit below to whatever height you wish.
[PHP]#ja-slideshow { min-height: 310px;}[/PHP]
That code can be found in modules/mod_jaslideshow/assets/themes/kranos/style.css around line 497
1 user says Thank You to Phill for this useful post
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by azilanur 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum