-
AuthorPosts
-
December 16, 2011 at 7:19 pm #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 navplease help
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2011 at 7:27 pm #430024Are 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).December 28, 2011 at 6:09 am #431526the website is http://www.theequuseffect.com/v2
when prompted
username: equus
password: effectthe 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 helpTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 28, 2011 at 6:11 am #431527When 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>December 29, 2011 at 9:09 pm #431816very sorry: http://www.theequuseffect.org/v2
when prompted
username: equus
password: effectBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
January 5, 2012 at 1:25 am #432575You 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.
July 10, 2012 at 10:22 am #460460Hi,
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 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
July 12, 2012 at 3:08 am #460645Hi 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
1 user says Thank You to Stork11 for this useful post
September 20, 2012 at 8:49 pm #467687I 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 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
September 21, 2012 at 7:53 am #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 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
October 2, 2012 at 7:53 am #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.
1 user says Thank You to Stork11 for this useful post
-
AuthorPosts
This topic contains 12 replies, has 6 voices, and was last updated by fionawink 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum