stefansic
Forum Replies Created
-
Hi Ján, You are correct.
Nevertheless, the unsubscribe links no longer work.
It appears that the MailPoet pages selected in the settings do not exist, and the user is redirected to the homepage.
Best
Stefan
- This reply was modified 9 months, 3 weeks ago by stefansic.
Hi Ján,
with this code in function.php it is possible (20 minutes with claude.ai)
// MailPoet Bildgröße auf 600px (medium) ändern – Finale Version
add_filter(‘wp_get_attachment_image_src’, function($image, $attachment_id, $size, $icon) {
// Nur für MailPoet-Anfragen und nur wenn die große Bildgröße angefordert wird
if (defined(‘DOING_AJAX’) && DOING_AJAX &&
isset($_POST[‘action’]) &&
strpos($_POST[‘action’], ‘mailpoet’) !== false &&
$size === ‘mailpoet_newsletter_max’) {return wp_get_attachment_image_src($attachment_id, ‘medium’, $icon);
}
return $image;}, 10, 4);
The key point is that I am avoiding using oversized image files. With over 2000 products in my shop, I am saving a significant amount of storage space.
Best
Stefan
Hello,
thank you…
best
Stefan
Hi,
I’m using Wipr 2
Hi,
strange, it looks like that Safari content blocker hides the widget. If i set it on off for the site, it works.
best
Stefan
Additional info: the problem occurs on Safari only
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Strange behavior for 2 daysHi,
the issue is mostly fixed, but it still looks a little unsightly.
I have all arrows deaktivated, but they are still their
https://www.steineheilen.de/produkt/bergkristall-gruppe-2/
Best
Stefan
- This reply was modified 1 year ago by stefansic.
Hi Martin,
on Safari it does not work, it´s realy strange on Safari
Another issue, clicking on any video control shows the full size image of the product
best
Stefan
Hi Martin,
I have just rated the plugin!
OK, the preview image is generated automatically, but it has the word aspect ratio and that looks strange
best
Stefan
Hi Martin,
thank you vor the quick respnce. The issue is solved with our code, thank you ver much.
Another small problem or rather an optical thing. Can the preview image (it does not have the correct aspect ration) be replaced by an icon?
have selected an icon, but it is not displayed
Best
Stefan
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Strange behavior for 2 daysDo you have any ideas?
Best
Stefan
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Strange behavior for 2 daysHello,
done, but the issue is still the same.
If I deactivate “Hide thumbnail if product have only one image/video” it works…Best
Stefan
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferung an Packstation nicht möglichHallo, das Support-Team von Impreza hat etwas gebraucht, nun aber festgestellt, dass es am Theme liegt. Sie wollen es in einem der kommenden Updates fixen.
Warum gibt es kein schlankes Theme von euch, das würde doch super passen!
LG Stefan
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferung an Packstation nicht möglichHi,
danke, ich habe das mal an den Support von meinem Theme weitergereicht, wahrscheinlich verhindert das Impreza, denn ich habe sonst keine Plugins, die darauf Einfluss nehmen könnten. Wenn ich von denen etwas höre, poste ich es hier. Die sind normalerweise sehr schnell!
LG
Stefan
Forum: Plugins
In reply to: [Germanized for WooCommerce] Zoll Infos Bulk füllenHi, danke, ich stand da etwas auf dem Schlauch. Konnte nun mit Bear Bulk Editor die Felder hinzufügen und befüllen. Habe meine 1300 Artikel mit dem Ursprungsland Deutschland und dem HS_Code für Steine gefüllt…. damit ich automatische Labels für die Schweiz generieren kann, OHNE jedes Mal für die gekauften Artikel die Werte einzeln eintragen zu müssen.
Danke
Stefan