2014-09-23, 00:02:35
(2014-09-21, 09:24:46)kaborka Wrote: Carlos: I installed your Fix Site URL. This works well for embedded links, i.e., links within the page content and URLs in img tags. However, this site has a navigation sidebar on the right of each page. The links there all point to the old site. Also, I cannot find the place to edit this sidebar. It wasn't in the plain vanilla GS install from before I restored my friend's site backup. Is this sidebar generated by a plugin? I18N? How do I edit it to change the URLs?
Maybe that navigation sidebar is hard-coded in your theme's template (or an included .inc.php file), or in a component that is called by that template (with get_navigation or get_i18n_navigation)
(2014-09-21, 09:24:46)kaborka Wrote: Another thing I noticed that is different is the "Menu Manager" link is missing on the "Pages" tab of the Admin login. Any idea why?
I suppose that it's that the I18N plugin hides the menu manager because it has its own menu management replacement.