Martin von Berg
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] doesn’t work on featured imagesPlease read the Readme:
“NEW: Added support for the complete HTML-code to the post, page etc. inbetween body tags and not only the content. This is an Opt-in. See example settings file in ./settings/plugin-settings-body.json.”
Reason:
Featured images are not stored in the database as content. The plugin does usually not filter the content of post, page etc. So, add the option “rewriteScope”: “body” to the settings.json file. See example settings file in ./settings/plugin-settings-body.json.
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Plugin crashes my siteSolved with Update to V2.0.0
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] v2.0 Crashes One Specific PageGot the point now: The site shouldn’t crash even the media type is not supported. Hopefully solved with V2.1.0
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] v2.0 Crashes One Specific PageHi,
the plugin supports Gutenberg HTML5 videos hosted on your site and Gutenberg Youtube-Videos as written in the readme. (…. add a Lightbox to Gutenberg videos, Youtube-Videos…. ). The blocks are ‘Video’ and ‘Youtube Video’.
You are using the gutenberg videopress block which is not supported and therefore not stated in the readme. (RTM)
Best Regards
Martin
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Custom Post TypesWith V2.0.0 this feature will be implemented.
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] save settings …Update: After V1.5.0 the settings are saved and restored.
Solved with Update to V1.5.0. Will, actually work with the Update to V1.6.0 (or V2.0.0). See the forum.
Forum: Reviews
In reply to: [Simple Lightbox for WordPress] Does what it saysGreat, that you are watching the progress. This V1.5.0 is the preparation. It brings the required php-scripts on your server. You won’t see your files restored by now. Sorry, for that. But I don’t know another way to handle that (except copying files manually via ftp, see the Readme+FAQ for that.).
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Custom Post TypesUsed theme: GeneratePress + GenerateBlocks + ACF. All Pro versions.
test?result: The?plugin?is?working,?as?intended.
post-type?=?gallery-piece?—>?OK, defined by ACF and in plugin-settings.json.
content of the page?https://eleanorspensart.co.uk/gallery-piece/crows-gathering/?stored in database is : ?<p>Size : 12.5 x 13.5″</p>. Nothing more. No figure-tag to handle –> The WP-PI “Simple Lightbox for WordPress” uses “the_content” filter to modify the post / page etc.
In WordPress it is obviously standard that themes provide content for post / pages etc. that is not stored in the database and so not shown as “the_content”.
I had to massively change my plugin to handle that. As shown here (final answer):?https://wordpress.stackexchange.com/questions/52840/filter-all-html-output.
This will have impact on all other users using the PI. And change all existing output of other pages. Usually things one won’t expect for such a simple plugin.I close your request for now, as the Plugin is working correctly. Please contact me if you need further support.
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Cannot exclude pagesUpdate: I did a short test on my site. I can exclude pages and it still runs on posts. I need more information.
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Cannot exclude pagesHi, please provide a more detailed description of your WordPress-setup. (PHP, WP-Version, Theme). Are there any entries in debug.log?
BTW: I’m working on the backup-restore of plugins-settings.json.
Best Regards
Martin
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Custom Post TypesHi,
I’d appreciate to help you. The two pages look identical concerning the HTML. Did you try to add “gb-block-image” as CSS-Class to add to “cssClassesToSearch”?
I installed ACF but unfortunately CPT are only possible in ACF Pro. So, I can’t test the behaviour with CPT and ACF free. I don’t want to buy ACF Pro just for testing. Any idea how to circumnavigate this?
Best Regards
Martin
Forum: Reviews
In reply to: [Simple Lightbox for WordPress] Does what it saysHi, great thank for your Review. The filename is already corrected. The storage of settings is in process. Best Regards. Martin
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Custom Post TypesHi,
You have to add the CSS-class of your image / video to the list. Could you please send me HTML of your page as an example? Or a link?
I’ll add this to my TODO-list. Currently I’m working on:
- stop running videos on Open and on Slide Change (parallel running videos is annoying in my opinion)
- Yes, and provide Admin settings or restore after update after several requests.
- Your proposal. Could you please send me HTML of your page as an example?
Best Regards
Martin
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Can this plugin work with youtube videos?Hi, support for Youtube Videos was added with Version 1.4.0.
Have fun!Martin