Before you ask please READ THIS

Picture Orders in Works

edited October 2013 in Skyfashion Posts: 2
Hello,

I'm very satisfied with the Skyfashion theme and the support doc.
I managed to do everything I wanted except one little thing : when I upload the pictures for one work by the multi upload thing, they don't sort right.
I work with series like example1.jpg, example2.jpg ... example 24.jpg.
Sometimes the order is kept, but sometimes not at all (the first one is the last one, or it's all messed up).

I don't understand nor find any way to rearrange the order after the upload ... so I'm stuck with series of picture without nice start and finish.

If somebody has any help, it would be much appreciated !

Thanks in advance for your time,

I'm with Wordpress 3.6.1 Fr and Skyfashion 2.4.

Comments

  • Posts: 493
    Hi,

    There is no option to rearrange them right now but we will try to fix this problem in next release of our skin. Actually you can upload file by and sort it like you need.

    Kind regards
  • Looking forward to your next release then !
    Will do everything file by file in the meantime ...

    Thanks for the answer,
  • Posts: 493
    Hi,

    I included this to next version of skyfashion but i can give you a code before official release.

    Open file advance/meta.php in your skyfashion theme.
    Find it in code (about 222 line):
    array(
                "type" => "end-switch",
            ),
            array(
                "name" => __('Add next image or video', TPL_SLUG),
                "desc" => '',
                "default" => '1',
                "type" => "adder",
            ),
    
    and add code like this:
    array(
                "type" => "end-switch",
            ),
            array(
                "name" => __( 'Move relative to the other', TPL_SLUG ),
                "desc" => __( 'Clicking the button will move up or down relative to other images or videos', TPL_SLUG ),
                "id" => "image_position",
                "default" => '1',
                "type" => "mover",
            ),
            array(
                "name" => __('Add next image or video', TPL_SLUG),
                "desc" => '',
                "default" => '1',
                "type" => "adder",
            ),
    
    It will be available in skyfashion 2.4.2.

    Kind regards
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!