-
AuthorPosts
-
jayatunge Friend
jayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
February 22, 2012 at 5:04 pm #174177I just installed the ja_tiris J2.5 locally. Can someone please guide me on how to Add an additional row between Main Menu and Top header OR move an unused row from bottom so that I can place a company logo, like in the attached screen shot?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 22, 2012 at 8:12 pm #439526Hi
Try to make in this way
From your template manager goto Layout Tab and edit the default Layout
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw" main-inner="2">top-panel</block>
<block name="header" type="header" main-inner="2"></block>
<block name="modules" type="modules" main-inner="2">newlogo</block>
<block name="mainnav" type="mainnav" main-inner="2"></block>
<block name="slideshow" main-inner="2">slideshow,sidenews</block>
<block name="slideshow2" main-inner="2">slideshow2</block>
<block name="masshead" main-inner="1" style="raw">masshead</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="topsl",user3,user type="spotlight" main-inner="2">user1,user24</block>
<block name="topsl1" type="spotlight" main-inner="2">user5,user6,user7,user8</block>
</blocks>
<blocks name="middle" colwidth="25.5" main-inner="2">
<block name="content-mass-top">content-mass-top</block>
<block name="left1">left</block>
<block name="right1">right</block>
<block name="content-mass-bottom">content-mass-bottom</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl2" type="spotlight" main-inner="2">partners</block>
<block name="navhelper" type="navhelper" main-inner="2"></block>
<block name="botsl" type="spotlight" main-inner="2">user9,user10,user11,user12</block>
<block name="botsl1" type="spotlight" main-inner="2">user13,user14,user15,user16</block>
<block name="footer" type="footer" main-inner="2"></block>
</blocks>
</layout>At your layout add the portion of code in RED
Then goto templatesja_tiristemplateDetails.xml and add this position at the end of positions section
<position>newlogo</position>
save the file and refresh your frontend
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by pavit 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add a row between Main Menu and Top header
Viewing 2 posts - 1 through 2 (of 2 total)