twistedindustries
Forum Replies Created
-
Forum: Plugins
In reply to: [Optimize Images Resizing] Does it work with wp_get_attachment_image?Well figured it out, for anyone else that may have an issue with this plugin and are also using additional-image-sizes-zui this plugin will not work with sizes made through that plugin. The reason is for some reason that plugin doesn’t register sizes in $_wp_additional_image_sizes and are therefore skipped in this plugin. Once I fixed this it worked great, thank you!
Forum: Plugins
In reply to: [Optimize Images Resizing] Does it work with wp_get_attachment_image?It appears that the issue is in class-resize-image.php somewhere between the line:
if ( isset( $_wp_additional_image_sizes ) && isset( $_wp_additional_image_sizes[ $size ] ) ) {and:
if ( $intermediate = image_get_intermediate_size( $id, $size ) ) {the $size parameter is unset, I don’t see what it is being unset but it is and its causing the image_get_intermediate_size to return results. Ill see if I can hack it together for now.
Right on, this looks like it will help a ton! Thanks!
I am having the same issue. Is there any fix?
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] ACF 2.0.2 Fields not showing on postsScratch that it only seems to not work when I try to choose a category.
Forum: Plugins
In reply to: [Widget Classes] [Plugin: Widget Classes] Plugin not working in 3.0.3 3.0.4It doesn’t work for me either, I am on a clean 3.0.4 install and it is one of the first plugins I have installed. It doesn’t break anything but it doesn’t output anything either.