Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Yogi T

    (@yogi-t)

    I have not deleted any pieces. I unset them and added them again in the $custom_sizes array, expect the order is different.

    Thread Starter Yogi T

    (@yogi-t)

    Thanks 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 );
    }
    Thread Starter Yogi T

    (@yogi-t)

    Nachtrag:
    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.

    Thread Starter Yogi T

    (@yogi-t)

    Hi WPGMaps,
    any news about the release date witch fixes the problem?

    Thread Starter Yogi T

    (@yogi-t)

    Thanks for fixing.

    Thread Starter Yogi T

    (@yogi-t)

    Hi 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 section

    with 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 section

    with 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 saved

    Sorry for mixing the two threads here at the moment.

    Thread Starter Yogi T

    (@yogi-t)

    I’ve tryed with 3.5-RC2-22928 now and it works like expected.

    Thread Starter Yogi T

    (@yogi-t)

    @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.

Viewing 8 replies - 1 through 8 (of 8 total)