crdunst
Comments
-
Hi Phil, rating done, with some feedback about performance too - I noticed that each animated slide creates a new image in the DOM, which can cause your browser to become slugish if you leave the page open, and I'm using a powerful machine too. This…
-
Hi Phil, Yes the ordering was done via the media manager, but retrieving them from the post using the plugin didn't preserve that order. It uses get_children() and the order comes back randomly, or by menu order ascending. I used the include param…
-
Hi, After further investigation, I could see that the plugin couldn't preserve the order of the images it retrieves from a post, so I decided to edit the plugin itself. I've modified my version to allow for an extra shortcode parameter as follows: […