Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • imurillo Friend
    #174644

    How Do I add a New module position obove The menu bar in JArave2.5

    Sherlock Friend
    #442094

    Hi imurillo,

    you would need to add a block and place it above the mainnav as following
    Go to the template back-end >> Layouts tab, here you go to edit the default layout you will see the mainnav block tag like this
    <block name=”mainnav” type=”mainnav” main-inner=”1″></block>
    Add your new block above it so replace it by

    <block name=”abovemenu” type=”modules” style=”raw”>your module position goes here</block>
    <block name=”mainnav” type=”mainnav” main-inner=”1″></block>

    I hope you got the ideal here, you also need to add extra styles for your new block to display well.

    imurillo Friend
    #442229

    I have the new modulo, and I did styles,
    Gracias..

    I also read this post
    Hi,

    As I understood you want to remove the space between the header and menu. Find if there is margin-bottom property applied to ja-header in your template.css. Change bottom margin according to as much space you want to keep between the header and menu.

    Then you may need to specify bottom margin to ja-mainnav div so that there will be some space between the menu and the content area below that. (This is because you have moved the header above, which had some space between header and the content below.. )

    To create a new module position above the header,
    1.Go to Extensions > Template manager > Your Template > Layouts Tab.
    2.Find the Layout you are using and click on Edit link infront of it.
    3.Find <block name=”header” type=”header” main-inner=”1″></block> and add <block name=”newposition” type=”modules”>newposition</block> above it.
    4.Save the layout and check it in frontend using yourdomain.com/?tp=1 as a url

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

This topic contains 3 replies, has 2 voices, and was last updated by  imurillo 12 years, 8 months ago.

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