-
AuthorPosts
-
joostwanetie Friend
joostwanetie
- Join date:
- March 2011
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 2 times in 1 posts
October 4, 2011 at 3:00 pm #169275I want a new module position at the top of the template, like Ja portfolio.
How can i make this?
Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
October 4, 2011 at 3:08 pm #416771Hi,
please navigate to your site admin -> Templates -> JA Kyanite II -> Layouts -> Default -> Edit
Right after <blocks name=”top” style=”xhtml”> add:
<block name=”topposition” type=”modules”>topposition</block>Than You will have to add some CSS to template.css of Your template, but I can’t tell waht exactly without an axample.
Regards
joostwanetie Friendjoostwanetie
- Join date:
- March 2011
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 2 times in 1 posts
October 4, 2011 at 3:20 pm #416777I don’t have that option.
Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
October 4, 2011 at 3:43 pm #416787Impossible, what You mean by that?
Regards
joostwanetie Friendjoostwanetie
- Join date:
- March 2011
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 2 times in 1 posts
October 4, 2011 at 4:01 pm #416794Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
October 4, 2011 at 6:10 pm #416836Hi again,
I see what You mean – Kyanite II is based on old T3 framework.
Let me come bak later with solution.Regards
Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
October 4, 2011 at 7:18 pm #416855Hello again.
This is how it should be done:
Find and edit: templates/ja_kyanite_ii/layouts/blocks/header.php
At line 1 add:
<div id="ja-topposition" class="wrap">
<div class="main">
<jdoc:include type="modules" name="topposition" />
</div>
</div>Than go to templates/ja_kyanite_ii/templateDetails.xml and add the new position after <position>debug</position> this way:
<position>topposition</position>
Regards
joostwanetie Friendjoostwanetie
- Join date:
- March 2011
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 2 times in 1 posts
October 5, 2011 at 2:45 pm #417040Thanks. Works
joostwanetie Friendjoostwanetie
- Join date:
- March 2011
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 2 times in 1 posts
October 14, 2011 at 11:51 am #419303I can’t get the text on the right side of the template see; http://www.tigerturf.nl/v2/
When you make the screen smaller the text is not in the right place anymore.
.top-panel {
padding: 0 450px 0px;
text-align: right;
margin-top: 0;Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
October 14, 2011 at 12:31 pm #419312Hi,
please try this way:
.top-panel {
padding: 0;
text-align: right;
margin: 0 auto;
width: 980px;
}Regards
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 2 voices, and was last updated by Trimud 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
New module position
Viewing 10 posts - 1 through 10 (of 10 total)