Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • joostwanetie Friend
    #169275

    I want a new module position at the top of the template, like Ja portfolio.

    How can i make this?

    Trimud Friend
    #416771

    Hi,

    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 Friend
    #416777

    I don’t have that option.

    Trimud Friend
    #416787

    Impossible, what You mean by that?

    Regards

    joostwanetie Friend
    #416794

    I see only this for Layouts


    1. Capture
    Trimud Friend
    #416836

    Hi again,

    I see what You mean – Kyanite II is based on old T3 framework.
    Let me come bak later with solution.

    Regards

    Trimud Friend
    #416855

    Hello 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 Friend
    #417040

    Thanks. Works

    joostwanetie Friend
    #419303

    I 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 Friend
    #419312

    Hi,

    please try this way:

    .top-panel {
    padding: 0;
    text-align: right;
    margin: 0 auto;
    width: 980px;
    }

    Regards

Viewing 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