| 开发者 |
techeshta
alkesh7 pinkalbeladiya yagnikpadaliya vastarpara hadihirpara |
|---|---|
| 更新时间 | 2026年6月23日 20:42 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Works only with WPBakery Page Builder (v5.0 or above). WPBakery is a premium plugin sold separately.Why Choose Card Elements for WPBakery?
card-elements-for-wpbakery folder to /wp-content/plugins/.Requirement: WPBakery Page Builder v5.0 or higher must be installed and activated before Card Elements widgets will appear in the editor.
No. Card Elements for WPBakery is an add-on for WPBakery Page Builder and requires it to function. If WPBakery is not installed or activated, the plugin will display an admin notice with instructions.
WPBakery Page Builder version 5.0 or higher. If your version is older, the plugin will display an update notice in the WordPress admin.
Yes — add as many cards as you like on a single page. Each instance is fully independent with its own style settings, so you can mix and match card types and styles on the same page.
Absolutely. Each card widget has a Card Style dropdown so you can choose a completely different design per instance. Mix a profile card style 1 with profile card style 3 on the same page if you like.
Yes — every visual aspect (colours, Google Fonts, font size, spacing, border radius, hover effects) is controllable through the WPBakery element settings panel. No CSS or code editing is required.
Card Elements follows WordPress best practices for asset loading. Stylesheets are registered at a lightweight weight and the plugin does not load any third-party JavaScript frameworks. Google Fonts are only loaded for the font families you actually select.
Yes. All user-facing strings are wrapped in WordPress internationalisation functions and a .pot template file is included in the languages folder. You can translate the plugin using Loco Translate, WPML, or any compatible translation tool.
Post your idea on the Support Forum or contact us. We review all requests and prioritise the most popular ones for upcoming releases.
Yes. The plugin requires PHP 8.0 or higher and is tested against the latest PHP releases.
extract() with explicit variable assignments across all shortcode functions (WPCS compliance)$cewb_post_read_more_text and $cewb_post_layout_content_read_more_color outputs to prevent XSSthe_title() calls inside anchor and heading tags with esc_html( get_the_title() ) in all post card templatesecho on design options style attribute — Design Options CSS is now correctly applied on the frontend$cewb_post_columns variable was immediately overwritten after being set, causing columns to never apply — resolvedposts_per_page query argument is now cast with absint() to ensure integer type safetydependency array keys in VCMap field definitions consolidated — first dependency was silently discarded by PHPdefined('card-elements-for-wpbakery') constant check (hyphens are not valid in PHP constant names)add_filter() replaced with add_action() for init and vc_after_init hooks in iconpicker supportwp_script_is() check to prevent conflicts//fonts.googleapis.com URLs updated to https:// across all card templatesfa fa-clock-o, fa fa-tags, fa fa-comments) updated to FontAwesome 5 (fas fa-*)1.0 to string '1.0'; media parameter corrected from false to 'all'Domain Path header added to main plugin file// WPCS: XSS OK. suppression comments replaced with explicit wp_kses_post() wrappingesc_attr( esc_url() ) simplified to esc_url() in testimonial card template