Charles Cormier
Forum Replies Created
-
Hi @hawbringer,
Yes — since WordPress 5.0, the Block Editor (Gutenberg) has been built into WordPress core, so the separate Gutenberg plugin is usually not required.
The Gutenberg plugin is mainly for testing upcoming editor features and can sometimes cause compatibility issues with other plugins or themes.
If you’re not using any experimental Gutenberg features, you can safely disable it and continue using the default Block Editor.
Thank you!
Hi @hawbringer,
Thanks for reporting this! Just to clarify something that might help — the Gutenberg plugin is actually not required to use the block editor in WordPress. Since WordPress 5.0 (2018), the block editor is already built into WordPress core.
The Gutenberg plugin is essentially a testing ground for upcoming WordPress features before they get merged into core. Because it contains bleeding-edge, experimental features, it can sometimes introduce bugs or conflicts with other plugins — which is likely what’s happening here.
For a stable production site, we’d recommend deactivating the Gutenberg plugin and relying on the block editor that comes built into WordPress — your Button Block will work perfectly with that.
If you do want to keep the Gutenberg plugin active for testing purposes, rolling back to v23.2.2 as you’ve already done is the right workaround for now. We’ll look into the conflict and aim to address it in a future update!
Thanks again for taking the time to report this.
Hi @hawbringer,
Could you please let us know which feature or block of the Gutenberg plugin you’re using on your site?
Thank you!
Forum: Plugins
In reply to: [3D Viewer Block – Interactive 3D Model Display] Can’t panHi @carlosmoreira26,
This is a public forum, so if you don’t have any privacy concerns, could you please share the page URL where you’ve used the block?
This will help us investigate the issue more effectively.
Thank you!
Forum: Plugins
In reply to: [Carousel Block – Responsive Image and Content Carousel] freemius-liteHi @jamisonb,
Apologies for the version confusion. We’ve updated the plugin and released a new version—please update to the latest version. The version numbers should now match correctly.
Note: This SDK is different from the Freemius SDK. It’s a separate SDK built on top of Freemius, but it isn’t the same one.
Thank you!
Forum: Plugins
In reply to: [Chart Block - Visualize Data with Bar, Line, Pie Charts] Units for numbersHi @benoitappaloosa,
You can set the unit in title or subtitle from Title & Subtitle Settings that will display at the top of the chart or you can set unit in Dataset label.
Thank you!Hi @wpkiller,
Thank you for reaching out and giving us the opportunity to assist you.
We’re glad to help, and please let us know if there’s anything we can improve.Thanks!
- This reply was modified 6 months ago by Charles Cormier.
Hi @wpkiller ,
Apologies for the issue. We’ve updated the plugin and released a new version.
Please update to the latest version and let me know the update.Thank you!
Hi @izzy92020,
Apologies, but the Shortcode feature has been unavailable since v1.1.6 due to WordPress Block Directory validation requirements. It’s now available only in the premium version.
If you install the previous version (v1.1.5), you’ll be able to see the Shortcode option.
Thank you!
Hi,
If you install the previous version (v1.1.5), you’ll be able to see the Shortcode option.
Thank you!
Hi @izzy92020,
Apologies, but the Shortcode feature has been unavailable since v1.1.6 due to WordPress Block Directory validation requirements. It’s now available only in the premium version.
Thank you!Hi,
Apologies for the issue!
Since this is a public forum, if you don’t mind, could you please share the page link where you used the block? This will help us check the problem more accurately.
Thank you!
Hi,
Thank you for using our plugin!
Apologies, but the Advanced Post Block plugin doesn’t currently support run-time (front-end) filtering options. Filtering is only available in the admin/editor area, and there isn’t an option to integrate external filtering functionality at this time.Thank you for your understanding!
Best regards.
Hi,
Thank you for your valuable feedback!
1- You can set the ‘Read More’ button at the bottom by setting the position to bottom from the Elements>Read More panel. (Pro feature)6- You can set your custom queries for the posts using abp_query. Using this filter, you can set a custom query for the Advanced Posts blocks. (Pro feature) ex:
add_filter( 'apb_query', function( $query ){
return array_merge(
$query,
[
'orderby' => 'post__in',
'post__in' => [ 607, 609, 617, 1353, 621, 1351, 1347, 623 ]
]
);
} );
For the other features you mentioned, some features may or may not be added in a future version. Could you please share some resources about the 2- and 5- features?
Thank you!