sois 0 Report post Posted April 21, 2012 Here is a screenshot of the issue: I deleted my local DB (easyphp) and transferred my production DB to my local server for testing. However, the widget order is all screwed up. Where is this information kept in the DB? Is PageLines doing this? I also re-downloaded all of the theme & plugin files from prod. to local and I can't get it to look exactly the same. Can anyone explain why the local server has the Footer Columns Sidebar first on the list and my prod. server has the (correct) Full Width Sidebar? Thank you! Share this post Link to post Share on other sites
Rob 547 Report post Posted April 21, 2012 There is no place where the widget order is stored. The solution to this issue is simply to slide your widgets up and down among the sidebars to ensure that they're in the desired order. See: http://www.pagelines.com/forum/discussion/15784/sidebars-solution-for-2.0-upgrade#Item_1 This happens with migrations. It does no damage and doesn't alter settings inside widgets. They just get reordered due to a disconnect in transition to their designated sidebar. It shouldn't take more than a few minutes to resolve. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
sois 0 Report post Posted April 22, 2012 Ugh, that's so inconvenient to working on a development environment and a production environment. Every time I copy the DB local, it jacks everything up. What table should I not touch if I move the order? I am very confused as to why the widget panel order isn't saved anywhere. That doesn't make sense. Share this post Link to post Share on other sites
Simon 248 Report post Posted April 22, 2012 The widget order under wp-admin/widgets.php is defined by what order the sidebar areas are registered by the current wordpress theme. There are two settings ( under advanced ) and they will load either like this: http://screencast.com/t/ZAzi7YjzYtsI Or like this: http://screencast.com/t/LEPO01s9 The actual widget settings are stored by wordpress in the database. Share this post Link to post Share on other sites