Johannes Kinast
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Just Media file instead of light boxThen you have to add the following snippet to
functions.php
:add_filter( 'baguettebox_enqueue_assets', '__return_true' );
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Just Media file instead of light boxDo you use the Gallery in a Post or Page? If its inside a Widget or Template, you have to load the script and style on all pages: https://www.ads-software.com/plugins/gallery-block-lightbox/#how%20to%20enqueue%20the%20necessary%20assets%20%28script%20%26%20style%29%20for%20blocks%20outside%20of%20posts%20or%20for%20block%20types%20that%20are%20not%20supported%20by%20default%3F
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Just Media file instead of light boxHi @tippl,
Please provide a Link where the issue happens.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Works great with WordPress 6.6Hi @oldrup,
Thank you for testing. I just updated the Tested up to: 6.6
Feel free to leave a review ??
Hi @ahardy42,
Using CTRL + the browser changes the size of the whole website. I think it’s different from the “Pinch-to-zoom“ on mobile.
The plugin just uses baguetteBox.js: https://github.com/feimosi/baguetteBox.js and there is no such functionality.
With the help of JavaScript, you could probably add this feature yourself: https://www.geeksforgeeks.org/how-to-zoom-an-image-on-scroll-using-javascript/
Forum: Plugins
In reply to: [Affiliate Link Marker] Werbehinweis wird als Excerp angesehen@hessi2 sieht auf den ersten Blick ganz gut aus. Ich würde den Hinweis noch in <aside></aside> packen, damit er nicht von Google als Einleitung für jeden Beitrag genommen wird.
Forum: Plugins
In reply to: [Affiliate Link Marker] Remove *Hi @thejosetree,
you can remove the action: https://github.com/goaround/affiliate-link-marker/blob/b6688c001d2a8d85d0589ba0efc020ebb58f64f3/affiliate-marker.php#L130
remove_action('wp_head', 'Affiliate_Marker\style');
Or override the style of the link:
a[rel*="sponsored"]::after { content: ""; }
Forum: Plugins
In reply to: [Affiliate Link Marker] Werbehinweis wird als Excerp angesehenHallo Michael,
eBay scheint hier das Urteil sehr extrem zu interpretieren. Ich bin weiterhin nicht überzeugt, dass die Kennzeichnung vor dem Beitrag muss oder sogar vor der überschrift. Deswegen m?chte ich das aktuell nicht im Plugin ?ndern.
Du k?nntest die Warnung wieder aus dem excerpt herausfiltern. Schau dir mal den Filter
get_the_excerpt
an.Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] navigation to next/previous imageHi @mtemp,
Please provide a link where I can check the issue.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Close button colorHi @rom1our,
you can do this with CSS. To change the color of all buttons use the selector
.baguetteBox-button
otherwise use#close-button.baguetteBox-button
close-button.baguetteBox-button svg g {
stroke: red;
}- This reply was modified 8 months ago by Johannes Kinast.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Problem with Ezoic Leap optimizationHi @rom1our,
The Lightbox is there, but it’s not visible. I think Ezoic adds some CSS which hides the Lightbox. Please ask Ezoic to debug this problem.
Hi @alex T.,
This plugin does not register any new media size.
Hi b2ja,
I can’t reproduce the issue on my test website.
Forum: Plugins
In reply to: [Affiliate Link Marker] Werbehinweis wird als Excerp angesehenDu musst in deiner Funktion dann prüfen, ob dein WordPress gerade den Feed generiert mit
is_feed()
https://developer.www.ads-software.com/reference/functions/is_feed/Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Roadmap regarding new native lightboxes?Hi @jacobgkau,
I like the WordPress native lightbox, too, but I run into the same issue as you. But I think these issues must be addressed in the WordPress core/Gutenberg Plugin. There is already a long to-do list for the Lightbox: https://github.com/WordPress/gutenberg/issues/51132 I think it will take a couple of releases before I will replace this plugin by the native Lightbox.
If at some day in the future the native Lightbox is as good as baguetteBox.js. I will add a notice to the description and probably will close the plugin. But for now, it will stay as it is. A complete direction change of the plugin is difficult with 10.000+ active installations.