vodnar
Forum Replies Created
-
Thank you for your answer.
Currently we use just built-in functionality of WordPress to let users specify their preferred language of admin interface. As for front-end we use Polylang plugin.
At least for now you can use simple filter function to modify the quality of generated images.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Jpeg compression of cropsTry to put the following code into your theme’s
function.phpfile, and replace the number60with the jpeg compression level you need:add_filter( 'acf-image-crop/image-quality', function( $level ) { return 60; });Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Jpeg compression of cropsI believe you can modify the jpeg compression level using
acf-image-crop/image-qualityfilter. Default value seems to be 100.Forum: Reviews
In reply to: [Pods - Custom Content Types and Fields] Good complete solutionThanks for quick response. We had a couple of issues with older versions (already fixed), but currently this one is probably the most important for us. Anyway, thanks again for great work on this plugin.
Same problem here. I have WP 3.5.1, twentytwelve theme, bbPress 2.2.4 and GD bbPress Attachments 1.9.1. If “Allow topics to have tags” in bbPress settings is enabled the field for attachment on front-end completely disappears.