FaffeF
Forum Replies Created
-
I had the same problem. Deactivating the Hide Broken Shortcodes plugin settled the issue for me.
Still, the line 513 fix above seems to fix it for me. So I didn’t need to restore from backup. Still, it would be nice to get this commited to trunk.
Fuck, I just upgraded the plugin based on that advice, and now I have to revert again. It’s still not PHP 5.4 compatible it seems.
Just a lot of
Warning: Creating default object from empty value in /.../public_html/wp/wp-content/plugins/nextgen-gallery/nggfunctions.php on line 554Forum: Plugins
In reply to: [FancyBox for WordPress] Large images do not fit in viewportNevermind… it seems the Pinterest Lightbox totally fucks up the settings of Fancybox for WordPress
Would be nice to get this fixed in the next release, so the update doesn’t overwrite the manual fix.
And, by the way, it’s unbelievably easy to just paste the filter in to the functions.php of a child theme, that way no modifications are lost on either wordpress, plugin or theme upgrade!
So, I updated manually. Still 1.6, but now the wrapper option is there.
Pretty sure. A search of the source show no hit on ‘wrapper’, specifically there no mention of it in the shortcode_atts array. It says 1.6 at the top.
Thanks for the filter!
Thanks!
Why not update the version number? Now I must update manually to get the changes. Isn’t it kind of defeating the purpose of version numbers to release changes without changing the numbers?
Is it possible to get this to work with tax_term as well?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] multisite .htaccess update bugHmmm… no update warning when it’s in the mu-plugins dir I guess?
When was it fixed? I’m on 0.9.9.3
Forum: Alpha/Beta/RC
In reply to: Upgrade availableNope, it’s back 🙁
Forum: Alpha/Beta/RC
In reply to: Upgrade availableI got quite annoyed as well. So i entered the /wp-admin/upgrade.php url in the browser, it told me I didn’t need a database upgrade, but at least the update message disappeared! I hop it doesn’t come back.
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] ShadowBox JS with NextGen?I’ve got rel=”lightbox[%GALLERY_NAME%]”, effect lightbox and Shadowbox is working fine.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] New pictures breaks pagesSo, I found out what the problem was: PHP memory being limited to 32Mb. The images in question where apparently right on the edge, the thumbnails were generated, but the resizing to 320×240 when loading the page hit the limit, which caused the whole page to fail! If there’s a way to handle that error it should be implemented.
I’ve reduced the size of the pictures, and I’m changing webhost to one that lets me use 64Mb.