Yogi T
Forum Replies Created
-
Forum: Plugins
In reply to: [Crop-Thumbnails] image_size_names_choose filter broke correct image sizesI have not deleted any pieces. I unset them and added them again in the $custom_sizes array, expect the order is different.
Forum: Plugins
In reply to: [Crop-Thumbnails] image_size_names_choose filter broke correct image sizesThanks Volkmar,
i have missused the filter to sort the available images for the editor to quick and dirty.
Now i unset the default sizes and define them again in my $custom_sizes and merge them so everything works like expected.function custom_image_sizes_choose( $sizes ) { unset($sizes['thumbnail']); unset($sizes['medium']); unset($sizes['large']); unset($sizes['full']); $custom_sizes = array( 'thumbnail' => 'Thumbnail', 'v-thumb' => 'Vertical Thumb', 'medium' => 'Medium', 'large' => 'Large (2col)', 'drittel' => 'Drittel', 'v-drittel' => 'Vertical Drittel', 'viertel' => 'Viertel', 'v-viertel' => 'Vertical Viertel', 'full' => 'Full Size' ); return array_merge( $sizes, $custom_sizes ); }
Forum: Plugins
In reply to: [Crop-Thumbnails] image_size_names_choose filter broke correct image sizesNachtrag:
m-icon, s-icon and slider are not included in the image_size_name_choose filter from my function, but filtered out by your plugin.
I dont want them to use in posts, but i would prefer to crop them also with your plugin, because these images where used by plugins or custom outputs and are not suitible for inserting in posts.Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Hundreds of queriesHi WPGMaps,
any news about the release date witch fixes the problem?Forum: Plugins
In reply to: [Crop-Thumbnails] Compatible up to 3.6.1Thanks for fixing.
Forum: Plugins
In reply to: [Crop-Thumbnails] Can't save Featured ImageHi Volkmar,
I tested again with the following behaviours
Without plugin:Edit a post
-> Choose Featured Image
-> Media selection opens and select (All media items | Uploaded to this post) on top
-> Choose a image
-> Click the Update Fetured Image
-> Media selection disapears
-> Updated Featured Image is visible in the Featured Image sectionwith plugin 0.7.1:
Edit a post
-> Choose Featured Image
-> Media selection opens / select on top is not visible
-> Choose a image
-> Click the Update Fetured Image
-> Media selection do not disapear -> have to use X on top to close
-> Updated Featured Image is not visible in the Featured Image section
-> Update post
-> Featured Image is visible in the Featured Image sectionwith your new featured-image-media-box.php
Edit a post
-> Choose Featured Image
-> Media selection opens / select on top is not visible
-> Choose a image
-> Click the Select on bottom
-> Media selection disapear
-> Updated Featured Image is not visible in the Featured Image section
-> Update post
-> Featured Image is not visible in the Featured Image section and not savedSorry for mixing the two threads here at the moment.
Forum: Alpha/Beta/RC
In reply to: alt attribute in inserted images is emptyI’ve tryed with 3.5-RC2-22928 now and it works like expected.
Forum: Alpha/Beta/RC
In reply to: alt attribute in inserted images is empty@occean90: Its simple 3.5 RC2 Thanks, I did not see the ticket.
@esmi: There is still no value for the alt attribute, if I insert the image without a caption or with a link.I will try next nighly build.