janc76
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] How to translate “Anonymous”Got it, thank you!
I guess my change will be overwritten on the next WordPress update though. What would be the best way to prevent this? Move it to theme level?
Forum: Plugins
In reply to: [Meow Gallery] Are Genesis themes not supported?I doubled checked with the lightbox I use and you are right, it should work without changing the markup. That would be the simplest solution. If I can’t make it work I will checkout Meow lightbox. Thank you for that eye opening!
Forum: Plugins
In reply to: [Meow Gallery] Are Genesis themes not supported?Hi guys,
I found that the error was caused by an outdated action I added earlier to the post_gallery hook. So this topic according to the title is resolved.
However, my original intention was to add a custom lightbox to the wordpress native gallery. As the Gutenberg gallery block does not support the post_gallery hook, I tried Meow Gallery and got the post_gallery hook working. Unfortunately, I lose Meow’s entire functionality when generating the gallery’s markup wihtin the action. Do you have any hints what’s a good way to add a custom lightbox to the gallery, either wordpress native or Meow?
Shall I open another topic for this issue?
Forum: Plugins
In reply to: [Meow Gallery] Are Genesis themes not supported?Hi Thomas,
i created the following test page:
https://wordpress.schlagball.org/album/kiel-2007/It is empty though. I can see the Gutenberg code in the code editor and the visual editor says “Please click here to refresh the preview”.
Would it help if I give you admin access to the site?
Regards, Jan
Forum: Plugins
In reply to: [Media Library Folders] Custom upload folderThe new location of the uploads folder was defined after the installation of MLF. Your proposal seems to work but I think I will stick with the default location if it is not officially supported.
Forum: Plugins
In reply to: [Media Library Folders] Custom upload folderHmm… for me it seems to work even outside the wp-content folder with the define statemment of
define( 'UPLOADS', 'media' );
The only thing that doesn’t seem consistent is the name of the root folder still beeing ‘uploads’.
This restriction is not addressed in the PRO version, is it?
Forum: Plugins
In reply to: [Add From Server] Hiding file already added in mediaLibraryHi Padaben,
Have you already done something on this issue?
Regards, JanForum: Plugins
In reply to: [Add From Server] Files overviewApparently this has been asked before and there is no solution yet.
Forum: Plugins
In reply to: [PDF Thumbnails] Nothing but error messagesI am getting an error when uploading the PDF, too. It only says “Error, please try again later” in the media manager, no messages in the error log file /wp-contents/debug.log. Imageick seems to be properly installed: https://www.schlagball.org/php_info.php
Any ideas what could be wrong?