Hi, I’m rearranging my menu items. However, each time I enter the navigation menu builder, the order of the menu bars are reset to its original position again. Anyone knows how to fix the menu positions? Thanks a lot! |
1. Do you have 2 browser windows open the to the builders -> navigation menu builder page at the same time. For example, FF & IE. If so, then close one of them (recommend using FF for this) as it will cause this to happen.
2. What modifications have you made if item #1 does not apply.
3. This sounds like a file perm is incorrect as it's not allowing you to rewrite the db_cache for the menu. inc/db_cache/MenuContent.inc must be set to 0666 on the permissions.
One of those should help you out here.
|
You can even goto your menu builder page, after delete cache file itself: inc/db_cache/MenuContent.inc and click at any element in menu builder and click 'save' it should recreate cache file |
1. Do you have 2 browser windows open the to the builders -> navigation menu builder page at the same time. For example, FF & IE. If so, then close one of them (recommend using FF for this) as it will cause this to happen. 2. What modifications have you made if item #1 does not apply. 3. This sounds like a file perm is incorrect as it's not allowing you to rewrite the db_cache for the menu. inc/db_cache/MenuContent.inc must be set to 0666 on the permissions. One of those should help you out here. I've tried step 1 and step 3 still doesn't work =( 2. I only made changes in the order of menu tabs. |
You can even goto your menu builder page, after delete cache file itself: inc/db_cache/MenuContent.inc and click at any element in menu builder and click 'save' it should recreate cache file Do you mean deleting the whole file or just the contents of the file? |