-
AuthorPosts
-
marmor Friend
marmor
- Join date:
- June 2011
- Posts:
- 6
- Downloads:
- 13
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 10, 2011 at 10:38 am #166136i solved most my template problems reading the posts here and the winki but there is a few tings i cant find the answer to
1. most my changes is in template.css is it anyway to get one layout to use a certain temlate.css as it is now the changes in css affect’s all layouts maybe that what themes are for but got no ide how to use that function and cant find any docs explaining it either, the only change in the style is
<block name="content-mass-top" type="spotlight" main-inner="1">user12,user13,user14</block>
above mainnav2. how do i move the search position to somewhere else on my site?
3. can i put a mod posion in header where logo/sitename now is, prefered directly under the sitename but if needed i can replace the logo/sitename with mod posision , i got a custom html module displaying a flash img i want there
excuse all typos hope anyone can help me
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 11, 2011 at 8:51 am #400518Hi marmor
1. Do you want to change file template.css to affect to all layouts?
2. Where you want to move search? You should read T3 wiki again to know how to change position in layout.
3. In my understanding, you want to put logo / site name to a mod position and put module anywhere you want.
You can replace line
<block name="header" type="header" main-inner="1"></block >
by
<block name="header-alternate" type="modules">pos1, pos2</block>
And put module to position pos1, pos2.marmor Friendmarmor
- Join date:
- June 2011
- Posts:
- 6
- Downloads:
- 13
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
July 11, 2011 at 11:54 am #400555i figured out how to make themes but still need help with following
how do i move the search position to somewhere else on my site?
can i put a mod posion in header where logo/sitename now is?
when using theme, template load colors and so on from the theme template.css yes
but he still load some from original template.css for example the header-mask that is removed from the theme template.css why?????chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 13, 2011 at 5:08 am #400890Hi marmor
1. Put position in header, you can do as above post or following step:
– Create folder blocks in templates/ja_t3_blank
– Copy file plugins/system/jat3/jat3/base-themes/default/blocks/header.php to templates/ja_t3_blank/blocks
– Replace code
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
by
<div class="logo-text">
<jdoc:include type="modules" name="pos1" />
<jdoc:include type="modules" name="pos2" />
</div>
in templates/ja_t3_blank/blocks/header.phpYou can put module in pos1, pos2
2. You could use order position alternate search position.
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by chavan 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum