Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sakari Friend
    #156796

    Hello friends,
    I create the JoomFish module position in the menu level.
    Please take a look at these two pictures, then you realize what I mean!

    Actual status:

    It should look like:

    Can anyone help?

    Thanks in advance.

    Regards
    Sakari


    1. bild1
    2. bild2
    Css Magician Friend
    #364445

    Dear sakari,

    Please go to templatesja_eventsblocksmainnav.php add code :


    <?php $this->genBlockBegin ($block) ?>
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>
    <!-- jdoc:include type="menu" level="0" / -->
    <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1); ?>
    <!-- jdoc:include type="menu" level="1" / -->
    </div>
    <?php endif;?>
    <div class="ja-mainnav-mask"> </div>
    <?php if($this->countModules('joomfish')) : ?>
    <div id="ja-joomfish">
    <jdoc:include type="modules" name="joomfish" />
    </div>
    <?php endif; ?>
    <?php $this->genBlockEnd ($block) ?>

    add your module to joomfish position. After that, add the css to template.css


    #ja-joomfish {
    position:absolute;
    right:20px;
    top:30px;
    }

    warring: when your site is 1 col, mainmenu is full and the module will has a bug :((

    Saguaros Moderator
    #364446

    Now, you try with this solution:

    Open the templates.css file and find:

    #ja-right{float:right;}

    replace:

    #ja-right{float:right;margin-top:-50px}

    jein Friend
    #370840

    Hello

    The line of code you enter on template.css not exist? where I can change the position / size of the module

    thanks for your attention

    Hayden A Friend
    #371018

    you can change the position / size of the module by open file templatesja_eventscoreetclayoutsdefault.xml

    you change size module by changing colwidth=”26″

    change position in change name block

    example : <block name=”content-mass-top”>content-top</block> =>

    you change <block name=”content-mass-top”>user1</block>

    jein Friend
    #374842

    :confused: I have inserted the code template.css
    # ja-right {
    float: right;
    margin-top:-50px
    }
    and I’ve managed to put a search module above, but appears to opacity, as I can I remove it to work
    Thank you very much


    1. prueba
    Hayden A Friend
    #375280

    Dear jein,

    please provide me your site url and admin login details via PM for further checking.

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

This topic contains 7 replies, has 5 voices, and was last updated by  Hayden A 13 years, 9 months ago.

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