Josh Journey
Forum Replies Created
-
Thank you very much Andrij for addressing this and for the many wonderful additions! ⭐⭐⭐⭐⭐
Warm regards,
Josh@aguidrevitch Thank you so much! Indeed the error is gone thanks to your latest update.
Wishing you a great week ahead.
Warm regards,
JoshForum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Default Gallery Settings@anastis Fantastic! Using your HTML comments was able to create a pattern with the image size pre-selected. Step one is to create a simple gallery, edit as HTML, remove all gallery items leaving the 2 parent DIVs. Then I place in your HTML comment above and below. Convert to visual. Attempt recovery. Save as pattern. Then place gallery blocks using this saved pattern. It’s working beautifully. 😊
Thank you so much for all your help with setting defaults that work within our workflows. This is a huge improvement. Wishing you a wonderful week ahead.Warm regards.
Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Default Gallery Settings@anastis Thank you very much for showing me this awesome technique!
One issue remains which is creating a default image source. When editing a Gutenbee gallery block, the block setting > Image settings > Image Size only appears when there are images already selected for the block. When adding images, inserting, then removing images from a gallery; the ‘Add to Gallery’ button fades and does nothing on click (unless an image is added back). A gallery that has had images added requires images to allow being updated – a WP imposed restriction. Even when removing from the button ‘Add to Gallery’ attribute disabled=”disabled”, the button does nothing.Fortunately I can work around this and convert the gallery to HTML. Followed by manually removing the images, then set it back to visual:
<div id="block-28470b-7621-84" class="wp-block-gutenbee-justified-gallery block-28470b-7621-84 wp-block-gutenbee-gallery-justified" data-gallery-type="justified" data-row-height="120" data-margins="1" data-last-row="nojustify" data-randomize="false">
<div class="wp-block-gutenbee-gallery-content"></div>
</div>This sets the Gutenbee to a blank gallery. But the gallery settings again require an already selected image to show the Image Size setting. In a future update could Gutenbee’s Image Size setting please display even if the gallery has 0 images? This would allow the creation of patterns with having a pre-selected image source but without having already selected images.
Warm regards,
JoshForum: Plugins
In reply to: [Justified Gallery] Image Tags Don’t Load Since WP 6.9@matczar Thank you for the reply. It was indeed an issue on my end and marking this as resolved.
Forum: Plugins
In reply to: [Justified Gallery] The caption hover effect is now disabled in stylesheetsIn another thread Mateusz graciously shared a workaround to add to our theme’s functions.php:
/* Fix styling for Justified Gallery */
add_action( 'wp_head', function () {
if ( ! defined( 'DGWT_JG_DISPLAYED' ) ) {
define( 'DGWT_JG_DISPLAYED', true );
}
} );Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Peepso plugin supportA few more folks who have expressed interest in PeepSo integration:
https://ww.wp.xz.cn/support/topic/peepso-integration-9/Forum: Plugins
In reply to: [Pre* Party Resource Hints] is it compatible with wordpress 6.7.1?@samperrow checking in regarding update.
Forum: Plugins
In reply to: [Bot Protection with Turnstile] PeepSo Community Plugin?Yes, with an enthusiastic community. Peepso’s official website: https://www.peepso.com/
Forum: Plugins
In reply to: [Proofreading] Front End SupportClassic Editor (TinyMCE that comes with WP) via Classic Editor Plugin. I use JReviews for Frontend submission which if a plugin is supported on the frontend, usually displays in the editor.
wpDiscuz is the #1 comment form in WordPress. Turnstile support for it would be fantastic!
Looking through hundreds of gallery plugins I found 2 that are good replacements:
https://ww.wp.xz.cn/plugins/responsive-gallery-grid/
https://ww.wp.xz.cn/plugins/justified-gallery/The second option seems to work better for Block editor. The first option displays more interestingly. Justified gallery’s display however is pretty good. Responsive gallery grid has a more engaging hover effect.
Forum: Plugins
In reply to: [Offload Media - Cloud Storage] Images Don’t Appear in the Media LibraryI had the exact same issue which was resolved from a support reply. Do you have the setting “Enable CDN / Custom End Point” enabled followed by filling out the field the appears “CDN / Custom End Point URL”? In the second field place in https://media.domain.com (your sub+domain).
Forum: Plugins
In reply to: [Pre* Party Resource Hints] is it compatible with wordpress 6.7.1?Thank you Sam. 😊
Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Gallery Block and Offload Media ErrorHappens when Offload Media plugin is enabled. When disabled it works fine. But storage on services such as Amazon s3 or Cloudflare R2 is important as this would help with media storage.