Dartanjan
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] A bunch of Notices come up; Settings not appliedStrange, all of a sudden it’s working.
Could be there was no default settings until I saved (and created) them.
Anyway, kinda annoying.
Glad it fixed itself.Forum: Plugins
In reply to: [Infinite-Scroll] No longer working after latest 2.6.1 updateSame problem here.
First I noticed infinite scroll wasn’t working, then I realized there was an update for the plugin. After the upgrade, the error was something like “plugin was deactivated because plugin file is missing” or such. I tried to activate it again and it went fine.
But still, the plugin javascript file wasn’t anywhere in my code. (custom theme, both wp_head() and wp_footer() present)
I tried to see where the problem is, so I put wp_die(); just before the wp_enqueue_script in the plugin Class, but nothing happened. So I’m not sure if plugin is being run at all.Any ideas?
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Files uploaded, database dump notOh, OK, but the Settings page says:
Please Note: Your SQL dump file will always be backed up regardless of what is selected below.
But I still need to select the (empty) folder “wp-content/backups” in order to have SQL backups?
Forum: Requests and Feedback
In reply to: WP New Graphic Version – FeedbackI don’t like the new “on hover” admin menu (3.3-aortic-dissection) with animation and gradient background… ahhh, please!!
I don’t have the time now, but I think this could be changed/fixed with a little filter.
wp_read_image_metadata
filter can be used to filter the IPTC fields, and as a rough guess you should be able to set something like:
$meta['title'] = $meta['caption']
or similar.Hope that helps a bit.
Forum: Plugins
In reply to: Need more image sizes for your blog? Here’s a pluginIs there a way this could work without ‘Get the image’ plugin? Ideally, to make it work with
wp_get_attachment_image_src( $id, $size )
or at least provide your own function, likeget_additional_image( $image, $size )
Edit: nevermind, I’ll be using it with the ‘Get the image’ plugin.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Post Author list does not include me?Sorry, I’ve just noticed this actually has nothing to do with Capability Manager plugin, but is still annoying… how do “I” publish a post?