• I’m in the process of moving from one webhost to another.

    Under the current website, the site (linked) displays correctly. This site is a standalone WordPress install.

    But under the new site (linked), which I will change the domain name for once live, only a few settings are saved. The new site a site under a WordPress Multisite setup.

    When in the Customise view on the new site, it shows the settings correctly. But after saving, then viewing the website, the settings still haven’t taken. Example is the default color (eg in the menu & around the search button in the header), and the category label at top right of each post on the home page.

    I’m using a child-site of the original theme, but the same thing happens when using the original unchanged theme.

    Anyone have any ideas what could be causing this and how to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter khalishi

    (@khalishi)

    So it appears the theme’s options are stored in the “wp_options” table under the “theme_mods_surfarama” option.

    With WordPress Multisite Network, they are stored under “wp_<site id>_options”, in my case “wp_3_options”. This isn’t being updated when settings are changed.

    Will keep this thread updated as I work out more. If anyone has a solution, please feel free to share it.

    Thread Starter khalishi

    (@khalishi)

    My mistake, the SQL database is being updated, but the options aren’t being displayed on the public site correctly.

    I’ve logged a ticket on the theme authors site here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not all theme's settings saving when used in WP Multisite site’ is closed to new replies.