koem
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] js error in wizardOk, I managed to solve this myself: I deleted all cookies in the browser and tried again. Voila – it worked!
Forum: Plugins
In reply to: [Youtube Channel Gallery] Update to Youtube Data API v3?wow, now it’s over 🙂 Google dumped it all. Didn’t expect they do it this fast – or this year.
Time to move on to something else – but what?
Forum: Plugins
In reply to: [Youtube Channel Gallery] Select playlisttry feed=”playlist” user=”FLdG7S8ER8OzOiQ6hginNwjQ”
Forum: Plugins
In reply to: [Youtube Channel Gallery] getting no longer supported video from YouTubeYes, this is just a workaround. We need alternatives, Google can and will shutdown API v2 without notice at any point in time.
Forum: Plugins
In reply to: [Youtube Channel Gallery] getting no longer supported video from YouTubeok, here’s another fix:
- open the file wp-content/plugins/youtube-channel-gallery.php
- goto line 622 and paste this (directly under the foreach-line): if ($entry->title == ‘https://youtube.com/devicesupport’) { continue; }
- let the plugin display 1 more video than before (maxitems)
What it does is: just throws away the “device support” video from the video feed. so there’s one video less now, this is why you have to add 1 to the maxitems.
This works with the shortcode. If anyone can check it with the widget, that would be great
Forum: Plugins
In reply to: [Youtube Channel Gallery] Update to Youtube Data API v3?it would be really nice to hear something from the author
Forum: Plugins
In reply to: [Youtube Channel Gallery] getting no longer supported video from YouTubeDavid’s approach worked here, but I have a random order of videos now (even with feedorder=”asc”). And the first video is missing.
Forum: Plugins
In reply to: [Youtube Channel Gallery] getting no longer supported video from YouTubehmm. thanks. But I can’t find any option to “add a section”
Forum: Plugins
In reply to: [Youtube Channel Gallery] getting no longer supported video from YouTubeHi Tifa, can you tell us how to use the playlist “Uploads”? What do you mean by that?
Or do you use the widget? I use the shortcode…
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Code hangs my pagesame here – will deinstall now