test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • esham Friend
    #147448

    how to change menu in mobile version to others menu like top menu,
    Know in template configuration you can define menu as main menu/ other menu but i want in mobile version the menu point to other menu not in the tempate configuration .

    and how to put othe module like language selection in top menu in mobile version

    Anonymous Moderator
    #329063

    Hi esham

    I would like to answer your questions as follows:

    <blockquote>how to change menu in mobile version to others menu like top menu,
    Know in template configuration you can define menu as main menu/ other menu but i want in mobile version the menu point to other menu not in the tempate configuration .</blockquote>
    => Our template does not support your idea. I am afraid that you have to handle your idea at your end. i am sorry for not being of much help in the case.

    <blockquote>and how to put other module like language selection in top menu in mobile version</blockquote>
    => open templatesja_teline_iiilayoutsiphone.php, find following code section:


    $positions = array (
    'content-top' =>'',
    'content-bottom' =>'content-bot',
    );

    Here you can add a value to content-top for your idea.

    Also, you can define new position in templatesja_teline_iiilayoutsblocksiphoneheader.php file for your idea

    Hope it helps

    esham Friend
    #329073

    ‘and how to put other module like language selection in top menu in mobile version ‘
    refer image .. can i disable or change to other type


    1. menu
    Anonymous Moderator
    #329273

    Hi esham

    Please try to read my guider for creating new position in the iphone layout:

    + Open templatesja_selenilayoutsiphone.php , find following code::

    $positions = array (
    'content-top' =>'',
    'content-bottom' =>'content-bot',
    );

    and change to:

    $positions = array (
    'content-top' =>'',
    'content-bottom' =>'content-bot',
    'language' =>'language',
    );

    – open templatesja_selenilayoutsblocksiphonemainnav.php file, find following code section:

    <a class="toggle ip-button button-login" href="#ja-login" title="Login">Login</a>

    and change to:

    <a class="toggle ip-button button-login" href="#ja-login" title="Login">Login</a>
    <?php
    $language = $this->getPositionName ('language');
    if($this->countModules($language)) : ?>
    <div class="ja-content-bottom clearfix">
    <jdoc:include type="modules" name="<?php echo $language;?>" style="raw" />
    </div>
    <?php endif; ?>

    – Open templatesja_selenitemplateDetails.xml file, find:

    ....
    <position>footer</position>
    <position>syndicate</position>
    <position>debug</position>
    </positions>

    and change to:

    ....
    <position>footer</position>
    <position>syndicate</position>
    <position>debug</position>
    <position>language</position>
    </positions>

    – in adminstrator, you can choose the flag language for this position

    Hope it helps.

    luthien Friend
    #335200

    I added the links to the mainnav.php file. Is this the right way of doing it?

    Anonymous Moderator
    #335438

    Hi luthien

    i don’t understand your way.

    Please try to do with my way and check again.

    luthien Friend
    #335498

    Hello, I posted my answer in the wrong thread. I was asking how to change the url for the top menu for the mobile version. I already found the code to add the change.

    thanks.

    <em>@JA Developer 168416 wrote:</em><blockquote>Hi luthien

    i don’t understand your way.

    Please try to do with my way and check again.</blockquote>

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

This topic contains 7 replies, has 3 voices, and was last updated by  luthien 14 years, 8 months ago.

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