Johannes Kinast
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Reusable blocks disappearHi @martints,
I tried it one my test site but can’t reproduce this issue. I don’t believe your issue is related to this plugin. We change nothing to the editor content or output. We just load a JavaScript- & CSS-file on the frontend, if there is a image, gallery… block present.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Next and previous button doesn’t showYou could just save the website locally in your Browser as HTML and send it to me: [email protected]
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Next and previous button doesn’t showI need a live version of your site to help you further.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Next and previous button doesn’t showYou could add the CSS Class
wp-block-coblocks-gallery-masonry
and then it should work:<div class="gallery-container wp-block-coblocks-gallery-masonry">
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Next and previous button doesn’t showCan you send me a URL where you add your images using html code?
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Next and previous button doesn’t showHi,
If you choose an Image Block in the Block Editor, the Lightbox will only be initialized for this Image Block. For a Gallery Block, the Lightbox will be initialized for every Image in this Block.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] AMP support?Hi,
no, baguetteBox.js does not work with AMP. AMP limits the use of JavaScript very strictly.
Sure, just add this for your functions.php:
function my_theme_enqueue_baguettebox_assets() { wp_enqueue_script( 'baguettebox' ); wp_enqueue_style( 'baguettebox-css' ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_baguettebox_assets' );
Hi,
you can enqueue the script and style by running the following on your template:
wp_enqueue_script( 'baguettebox' ); wp_enqueue_style( 'baguettebox-css' );
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Support AvifHi,
sure, I just tagged 1.8.0 ??
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Media and Text blockHi,
you are right, I forgot that one! I just added the media and text block and released version 1.7.0.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Media Lightbox and SliderYou have two plugins (or the second lightbox comes from your theme) active for the same or similar purpose. You have to disable one of the two.
Hi,
I tried it in a group block and it works fine. Could you provide me a URL where this issue happens?
It’s possible but not directly with the default WordPress Gallery Block (would be a good suggestion to implement this option in the Core). As a workaround you can create multiple Image Blocks with a foreign URL and then convert these Blocks to a Gallery Block. This works.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Media Lightbox and SliderHi Marko,
could you send me a URL where this happens? Thanks