W★
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Translation loading👍thank you
you ARE supersonic 🙂
Forum: Plugins
In reply to: [Query Monitor] A bug I (still) don’t fully understand?Thank you for the response, John. And of course, first things first – from my perspective, it’s neither important nor urgent. Thanks for the valuable plugin!
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Header Problem@thegentatwpforum That’s incorrect – what you’re seeing is a backup (including SQL) from two days ago. But thanks for the compliment on the site 😉
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Header ProblemThe patch isn’t clean! It’s changing font colors! Dear Elementor team, what are you up to?
Forum: Plugins
In reply to: [Autoptimize] PHP 8.1. compatiblity issue?🙂
Forum: Plugins
In reply to: [WP YouTube Lyte] ACF Fields not responsive✓ Regarding the grid: In my CSS definition for
.gridcontainer, fixed sizes were specified for the columns (grid-template-columns: 120px 100px auto;) — which did affect responsiveness. Changing the column sizes in.gridcontainerto relative units likefr(or percentages) solved the problem. Thanks again for the tip about the grid container.Forum: Plugins
In reply to: [WP YouTube Lyte] ACF Fields not responsiveInteresting … – I will dive into this matter in a quiet moment. Nevertheless, this is another great plugin of yours! thx!
Forum: Plugins
In reply to: [WP YouTube Lyte] ACF Fields not responsivenot an elegant workaround, and somewhat still an issue because not working on mobile if the screen size is smaller thna 420px, but if I add to the customizer the CSS below and choose the smallest format (420X236 (Mini-16:9-Format) the preview image format is somewhat responsible
.lyte-wrapper {
width: auto!important;
max-width: auto!important;
}- This reply was modified 2 years, 7 months ago by W★.
Forum: Plugins
In reply to: [WP YouTube Lyte] ACF Fields not responsivehttps://filmpuls.info/wordpress/wp-content/uploads/2023/10/screenshot.jpg
not working – it seems like the image-container is absolute?
Forum: Plugins
In reply to: [WP YouTube Lyte] ACF Fields not responsive640X360 (YouTube-Standard für 16:9-Video)
Forum: Plugins
In reply to: [Cache Enabler] Site Health Warning: ‘Use a Persistent Object Cache’´´Thanks for the answer – however, it seems to me this is rather a suggestion for another plugin than an answer …
however, using a little snippet I could answer the questions myself: Cache Enabler is not using an object cache.
Snippet is
function check_object_cache() { if (wp_using_ext_object_cache()) { echo ‘Ein persistenter Objekt-Cache wird verwendet.’; } else { echo ‘Kein persistenter Objekt-Cache im Einsatz.’; } } add_action(‘wp_loaded’, ‘check_object_cache’);- This reply was modified 2 years, 8 months ago by W★.
That makes 110% sense. Thanks for the feedback and keep up the good work!
Forum: Plugins
In reply to: [Contact Form 7] Import Radio Box Value to Sendinblu✓ thanks, and yes, my latest test proves you are 100 % right: category is not needed
- This reply was modified 3 years, 3 months ago by W★.
Forum: Plugins
In reply to: [Contact Form 7] Import Radio Box Value to Sendinblu@sterndata : I was not aware of this, have deleted it now, please excuse