Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • iarchies Friend
    #200026

    Hi, to whome it may concern,

    I want to add new position to show ticker in the top of Homepage like JA mag, and add more menu position on the top too

    Could you please, How can I do like this picture

    Thank you very much
    Giff P.


    1. Screenshot_1
    chavan Friend
    #543544

    Using this documentation http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs#Creating_new_module_positions can create new module position.

    iarchies Friend
    #543932

    I was add this code to header.php (copy from JA Mag)

    [PHP] <!– SPOTLIGHT TOP –>
    <?php if ($this->checkSpotlight(‘spl-top’, ‘top-1, top-2’)) : ?>
    <div class=”wrap top-header”>
    <div class=”container t3-sl spl-top”>
    <?php
    $this->spotlight (‘spl-top’, ‘top-1, top-2’, array(
    ‘top-1’ => array(
    ‘default’ => ‘span10’,
    ‘tablet’ => ‘span8’
    ),

    ‘top-2’ => array(
    ‘default’ => ‘span2’,
    ‘tablet’ => ‘span4’
    )
    ))
    ?>
    </div>
    </div>
    <?php endif ?>
    <!– //SPOTLIGHT TOP –>[/PHP]

    and Then put this code to templateDetail.xml

    <position>top-1</position>
    <position>top-2</position>
    the result is show the new position to module’s position on template manager.

    When I checked it on module manager , I couldn’t find Top1 and Top2 position.

    I don’t know what to do next. ^^

    Thank you for your kind

    Giff Pilunthasukala

    Ps.My English is not very good. thank you


    1. Screenshot_2
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  iarchies 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum