deshack / melany

Melany, a simple responsive WordPress theme focused on content, everywhere.
melany.deshack.net
GNU General Public License v3.0
17 stars 7 forks source link

Enhance custom background handling #245

Open deshack opened 9 years ago

deshack commented 9 years ago

RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5940910-enhance-custom-background-handling?utm_campaign=plugin&utm_content=tracker%2F972380&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F972380&utm_medium=issues&utm_source=github).
deshack commented 8 years ago

As of v1.1.x, we're not really using the custom-background feature. We just have some customizer options that customize the static front page colors.

In order to support the custom-background feature, we should refactor all of this, with respect to existing settings, and add the ability to customize the background and color of all pages. This is not that easy and requires at least a new minor version.

More on this in the Codex and in the code