开发者 | |
---|---|
更新时间 | 2025年6月22日 19:37 |
PHP版本: | 8.0 及以上 |
WordPress版本: | 6.8.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
cb-parallax
folder to your /wp-content/plugins/
directory.Please visit the plugin help tab for further information.
Most likely, this is because your theme doesn't support the WordPress custom-background
theme feature.
This plugin requires that your theme utilize this theme feature to work properly.
Unfortunately, there's just no reliable way for the plugin to overwrite the background if the theme doesn't support this feature.
You'll need to check with your theme author to see if they'll add support or switch to a different theme.
That's unlikely.
Just to make sure, check with your theme author and make sure that they support the WordPress custom-background
theme feature.
Also, make sure that no container element is covering the element that holds the background image.
Your theme must support the [Custom Backgrounds] (https://codex.wordpress.org/Custom_Backgrounds) feature for this plugin to work. If you're a theme author, consider adding support for this feature if you can make it fit in with your design. The following is the basic code, but check out the above link. add_theme_support( 'custom-background' );
Yes. I have a look at the plugin's support page two or three times a month and I provide some basic support there.