I have 1 gallery at the moment.
If I click “Manage Slides” without any “single” no images appear.
I tried
/admin.php?page=satellite-slides&single=1
and still no images appear.
Again, I have 50+ images in a gallery. They display on the post using the shortcode
[satellite gallery=1 auto=on caption=off thumbs=on]
Also noticing that when I click “Manage Slides”, the slide-out submenus in the Dashboard menu list no longer appear.
This problem existed when I was testing with a gallery of only 2 images as well.
Here is the html that appears in the <div class=”wrap”>
<div class="wrap">
<h2>Manage Slides <a class="button add-new-h2" rel="" href="/wp-admin/admin.php?page=satellite-slides&method=save&single=" target="_self" title="">Add New</a></h2>
<form id="posts-filter" action="/wp-admin/admin.php?page=satellite-slides" method="post">
<ul class="subsubsub">
<li>56 slides</li>
</ul>
</form>
<div class="alignright">
<form action="/wp-admin/admin.php?page=satellite-slides&method=single" method="POST">
<select name="section">
<option value="All">All</option>
<option value="1">Gallery 1: 20130226-WinterWarmer</option>
</select>
<input type="submit" name="View" value="View">
</form>
</div>
<span class="alignright" style="padding-top:5px">View Only : </span>
<form onsubmit="if (!confirm('Are you sure you wish to execute this action on the selected slides?')) { return false; }" action="/wp-admin/admin.php?page=satellite-slides&method=mass&single=" method="post">
<div class="tablenav">
<div class="alignleft actions">
<a href="/wp-admin/admin.php?page=satellite-slides&method=order&single=" title="Order all your slides" class="button clearfix alignright" style="margin-left:7px;">Order Slides</a>
<select name="action" class="action alignleft">
<option value="">- Bulk Actions -</option>
<option value="delete">Delete</option>
<option value="resize">Resize</option>
</select></div></div></form></div>