Hello,
I have the slide show installed at 650 width on page https://aecwest.com/
After my last update of plugins, the slideshow decided to shrink to 250 width even though no settings were changed.
Is there an easy fix for this? I tried deactivating and reactivating the slideshow plugin, but that did not help.
Thank you,
Alan
https://www.ads-software.com/extend/plugins/superb-slideshow-gallery/
]]>Hi Gopi,
Thanks for the plugin – I have noticed that the location of the plugin is hard coded in superb-slideshow-gallery.php & image-management.php & superb-slideshow-gallery.js
I have a different location for my wp-content directory as per https://codex.www.ads-software.com/Editing_wp-config.php#Moving_wp-content and the plugin is looking for it’s .js files in the wrong place.
for example: line 314 of superb-slideshow-gallery.php (version 10)
define('WP_CONTENT_DIR', 'S:\xxx\tlc'); // no host name, no trailing backslash
define('WP_CONTENT_URL', 'https://www.home.pc/xxx/tlc');
define('WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins'); // no host name, no trailing backslash
define('WP_PLUGIN_URL', WP_CONTENT_URL . '/plugins');
wp_enqueue_script( 'jquery.min', get_option('siteurl').'/wp-content/plugins/superb-slideshow-gallery/inc/jquery.min.js');
wp_enqueue_script( 'superb-slideshow-gallery', get_option('siteurl').'/wp-content/plugins/superb-slideshow-gallery/inc/superb-slideshow-gallery.js');
can you change this to use the safer method:
wp_enqueue_style("xxxxx", plugin_dir_url(__FILE__). "css/xxxxx.css" );
There are also some hard coded paths in the java files.
With hard coding the plugin can’t be used on sites where wp-content is moved without hacking and more work on upgrades for the users.
Many thanks!
https://www.ads-software.com/extend/plugins/superb-slideshow-gallery/
]]>Hi,
I’ve updated the plugin to newest version, but it is not working now (I am using a shortcode). I’ve read that there has been an update with the shortcode, but when I went to visit your site for instructions (https://www.gopiplus.com), the site looks like it is down (or the domain is not registered at the moment).
I’ve tried this, but nothing happens:
[ssg-superb-slideshow type="homeslider" width="615" height="289" pause="4500" fade="1100" cycles="1" rand="NO"]
Could you please paste the shortcode instruction here, so I could update it on my site?
The site is https://www.wagonselfstorage.com/
I grouped couple of images under “homeslider” type, but this doesn’t seem to work for me.
Thanks.
https://www.ads-software.com/extend/plugins/superb-slideshow-gallery/
]]>This plugin is loading old jQuery 1.4.2 what breaks all plugins on your page requiring recent jQuery version (current version is 1.7.1). Plugin author should learn how to include jQuery proper way.
https://www.ads-software.com/extend/plugins/superb-slideshow-gallery/
]]>In order to provide Alt tags so it’s easier for blind readers to navigate the site I changed the following code in the superb-slideshow-gallery.js file:
In the
getSlideHTML:function(imgelement){
I changed
layerHTML+='<img src="'+imgelement[0]+'" style="border-width:0;" />\n'
to
layerHTML+='<img src="'+imgelement[0]+'" alt="'+imgelement[3]+'" style="border-width:0;" />\n'
This takes the image title and displays it as an alt tag. For better or worse, all of the image titles for all of the images in the gallery will be displayed at once.
https://www.ads-software.com/extend/plugins/superb-slideshow-gallery/
]]>I installed this plugin and used the page feature on the home page of my site. This caused an error on the page in that the java script for the plugin generated a link to your website for the loading GIF file for the slideshow.
I uninstalled the plugin and then modified the “superb-slideshow-gallery.js” line 3 to reflect the https:// controls code to reference my site. Then I manually installed the plugin by moving the modified plugin files to my wp-content/plugins/ directory.
Now all generated links from your plugin are referencing my site, instead of your site.
This is a very good plugin and I am glad that I was able to get it to work on my site.
https://www.ads-software.com/extend/plugins/superb-slideshow-gallery/
]]>Why does this developer think that spamming the plugins market with the same scripts over and over again is ok… for me this is a huge waste of time and unacceptable! DON’T SUPPORT THE DEV’S THAT SPAM!!!
https://www.ads-software.com/extend/plugins/superb-slideshow-gallery/
]]>The Problem:
Once you install this plugin, create a test user with the basic subscription status. Then login to your MU site as that user. Go to a post and click on Site Admin which will take you to the user’s dashboard. Under the user’s Profile menu item, you will see a Settings menu item. Click on that and you will see the Options page for the Superb Slideshow Gallery where this user with only basic subscription status can erase or change your images for your slideshows.
The Fix:
Open up superb-slideshow-gallery.php in the plugin’s folder. Scroll down to about 10 lines from the bottom of the file, where you will make a substitution in two lines of code. User levels are deprecated so you are going to replace them. Here are the two lines of code:
function ssg_add_to_menu()
{
add_options_page(‘superb slideshow gallery’, ‘superb slideshow gallery’, 7, __FILE__, ‘ssg_admin_option’ );
add_options_page(‘superb slideshow gallery’, ”, 0, “superb-slideshow-gallery/image-management.php”,” );
}
Replace the 7, with in the first add_options_page with ‘manage_options’,. Replace the 0, in the second add_options_page with ‘manage_options’,.
Now when you go back to the blog post and refresh the page, then click on Site Admin, the user’s dashboard will no longer display a “Settings” menu item, unless you have another plugin that requires it. But even then, the Superb Slideshow Gallery options page shouldn’t show up…I think. ??
]]>Couldn’t figure out how to upload images to this and the buttons in hte settings tool didn’t seem to do anyting in FireFox 3.5.6 on Vista.
]]>I get this lot when I try to install the plug-in:
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3237
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3237
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3237
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3237
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3237
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3237
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /homepages/46/d344972620/htdocs/wp-includes/functions.php on line 3321
]]>