Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • orbstein Friend
    #171875

    I’ve tried unsuccessfully to re-order the navigation on the top of the page.
    It seems to call the “main menu” then the “custom modules/pages”
    all i want to do is move the link “horse-tales” to the right most position in the main nav

    please help

    TomC Moderator
    #430024

    Are you working with the Main Menu within your Menu Manager (in your site administration)?

    Otherwise, can you provide the url of the site you’re working on, so we can see what it is you’re wanting to accomplish?

    It also might be helpful if you can provide temporary access to your site administration
    (the login info for which you can send me via PM, if you wish).

    orbstein Friend
    #431526

    the website is http://www.theequuseffect.com/v2
    when prompted
    username: equus
    password: effect

    the link”horse tales” is a menu item in the main menu.
    the rest of the links in the top navigation come from custom modules on “page 1, page 2, etc…” please help

    TomC Moderator
    #431527

    When I try to bring up your site, I get the following error . . .

    <blockquote>Not Found[/h]The requested URL /v2 was not found on this server.
    </blockquote>

    orbstein Friend
    #431816

    very sorry: http://www.theequuseffect.org/v2
    when prompted
    username: equus
    password: effect

    Blaine Friend
    #432575

    You can order them in the default.xml file.

    Open the default.xml file in the templates/ja_cloris/core/etc/layouts/ folder and reorder them.

    anikrig Friend
    #460460

    Hi,
    I have the same problem : I want to reorder menu elements, and more precisely I want to move the Main menu after the “module” menu items.
    I have tried, as you suggest I believe, to move the
    <block name="subnav" type="subnav" main-inner="1"></block>
    after the
    <block name="onepage" type="onepage" pageid="" no-wrap="1" no-main="1">
    block : no joy, it doesn’t change a thing.
    I have even tried to move it in the
    <blocks name="middle" main-inner="1" colwidth="30">
    block, without any more luck.

    What have I missed ? What can you suggest ??

    Thanks,
    A.

    Stork11 Friend
    #460645

    Hi anikrig,

    You can open “templatesja_clorisblocksonepage.php”, then move “<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>” to after “</ul>” tag.
    Like this
    [PHP]
    </ul>
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>
    [/PHP]

    After that, go to “templates/ja_cloris/css/template.css”, at line 833


    #ja-megamenu, #ja-splitmenu, #ja-dlmenu, #ja-cssmenu {
    float: left;
    }

    change it to “float: right”, then continue styling for suitable layout.

    Hope this help.

    Best regards

    fionawink Friend
    #467687

    I followed this and it worked…sort of… my menu item (an external link) is now at the end of the module links BUT has become a second line… am I missing something?

    Stork11 Friend
    #467736

    <em>@fionawink 339088 wrote:</em><blockquote>I followed this and it worked…sort of… my menu item (an external link) is now at the end of the module links BUT has become a second line… am I missing something?</blockquote>
    Hello fionawink,

    Can you PM me with your site information (your site URL, your site admin account) and your FTP account? So I can diagnose this problem.

    BTW, please include this forum thread URL in your PM, so I can follow it.

    Best regards.

    Stork11 Friend
    #468843

    <em>@fionawink 339088 wrote:</em><blockquote>I followed this and it worked…sort of… my menu item (an external link) is now at the end of the module links BUT has become a second line… am I missing something?</blockquote>
    Hello fionawink,

    I added “float:left” style into “ul.ja-pagenav” line (about line 833) in “” file to solve your problem as below:
    ul.ja-pagenav { overflow: hidden; float: left; }

    Please check and confirm the same.

    Regards.

    fionawink Friend
    #469174

    Thank you SO much!!!! Looks like I was trying to change the float on the code #ja-megamenu, #ja-splitmenu, #ja-dlmenu, #ja-cssmenu {
    float: left;
    }
    and not the line below.

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

This topic contains 12 replies, has 6 voices, and was last updated by  fionawink 11 years, 6 months ago.

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