• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same here. The buttons took me a place to supposedly manage my images, but once I tried to save the changes (either for a new image, or for editing an existing one) nothing changed.

    Note: WordPress 3.2.1 MultiSite

    Ok, so I fixed it.

    In the superb-slideshow-gallery/inc/setting.js file, the first function is ssg_submit()

    Out of the box all it does it check to see if all the fields are filled in, it doesn’t actually submit anything, so at the botton of the function I added:

    else
    {
    document.ssg_form.action=”options-general.php?page=superb-slideshow-gallery/image-management.php&AC=ADD&DID=”+document.ssg_form.ssg_id.value;
    document.ssg_form.submit();
    }

    Viola, fixed.

    Note: to make things easier on the users I also recommend changing the text from “enter the gallery type” to “enter the gallery name” and changing the associated line in image-management.php from “Enter gallery type (This is to group the images)” to “Enter gallery name (this is to group the images)”, and in the same file change “Insert Message” to “Insert Image” and “Update Message” to “Update Image”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: superb slideshow gallery] Image/Gallery Management buttons don't do anything’ is closed to new replies.