Linux 软件免费装
Banner图

cbParallax

开发者 flavor
更新时间 2026年8月25日 00:04
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

fullscreen scroll parallax background custom background

下载

0.7.3 0.7.4 0.7.5 0.8.1 0.8.2 0.8.3 0.8.4 0.8.7 0.9.0 0.9.1 0.9.2 0.9.3 0.9.4 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.6 0.3.0 0.8.5 0.9.9 0.1.0 0.1.1 0.2.5 0.8.8 0.9.7 0.4.2 0.9.5 0.5.0 0.7.2 0.9.6 0.6.0 0.4.0 0.9.8 1.1.0 1.0.0

详情介绍:

cbParallax lets you add custom background images with a vertical or horizontal parallax effect to your WordPress site. You can set a single background for the entire site or configure individual backgrounds for each post, page, or product. Features: Requirements:

安装:

  1. Upload the cb-parallax folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to Settings > cbParallax to configure the plugin
  4. Optionally, enable per-post backgrounds and edit individual posts to add custom backgrounds

屏幕截图:

  • Settings Page with all configuration options
  • Custom background meta box on the post edit screen

升级注意事项:

1.1.0 Compatibility and lifecycle fixes for current WordPress and PHP releases. 1.0.0 Major release with security improvements. All users are encouraged to update.

常见问题:

Where do I interact with this plugin?

You can access the main settings under Settings > cbParallax in your WordPress admin. If you enable the "Individual Background Images" option, a meta box will appear on your post/page edit screens.

Why doesn't it work with my theme?

Most likely your theme doesn't support the WordPress custom-background theme feature. Check with your theme author to see if they can add support. The theme needs to call add_theme_support('custom-background').

My theme supports custom-background but it still doesn't work!

Make sure no container element (like a full-width wrapper) is covering the body element where the background is displayed. You may need to add some CSS transparency to your content container.

How do I add theme support?

If you're a theme developer, add this to your theme's functions.php: add_theme_support( 'custom-background' );

What image dimensions work best?

For the best parallax effect, use images at least 1920px wide and 1200px tall. This ensures smooth scrolling on fullHD displays with room for the parallax movement.

Can I disable the parallax effect on mobile?

Yes! There's an option in the settings to disable the parallax effect on mobile devices, which can help with performance.

更新日志:

1.1.0 1.0.0 0.9.2.4