test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • isa_rwthaachen Friend
    #187963

    Hello,

    i would like to have ja login in one row with my language selection below the topmenu.
    if i assign it to user6 or any other position above content, the popup does not display as expected (hides behind content).

    could u please help me either assign it properly to an existing module position or create a new block with 2 positions so its appears right below megamenu.
    i read the manuals but was not able to create a new block that actually worked.

    thank you

    greetings

    phong nam Friend
    #494942

    Hi,

    <blockquote>could u please help me either assign it properly to an existing module position or create a new block with 2 positions so its appears right below megamenu.</blockquote>

    Backup your site first and then try on below steps to create a new block containing 2 positions below Main menu:

    1. Open templatesja_mendoziteblocksheader.php, then remove or comments lines:

    <?php if($this->countModules('jalogin')) : ?>
    <div id="ja-login">
    <jdoc:include type="modules" name="jalogin" />
    </div>
    <?php endif; ?>

    2. Attract my attached file to templatesja_mendoziteblocks path.

    3. Open templatesja_mendoziteetclayoutsdefault.xm, then put below line:

    <block name="newblock" type="login" style="raw">jalogin,language</block>

    after:

    <block name="mainnav" type="mainnav" main-inner="1"></block>

    4. Open templatesja_mendozitecssmod_jalogin.css, then find & replace lines:

    #ja-user-login, #ja-user-register {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px;
    right: 30px;
    margin-top: -1px;
    z-index: 2;
    top: 27px;
    }

    with

    #ja-user-login, #ja-user-register {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px;
    right: 30px;
    margin-top: -1px;
    z-index: 1000;
    top: 27px;
    }

    5. Create new modules & assign to position: language & jalogin
    Clear T3 cache after changes, and try to adjust css styles on your website if needed.

    Leo


    1. 4
    1. login.zip
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 7 months ago.

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