Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author cpres

    (@cpres)

    Were they working before you upgraded to 2.0? Are there any errors displayed on the page?

    Try adding single=gallery# at the end of the path like this: /admin.php?page=satellite-slides&single=3

    Are your galleries displaying fine?

    Thread Starter ljt79

    (@ljt79)

    Hello,
    Yes they are displaying, just can’ see the slides in the backend. The /admin.php?page=satellite-slides&single=3 is what isn’t working.
    Id there anything else I cna try?
    Thanks
    Lisa

    sgwatwp

    (@sgwatwp)

    I have 56 slides in a gallery. Slides also don’t show up for me in the dashboard/administration side and they do show up on the post page.

    When I try to change the url by swapping out
    /admin.php?page=satellite-slides with /admin.php?page=satellite-slides&single=3 I get red text below “Manage Slides” that reads No slides found

    So basically I am unable to edit the titles of slides or anything specific to individual slides but I can add slides to galleries and even reorder them.

    There is also no way for me to remove slides except by deleting them from the filesystem.

    Plugin Author cpres

    (@cpres)

    If you click Manage Slides without any “single” they are still not displaying?

    Do you currently have multiple galleries setup?

    single=3 only works if you have 3 galleries, and the 3rd one is what you want to look at.

    sgwatwp

    (@sgwatwp)

    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>
    Plugin Author cpres

    (@cpres)

    After the Bulk Actions drop down, do you see an “Apply” button or an “Order Slides” button?

    sgwatwp

    (@sgwatwp)

    Apply – no. Order Slides – yes.
    When I click Order Slides it takes me to the screen where I can change the order and I do see a full list of thumbnails and I am able to change the order.
    When I then click “← Back to Slides” I am returned to a screen without any visible slides.

    Plugin Author cpres

    (@cpres)

    Alright, the issue must be within that Apply button or the form… I can’t reproduce so if you know any HTML feel free to look at /views/admin/slides/index.php ??

    sgwatwp

    (@sgwatwp)

    Ok. I’ll take a look and let you know what I find.

    Plugin Author cpres

    (@cpres)

    By any chance did you start on a local dev environment and them import them into different domain??

    sgwatwp

    (@sgwatwp)

    Nope. While I do have a dev site and environment, this was not the case for the install and use of this plugin. I installed it using the dashboard plugin installer, imported my slides through the plugin’s uploader and this is all taking place on the production site.

    Plugin Author cpres

    (@cpres)

    It’s highly likely that it’s another plugin that’s conflicting with this one. Have you tried disabling the other plugins and just having this one? After that it’s worth testing the theme, and trying it with twenty-twelve

    sharilyn

    (@sharilyn)

    I’m having this exact problem, on a stripped-down site with no plugins other than Google Fonts. Using twenty-twelve and tried twenty-eleven.

    Basically, without “manage slides” capability, I can’t remove a slide from a slideshow unless I delete the entire thing and start over.

    Plugin Author cpres

    (@cpres)

    That’s very true, and I definitely want to get to the bottom of this.

    Is this happening to you on both Galleries AND Slides? Or just slides? They both use a method called Pagination to display their lists.

    Did you install Satellite through normal, WP Dashboard Automatic Install? Or did you upload it in manually? You might want to think about uninstalling and then reinstalling the plugin a different way.

    sharilyn

    (@sharilyn)

    I installed through dashboard. Managing galleries worked just fine, it was just the slides I couldn’t manage — just a blank screen. I had to create a new gallery without uploading any pics, and then go in and add each one individually so that I could name and caption them (there was no other way). I could re-order no problem, though.

    I won’t try re-installing, because I figured out to build my slideshow the way I wanted it, and it’s only for a one-time thing. So anyone who landed here with the same prob may wish to try that.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Slides show on site, but not in wp-admin’ is closed to new replies.