Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jacqueline stott Friend
    #162420

    Hi there

    We need to add an advert right at the top of our website.We use JA social.I see on the module positions there is top.topbar.It was not an option as a module position when i created a custom html module so i added the position in the templatedetails.xml file.

    I have tried adding an imazge and text but it still will not show at the top of my webiste.

    is there another way we can place an advert right at the top of our website?
    our website url is http://www.yobaboon.com

    and we want to place an advert right at the top -(which will be pulled through by ad dynamo)

    just like this example on this website http://www.msn.co.za

    If it involves adding code in files please gibe me instructions as i am no developer but i can find my way around the files easily.

    Thanks so much.

    Saguaros Moderator
    #386019

    You try to following this guide:
    1) you access the template configuration and click to the Layout Tab and find the follow code

    <block name=”top-panel” type=”modules” style=”jaraw” main-inner=”1″>top-panel</block>

    replace by:

    <block name=”top-ads” type=”modules” style=”jaraw” main-inner=”1″>top-ads</block>
    <block name=”top-panel” type=”modules” style=”jaraw” main-inner=”1″>top-panel</block>

    When done, your template has a new position , its name is “top-ads”, you will put the banner on this position

    2) you add the following code into the template.css file

    #ja-header {
    margin-top: 30px!important;
    }
    #ja-topbar {
    top: 82px!important;
    }

    imamrevista Friend
    #390588

    I went to Layout tab, edit the Default, but the position has not showed up in the modules, any suggestions?

    cuauh Friend
    #393034

    Hi, you have to add the position to templateDetails.xml <position>top-panel-module</position> , or you can write the position name when you have to choose the module position

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

This topic contains 4 replies, has 4 voices, and was last updated by  cuauh 13 years, 5 months ago.

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