-
AuthorPosts
-
islandview Friend
islandview
- Join date:
- December 2007
- Posts:
- 126
- Downloads:
- 8
- Uploads:
- 11
- Thanks:
- 24
- Thanked:
- 3 times in 2 posts
October 11, 2009 at 7:15 pm #145093Hi there – This Template is looking fantastic!!!!
A couple of things…
1) POSSIBLE BUG – According to the Module Positions guide, there is no ‘Left’ position – That’s fine I thought as I have modules in ‘Left’ on my other templates which I have for other areas of my site which I wouldn’t want to appear on Halite… BUT Halite picks them up!!! Should this be happening? If so the Module Positions guide is wrong? Where would I find in the code the bit that picks up modules in the ‘Left’ position – I’d like to take that out.
2) COLUMN WIDTHS – On looking at some of the page coding, there seems to be code checking for the width setting of the columns – Where can I enter that? I don’t see anything in the back-end paramters….
Thanks!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 15, 2009 at 9:23 am #320562Hi acbonner
I would like to answer your questions as follows:
1) POSSIBLE BUG – According to the Module Positions guide, there is no ‘Left’ position – That’s fine I thought as I have modules in ‘Left’ on my other templates which I have for other areas of my site which I wouldn’t want to appear on Halite… BUT Halite picks them up!!! Should this be happening? If so the Module Positions guide is wrong? Where would I find in the code the bit that picks up modules in the ‘Left’ position – I’d like to take that out.
=> In Administrator, go to Extensions -> Template manager -> edit ja halite template. In the edit page, select Default Layout to 3 columns classic. At that time, you can see the left columns.
2) COLUMN WIDTHS – On looking at some of the page coding, there seems to be code checking for the width setting of the columns – Where can I enter that? I don’t see anything in the back-end paramters….
=> with this template, we are calculating the width of left, body and right columns. if you want to change the width of right column, please open templates/ja_halite/css/layout.css, at about line 74, find following code:
#ja-right {
float:right;
}and change to:
#ja-right {
float:right;width: 340px !important; /*change to your width*/
}1 user says Thank You to JA Developer for this useful post
islandview Friendislandview
- Join date:
- December 2007
- Posts:
- 126
- Downloads:
- 8
- Uploads:
- 11
- Thanks:
- 24
- Thanked:
- 3 times in 2 posts
October 15, 2009 at 12:52 pm #320577OK Thanks – So just to be clear – The module positions shown in the official documentation at http://www.joomlart.com/templates_club/club_portfolio/ja%11halite.html relate to just 1 of the provided layout views within the template? (If so, which one is this – default.php?)
Is there anywhere that shows the module positions for all of the layouts provided – or is it just a case of having to go through the code to work out what’s where?
Thanks
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 16, 2009 at 3:30 am #320668Now, we have a lot of layouts for a template. (=> In Administrator, go to Extensions -> Template manager -> edit ja halite template. In the edit page, select Default Layout to 3 columns classic. At that time, you can see the left columns.)
For the reason, to see all position in a layout, you have to choose that layout and run this link: http://www.yourdomain.com/index.php?tp=1
1 user says Thank You to JA Developer for this useful post
October 26, 2009 at 7:05 am #321555Hi, JA Developer
If change recording to your suggestion:
“width: 340px !important; /*change to your width*/”Then the column expands,yes. But it also moves the column to the bottom of the page. Below the content. Do I have to change anywhere else to?
Dan
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 27, 2009 at 3:14 am #321683Hi danderss
When you add this with to the right column, you have to change the with of left column and content column to suitable.
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum