-
AuthorPosts
-
gwprof Friend
gwprof
- Join date:
- October 2006
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
July 11, 2007 at 10:26 am #121352Hi,
I would like to move the top menu, preferably remove it altogether.
Can anyone tell me how i could do this? If I unpublish it I get this error jasdl_activemenu is undefined.i know I need to have a main menu so i would like the menu down the side to be this.
Any help would be greatly appreciated. I am really confused by this template.:confused:
Thanks
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
July 11, 2007 at 11:43 am #223999Where would you like to move the menu? To another place in the template? If so, you need to edit the index.php template file and know a little bit about php and programming. Otherwise, you can choose a different module position if you are using a menu that is “stuck” in a module position somewhere. It would help if you had a screenshot or some more information about which menu you want to move and where to move it to.
gwprof Friendgwprof
- Join date:
- October 2006
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
July 11, 2007 at 12:06 pm #224003thanks for your reply. I would like to remove it altogether. Is this possible? When I try I get the error jasdl_activemenu is undefined on the page. I know a little PHP but not sure how to handle this jasdl_activemenu? I guessed it was becuase it has to have a mainmenu published. Is this right?
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
July 12, 2007 at 6:48 am #224033Do you have a live URL?
gwprof Friendgwprof
- Join date:
- October 2006
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
July 12, 2007 at 9:49 am #224070I have moved site here for you to see. http://www.tyneinternet.co.uk/absolutewoman/
thanks.ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
July 12, 2007 at 10:46 am #224075Yes, you should really, really have a menu published somewhere but where do you want to move it??
In backend: modules you can find the module which is called “main menu”. You can see that this is now located in “left” position. You can change this to any other position you want by editiing this module.
Does this help?
gwprof Friendgwprof
- Join date:
- October 2006
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
July 12, 2007 at 10:57 am #224076I am happy with the menu that is in the left hand side. Its the top menu I want to remove. I have put it back on so you can see which one I mean. (page error has gone when I put it back).
I removed this code from the index.php page to take it off. If i unpublish rather than remove code then I still get the page error.<!– BEGIN: MAIN NAVIGATION –>
<div id=”ja-mainnav”>
<?php
switch ($ja_menutype) {
case 1: echo $topnav;
break;
case 2:
include($ja_template_absolute_path.”/ja_cssmenu.php”);
break;
case 3:
include($ja_template_absolute_path.”/ja_transmenu.php”);
break;
case 4:
echo $topnav;
break;
}
?><?php if ($ja_menutype==1 && $subnav) { ?>
<div id=”ja-subnav”>
<?php echo $subnav; ?>
</div>
<?php } ?><?php if ($ja_menutype==4 && $subnav) { ?>
<div id=”ja-subnavdl”>
<?php echo $subnav; ?>
</div>
<?php } ?></div>
<!– END: MAIN NAVIGATION –>Thanks for your help with this 🙂
gwprof Friendgwprof
- Join date:
- October 2006
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
July 13, 2007 at 8:50 am #224127Can anyone help???? I really need to remove this menu. Does anyone know why jasdl_activemenu needs to be defined? and where it is being called from?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 13, 2007 at 9:39 am #224129Give me an email with your log in info to your site and url and ill take a look at it?
cwigg Friendcwigg
- Join date:
- May 2007
- Posts:
- 153
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
July 13, 2007 at 10:10 am #224131Hi – you said you unpublished the menu module (I think). Did you try the other approach – unpublish all items on the mainmenu? And use othermenu for the left menu ?
cwigg Friendcwigg
- Join date:
- May 2007
- Posts:
- 153
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
July 13, 2007 at 10:31 am #224134another thing you could try, is on line 109 of ja-transmemnu.css, change font size to 0px.
seems to do the trick for me.
thought of this as I chose to reduce the font size on my top menu in this template, after increasing the default font size. -
AuthorPosts
This topic contains 12 replies, has 4 voices, and was last updated by gwprof 17 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum