I am using the latest version of the plugin and WP 3.7.1.
I am getting the following when I look at the debug report on my website.
Strict Standards: Redefining already defined constructor for class ssImage in /var/www/html/wp-content/plugins/superslider-image/superslider-image.php on line 35
On line 35 I see function __construct(){
.
Is there anything that needs be changed here to keep this off the debug list?
Thanks,
Jerrad
]]>I just want to say that I love this plugin so far. I just downloaded and installed it and it seems to be exactly what I am looking for.
I just have one issue with it right now and a few questions. I am on the latest version of Superslider. I deactivated another plugin called gadget since it was a side navigation plugin and that did not effect my problem at all.
Once the user is signed in and the slider is open the logout button is the only one visible while the close button is hanging off the slider tab. I am hoping to remove the logout button on the tab of the slider and only keep the text link logout.
I was also hoping to be able to remove the “dashboard” link from the slider when a customer is logged in rather than an admin if that is possible.
Would it be possible for me to add a short amount of shortcode from another plugin that displays a customers account balance? It’s not a huge deal but it would be great if we could.
Thanks so much for this plugin, I’ve been searching all day for something like this. I’ll for sure be making a donation or upgrading to pro after I test this out some more!
]]>Hallo,
first let me thank you for the great SuperSlider-Image Plugin. I use it in every of my wordpress blogs.
I am just setting up a new website and I have a problem if I use different groups of pictures in one page using:
[image image_id=”a, b, c”]
[image image_id=”d, e, f”]
When I click on a thumb to open it in the jQuery lightbox, I can browse through ALL pictures in that page, not only the ones in a group.
I hope you understand the problem because my english skills doesn’t allow to explain better.
A sample can be seen here: https://new.flyvision.eu/bildergalerie.html
I have already tried to change the jQuery Colorbox settings but this has been unsuccessful.
Is that a problem of your plugin or of the jQuery Colorbox?
Thanks for help and regards
Danyel
Hi,
good to see you on the Superslider support forums. Please read this and follow these guidelines before opening a new thread:
First, ensure you have the latest version of the plugin and check if your problem still exists with that version.
Second, search the forums for similar threads and see if any of the proposed solutions work for you.
Third, to test what’s wrong, disable all your other plugins and switch to the default WordPress theme for a bit. If the problem persists, open a thread, if not, figure out which plugin is the cause of the problem and open a thread mentioning both plugins.
Finally, if you decide to open a new thread, Use this template:
WordPress version:
Superslider plugin:
Plugin version:
]]>I did this:
I expected the plugin to do this:
Instead it did this:
This plugin has been updated for WP 3.5
]]>FYI, to fix the “Missing Attachment” error that appears when viewing the RSS feeds for my blog, I edited the following code in superslider-image.php:
// this is for a feed call
if ( is_feed() ) {
$output = "\n";
foreach ( $all_attachments as $attachment )
$output .= wp_get_attachment_image($attachment->ID, 'large') . "\n";
return $output;
}
]]>
I’ve just updated this plugin.
It now will pull a random image from the active category or site wide for any post that doesn’t have an image.
Let me know how it works for you.
]]>