Linux 软件免费装
Banner图

cbParallax

开发者
更新时间 2025年6月22日 19:37
PHP版本: 8.0 及以上
WordPress版本: 6.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

responsive fullscreen scroll parallax background image

下载

0.9.6 0.6.0 0.7.2 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.1.1 0.5.0 0.1.0 0.8.8 0.9.5 0.9.7 0.2.5 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.6 0.3.0 0.4.0 0.8.5 0.4.2

详情介绍:

Responsive, fullscreen background image with a parallax effect.

安装:

  1. Upload the cb-parallax folder to your /wp-content/plugins/ directory.
  2. Activate the "cbParallax" plugin through the "Plugins" menu in WordPress.
  3. Edit a post to add a custom background.

屏幕截图:

  • Settings Page.
  • Custom background meta box on the edit post screen.

常见问题:

Where do I interact with this plugin and how does it work?

Please visit the plugin help tab for further information.

Why doesn't it work with my theme?

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.

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

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.

How do I add support for this in a theme?

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' );

Are there any known limitations?

  • This is not really a limitation of functionality, but since the background image container wraps the body element, it usually resembles the viewport dimensions. This means, that on themes where the navigation bar is on the side, the sidebar covers a part of the viewport and thus also a part of the image (logic, but noteworthy).

Can you help me?

Yes. I have a look at the plugin's support page two or three times a month and I provide some basic support there.

Are there any known issues?

  • Besides the known limitations, no.