MNetto
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Block Editor (BBE)] responsive controls for spacingThanks. Fluid spacing is powerful when used cleverly, but it canβt handle every layout requirement. Plus, managing countless fluid variations can also become overwhelming for content editors.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] hidden DIVs between blocksThat’s great news. Thank you.
Forum: Plugins
In reply to: [Convert to Blocks] Empty gallery after bulk migrationThere are no custom gallery shortcodes. The posts are pretty much basic. Some text and sometimes one or two galleries. And it converts just fine, but not on bulk migrating.
This is how a typical legacy post looks like:
<h3>Lorem ipsum dolor sit amet</h3>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
[gallery ids="8663,8640,8666,8659,8657,8644,8654,8643,8642,8655,8641,8662,8665,8649,8647"]
Lorem ipsum:
[gallery ids="8679,8680,8681"]I still suspect that the problem is caused by overly fast saving when bulk migrating.
Forum: Plugins
In reply to: [Convert to Blocks] Empty gallery after bulk migrationThank you for taking the time.
While the bulk migration is running, I can see how each gallery block is created. Initially, the image placeholders are visible in the gallery, but shortly afterward, the actual images are rendered. But in the saved posts the image URLs are missing.
Maybe the process runs too fast and a delay could fix the problem.
When I manually open a post (with classic content + gallery) and immediately(!) hit save (command+S), the same problem occurs. Blocks are created, but gallery has no image URLs.Ah, sorry, my bad. Cropped images not getting displayed in grid view also after plugin deactivation. So it’s obviously not an Filebird issue.
Forum: Plugins
In reply to: [Block Editor: Reverse Columns on Mobile] always stacks on mobileThanks for the fix.
I can confirm this issue. Some websites and users are affected, others not.
I managed to get a scroll-to-top by adding the following JS in my theme:
$('#em-wrapper').on('click','.em-pagination.em-ajax a',function(){$('html, body').animate({
'scrollTop': $('#em-wrapper').offset().top - 0
},'slow');
});For a page load on pagination links you need to deactivate ajax. But I don’t know how to do that and if this is even possible in the current version. I tried
define('EM_AJAX', false);in config.php, but that doesn’t work.Forum: Fixing WordPress
In reply to: document files missing in media library when opened via media tabOkay then I know that. Thank you.
However, I think it’s a bit unclear that you can add images, video and audio, but no files. The File block is a media block too.Forum: Fixing WordPress
In reply to: document files missing in media library when opened via media tabHi Sania, thanks for your reply. I encountered the issue on a blank WP install, latest version, default WP theme.
The PDF files are present in media library, but not visible when you open the media library like discribed.
Forum: Developing with WordPress
In reply to: Update custom field when post is stickyThanks for your reply. I use several custom fields as post layout options and one should be a checkbox for making the post sticky. I know, it doubles with the native checkbox in the sidebar, but to be more foolproof for the client I’d like to extra add it in one place with my other options. That’s why I need to sync a custom field with the sticky status (if possible).
Thank you for your quick response. I changed the shortcode accordingly but all values still end up in a single option:
<option value="ChinaPeruNepal">ChinaPeruNepal</option>@joneiseman: Thanks, I forgot about this option. But it shouldn’t be on dashboard at all, since booking is globally disabled. Client editors are wondering what ‘Events Manager Bookings’ is.
Forum: Plugins
In reply to: [Simple Page Ordering] No click & drag using v2.4.2 and WordPress 6.0.2Please fix/undo this. Or make it optional. Since 2.4.2 I can not order ACF field groups anymore π
For the time being I rolled back to 2.4.1