Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • marmor Friend
    #166136

    i 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 mainnav

    2. 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 Friend
    #400518

    Hi 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 Friend
    #400555

    i 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 Friend
    #400890

    Hi 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.php

    You can put module in pos1, pos2

    2. You could use order position alternate search position.

Viewing 4 posts - 1 through 4 (of 4 total)

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