-
AuthorPosts
-
October 6, 2006 at 7:18 pm #117334
I have configured the template to only use one color, as directed in the instructions. However, another color will still show up when clicking on links on the “topmenu” (in the User3 position)
Any idea why this would be and how to fix it?
October 15, 2006 at 10:57 am #211022Weird – I am experiencing the same problem – any news about this?
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
October 16, 2006 at 5:02 am #211038Have you change this line in the index.php
#$topnav = ja_topNav('mainmenu', array('green','yellow','cyan','brick','magenta','blue',));
into this:
$topnav = ja_topNav('mainmenu', array('green'));
This will force your template use one green color onlyOctober 25, 2006 at 9:55 pm #211248Yes, that is exactly what I did. Again, it stays the proper color when I use the mainmenu, but if I use any other menu it changes.
I’d appreciate any help, as I need to go live with this site soon. Thanks
You can see it here: http://www.slnhs.org/index.php
then, click on a link on the left column menu
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
October 27, 2006 at 8:40 am #211268Sorry for the delay 🙂
Now I see your site is running smoothly with one green color 🙂
Very nice adoption of JA Spica ! troymummOctober 31, 2006 at 5:27 pm #211338Sorry, it is still not staying green only. Click on the “Privacy Policy” in the footer.
November 10, 2006 at 8:26 pm #211575I “fixed” this by making the yellow theme the same as the green (the CSS, images, etc) However, there still seems to be a bug related to this.
msharding Friendmsharding
- Join date:
- July 2006
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 2 times in 1 posts
December 1, 2006 at 6:33 pm #212197I get the same issue (it switching to yellow) when you click on a link placed in other menus other than the main menu. Definitely a bug and not just you 🙂
msharding Friendmsharding
- Join date:
- July 2006
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 2 times in 1 posts
December 1, 2006 at 6:44 pm #212198Bingo. In ja_submenu.php, I found:
<?php
defined( ‘_VALID_MOS’ ) or die( ‘Direct Access to this location is not allowed.’ );
$hilightid = -1;
$menuname = “”;
$color = “yellow“; // default color for orphan (no parent menu) links
$tab_index = 0;Change yellow to whatever color you are using. Should fix it, I hope.
Micah
-
AuthorPosts
This topic contains 10 replies, has 5 voices, and was last updated by patrick2 17 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum