• Resolved primitivenet

    (@primitivenet)


    Hi,

    The old gallery script was working great for me.

    I just updated to 1.2 and now none of the images are showing up.
    In the Manage Slides admin I get broken image symbols whether I link to or upload any images, and no images when viewing the slideshow either.

    I only use the slideshow on the frontpage on of my site at https://goo.gl/CFRgQ but now it just shows a white block with a spinning loading graphic.

    I only have one slideshow (Homepage with id=1) and am calling it through the theme use

    <?php if (function_exists('slideshow')) { slideshow($output = true, $gallery_id = "1", $post_id = false, $params = array()); } ?>

    How did you include timthumb with the plugin? I take it you’re using the secure v2.0? Would it matter that I am already using timthumb elsewhere in my theme – could there be a conflict?

    Any help would be appreciated.

    https://www.ads-software.com/extend/plugins/slideshow-gallery/

Viewing 15 replies - 16 through 30 (of 43 total)
  • Plugin Author Tribulant Software

    (@contrid)

    @stevesbt, Please submit a ticket to us with a link and login details like I mentioned above. Without seeing the slideshow it gets hard to guess what could be wrong. https://tribulant.com/support/

    All the best,
    Antonie

    I did the thick box overlay in configuration and I still seem to have the issue. I now have the box appear (which was a rotating load logo before) but my images are X’ed out and even when I try to add a new slide or edit the picture of the slide, nothing changes this from appearing this way.

    https://www.jkmobiledjs.com/

    Plugin Author Tribulant Software

    (@contrid)

    @cjones2989, Can you submit a ticket to us with a link as mentioned above please? https://tribulant.com/support/

    The update killed my slideshow. I get a blank space where the slideshow used to be – and it is on my homepage!

    HELP!

    Thread Starter primitivenet

    (@primitivenet)

    @antonie,

    That thickbox tick seemed to fix it for Chrome, but just like @stevesbt the slideshow is blank in Firefox and IE.

    I’ve submitted a support ticket.

    Thanks for investigating!

    Blank for Chrome and FF

    Thread Starter primitivenet

    (@primitivenet)

    After Antonie kindly looking into my installation, it appears that the slideshow not appearing in FF and IE was down to me not properly clearing my W3 Total Cache and CloudFlare cache.

    All is now working – thank guys!

    Thread Starter primitivenet

    (@primitivenet)

    @kfoo1 what’s your URL?

    How are you calling the slideshow? In a post or page via a shortcode? Via your templates? What exact code are you using?

    Is the plugin working in the wp-admin? Can you see the thumbnails?

    I am using the shortcode on my WordPress theme homepage.

    I am not using thumbnails, just a slideshow scrolling through images.

    This is the code:
    <?php if (class_exists(‘Gallery’)) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = 1426); } ?></div>

    I’m not sure what you mean by “is the plugin working in the wp-admin?”

    Thread Starter primitivenet

    (@primitivenet)

    The code you give above is the full php that should be in your templates, not within a page, you’ve also got a closing div without an opening div there…

    By “in the wp-admin” I mean that when you login to your WordPress back-end, there is a menu item on the left called Slideshare that is where you add the slides/images. Does this work ok for you? Can you add images? Do the images upload properly?

    Also, are you using the latest version of WordPress?

    This is within a template. Our homepage is a unique page that in our custom theme. I quickly cut that bit of code so I must have cut of a div…

    I don’t have a menu item called “Slideshare”, just “Slideshow”

    I am pulling images from a post that I have left as draft.

    The slideshow was working fine until the update, then it went blank. We had been running it for a few months.

    We are using the latest version of WP.

    Thanks

    Thread Starter primitivenet

    (@primitivenet)

    Sorry, I meant “Slideshow” – good you have that working.

    How else are you using jQuery in your site?
    Is your theme calling wp_head() and wp_footer() properly?

    Truth be told, I don’t really know. We are running another slide show for different functionality: Portfolio Slideshow, but the two were running with no issues before.

    Are you aware of any conflict with Google Analytics Plugins? This is the only other change, besides the update, that was made to the site.

    Thread Starter primitivenet

    (@primitivenet)

    I don’t know about all Google Analytics plugins, but I’m using Google Analytics for WordPress by Joost and it’s working fine.

    That was the plugin that interfered with Portfolio Slideshow, so I switched to Analyticator. But I also tried deleting that plugin and Slideshow Gallery still didn’t work.

    Again, before the update, everything was working.

    Thanks

Viewing 15 replies - 16 through 30 (of 43 total)
  • The topic ‘[Plugin: Slideshow Gallery] 1.2 Broke My Slideshow – All images now blank?’ is closed to new replies.