hermify

Results 7 comments of hermify

Thank you, i will watch for the HiDrive logs and contact Strato. I think, there is a problem with too long filepathes because of the encryption. I just found out,...

Hi there, i programmed several plugins for our workflow. And of course, they are not 100% automated, as it is not allowed in the licenses. It would be nice, if...

I just corrected it for myself manually by changing line 1966 from ` this.namedArtCollection = this.getAllDocumentNamedItems(doc, AUTOBINDING[SETTINGS.selectedAutobinding]); ` to ` this.namedArtCollection = this.getAllDocumentNamedItems(doc.layers.getByName('var'), AUTOBINDING[SETTINGS.selectedAutobinding]); to only take layer "var". Would...

I temporary added for myself: ``` if( !function_exists('is_plugin_active') || is_plugin_active( 'elementor/elementor.php' ) ) { the_content(); }else{ ```

Hi there, is there something new about the [sermon images] shortcode? I have the problem, that this shortcode is only sorting by name and not by creation date. Further i...

It's an old thread, but that works: `html5: { vhs: { overrideNative: true, }, } ,`