• Resolved thatryan

    (@thatryan)


    Hi there,

    I read that your plugin support MultiSite, Awesome btw, curious about how to work with my situation.

    I have a network that we have about 12 different themes all custom made. So would the main styles plugin be installed at network activated, and then would I make a theme specific version of the plugin for each of my custom layouts and activate it only on those sites using that layout?

    Does that make sense? lol sorry, still grasping the two plugins working as one deal 😉

    Thank you.

    https://wordpress.org/plugins/styles/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Clark

    (@pdclark)

    That about sums it up. Basically, there just needs to be a customize.json for each theme you want to add support for. (Not each site).

    All customize.json contains is a map of labels, groups, and control types you’d like applied to CSS selectors that are specific to each theme.

    customize.json can either be stored in a plugin, following the format of those found on wp.org, or, you can simply drop customize.json into the theme’s base directory and Styles should detect it there.

    Thread Starter thatryan

    (@thatryan)

    Ohhh, so did I misunderstand how it worked? Do the themes JUST need the json file built? Not a whole plugin for themselves? Meaning, the main styles plugin can be network activated, and then each theme gets its own json file and that is it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MutliSite Use Question’ is closed to new replies.