Home button in cbox-sub-menu
- This topic has 2 replies, 2 voices, and was last updated 13 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
If CBOX is set to show the cbox-sub-menu in any location, including under the header as in the default CBOX theme,, the Home button maps to the local system – 127.0.0.1 – rather than the actual server. The rest of the links in the navigation bar work correctly as does the Home button if I turn off this option and allow the menus to show up in the header (to the right of the logo). This is using the Bitnami WordPress 3.5.1 stack on a Mac OS X server with the latest version of CBOX and all the plugins.
The suggestions I’ve found for standard BuddyPress installations, including explicitly stating the server URL in the wp-config.php file, do not work and I don’t see any obvious solution in the bp-menus.php file. I could change this line:
‘url’ => home_url( ‘/’ )
to explicitly list our server URL, but I’m concerned that I may break something else. Any other suggestions as to how to fix this?
Thanks and regards.
Dave Sawyer
Hi Dave,
You should be able to modify the “Home” link by logging into the WP dashboard.
Next, navigate to “Appearance > Menus” and edit the “Home” menu item to your liking.
Let me know if that solves your problems.
Thanks, Ray. That took care of the problem. I knew I just wasn’t looking in the right place.
Regards.