-
AuthorPosts
-
jardin Friend
jardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
March 2, 2010 at 4:37 am #149122Some users – using smaller screens – are missing a very small portion of the right end side of the template.
Where can I change the template width from 980px to 960px?
Changing the following values in templates/ja_lime/layout.css is not sufficient:
.main { width: 980px; max-width: 1200px; margin: 0 auto 0 55px; position: relative;}
It does not matter how large are the main, left and right columns. I just want everything to fit within the 960px limit.
Thanks
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
March 2, 2010 at 1:03 pm #334410Ideally, I would like to set the following values in templates/ja_lime/layout.css:
.main { width: 960px; max-width: 960px; margin: 0 auto 0 30px; position: relative;}
Please let me know if this is possible and what else do I need to change to preserve the current layout.
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 3, 2010 at 4:30 am #334572Dear jardin!
pls roll back to original version and refer this thread
http://www.joomlart.com/forums/showpost.php?p=164851&postcount=2Good luck
1 user says Thank You to Saguaros for this useful post
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
March 5, 2010 at 3:04 am #334945It worked! Thank you so much tienhc!
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 11, 2010 at 6:02 am #335751I am confused. It doesn’t work for me. Probably I didn’t do it right.
I have a small screen and can’t see little bit of right side. And also login panel arrow is missing as well because of that (i pointed this separately in another thread).
Could somebody let me know how to correct the missing right side?
(i followed the link to other thread but didn’t help).
I hope JA dev see this as a major bug – as it is big bummer for a nice template.
drb
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 11, 2010 at 8:12 am #335781Dear drb07!
pls give me the link to your site and the admintrator account.
Thanks
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 11, 2010 at 9:01 am #335785Hello Tien,
Unfortunately, site is within a closed network.
Shall try to get permission to let you access. I play very small role in administration.anyways, problem is not only with my site – it is with JA LIME demo as well.
I have reported this here as well –
http://www.joomlart.com/forums/topic/login-panel-not-visible/It is a major bug – I thought JA dev would be eager to fix it by this time. Looks like it has not been done in JA website itself.
Is it possible for you to provide detailed instruction to correct it myself over here?
drb
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
March 11, 2010 at 2:28 pm #335810drb07,
Please undo all your previous changes or reinstall the template. It should work.
You can also reduce the size of the left space by altering the following code in /templates/ja_lime/css/layout.css
/* .main { width: 980px; max-width: 1200px; margin: 0 auto 0 55px; position: relative; */
.main { width: 980px; max-width: 1200px; margin: 0 auto 0 30px; position: relative;}I agree with you, JA should do a better QA job before releasing a template.
Regards
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 11, 2010 at 3:03 pm #335818Jardin,
I did quickstart installation. And have done several changes like disabling modules, logo changes etc. If I have to reinstall the template it would be lot of work. I downloaded and installed the latest file just few days ago.Is there an easier way to do rectify the problem without reinstallation please?
JA – dev – hope you are watching and provide the necessary help – i guess its been more than a week since people have reported this bug. Seems like they didn’t care.:((
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
March 11, 2010 at 3:37 pm #335822Please try the following:
1) In /templates/ja_lime/templateDetails.xml
<param name=”ja_screen” type=”list” default=”980″ label=”Template Width” description=”TEMPLATE WIDTH DESCRIPTION”>
<option value=”750″>Narrow Screen</option>
<option value=”980″>Wide Screen</option>
<option value=”940″>Width 940px</option>
</param>Feel free to adjust the Width value to fit your needs.
2) From your admin site
Extensions > Template Manager > JA_Lime > Template Width
Select “Width 940px” from the drop-down list.
Hit Save
3) If it still does not work, please try to compare your current code with the original / vanilla JA_Lime code and see what can be fixed.
You can use a tool such as http://www.ultraedit.com/products/ultracompare/features/compare_files.html
Hope this helps
1 user says Thank You to jardin for this useful post
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 11, 2010 at 5:03 pm #335831Jardin,
Thank you. Let me try it out and see. I have also submitted a bug ticket system to JA. Hope they respond. -
AuthorPosts
This topic contains 11 replies, has 3 voices, and was last updated by Balaji Ramanathan 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum