Image order
Hello,
I'm using your gallery plugin on a real estate site, via a shortcode; and it works really well - thanks! There's just one problem I have - I would like to display the images in reverse order (I won't bore you with the details as to why, but there's a good reason), is this possible?
Thanks.
I'm using your gallery plugin on a real estate site, via a shortcode; and it works really well - thanks! There's just one problem I have - I would like to display the images in reverse order (I won't bore you with the details as to why, but there's a good reason), is this possible?
Thanks.
Comments
The Slideshow Gallery plugin uses a drag-and-drop system to determine the sort order of the slides.
So you could simply use one of the following methods to order them to your requirements:
- If you use the simple shortcode [slideshow], then slides should be ordered under Slideshow > Manage Slides
- If you use the shortcode [slideshow gallery_id="x"], then slides should be ordered under Slideshow > Manage Galleries by clicking on the "Order Slides" link for a gallery: http://screencast.com/t/eTrRRY5442W7
I hope that helps?Kind regards,
Phil
Thanks very much for taking the time to reply.
The problem is that I don't have any slides or galleries! I import images via an XML feed and they are attached to a property - a custom post type - I then display them using:
<pre lang="php">
<?php if (function_exists('slideshow')) {
slideshow(
$output = true,
$gallery_id = false,
$post_id = $post,
$params = array(
'orderby' => "asc",
'shownav' => false
)); } ?>
</pre>
I tried ordering by 'desc', but that didn't do anything. Is there another parameter I can apply which would help?
Thanks a lot.
mogs
is it filename, or some ID that can me managed within WP?
In both your cases you might be able to order the slides by going to the specific post/custom post, clicking the "Add Media" button to open the post's media gallery, and then drag/drop the images into the order you want them to be in the slideshow.
I hope this helps?
Best regards,
Phil
If you would be so kind as to submit a support ticket at http://tribulant.com/support/ with your WordPress admin login details and FTP access, we'll be happy to investigate for you. Is that all right?
I look forward to your reply.
Kind regards,
Phil
That should be fine... you simply changed the dynamic order/orderby to static values, and if it works for you that's great.
Best regards,
Phil