I was responsible for.
I did not used correctly, the image loader.
after version 3.5.1 not know how to reorder the images uploaded to post.
——————————-
I recommend
in line
if ($attachments = get_children(“post_parent=” . $post -> ID . “&post_type=attachment&post_mime_type=image&orderby=menu_order ASC, ID ASC”))
replace
if ($attachments = get_children(“post_parent=” . $post -> ID . “&post_type=attachment&post_mime_type=image&order=ASC”))
because the loader upload the images alphabetically and placed them in this order the id
————————–
suggestion!!
replace:
add_shortcode(‘satellite’, array($this, ’embed’));
for:
remove_shortcode(‘gallery’, ‘gallery_shortcode’);
add_shortcode(‘gallery’, array($this, ’embed’));
add_shortcode(‘satellite’, array($this, ’embed’));
Then, in a post, inserting [gallery] shortcode
equally as [satellite] shortcode
————————-
Sorry for your time and sorry for my English
I use google translator