bzweic
Forum Replies Created
-
Forum: Plugins
In reply to: [Cachify] cachify_modify_output not workingHi Stefan.
Thank you very much for your quick answer, now its working…
Regards from Stuttgart,
RayaanForum: Plugins
In reply to: [Embed Privacy] youtube video blocking with acf repeater fieldThe problem is still the same as before 🙁 without the fix
add_filter( 'acf_the_content', [ $this, 'replace_embeds' ], 10, 2 );in line 273 of file class-embed-privacy.php it’s not working (css styling & js-functions to allow embeds) and after second saving of the acf-field thumbnail is missing.
Forum: Plugins
In reply to: [Embed Privacy] videos in video widget not blockedThank you very much, works perfectly…
Forum: Plugins
In reply to: [Embed Privacy] youtube video blocking with acf repeater fieldJust a normal ACF repeater field with a WYSIWYG editor subfield for the accordeon content and a text subfield for the accordeon title. WYSIWYG configuration:
– tabs: visual & text
– toolbar: full
– upload-button: showRegards, Rayaan
- This reply was modified 3 years, 3 months ago by bzweic.
Forum: Plugins
In reply to: [Embed Privacy] videos in video widget not blockedI add the standard video widget in design->widgets to a sidebar area – using also the classic widgets plugin.
I use videos inside an acf repeater field (for an accordion with wysiwyg-field) and it doesn’t work. when I insert the line add_filter( ‘acf_the_content’, [ $this, ‘replace_embeds’ ], 10, 2 ); everthing works like a charme.
Sorry, but I can’t find this line in version 1.6.5 – has it gone again?