-
AuthorPosts
-
July 27, 2014 at 1:25 pm #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.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 28, 2014 at 3:35 am #543544Using this documentation http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs#Creating_new_module_positions can create new module position.
July 30, 2014 at 2:34 pm #543932I 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
AuthorPostsViewing 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
Jump to forum