Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Did you click outside the edit area? (pls read the note at the top of the page):

    In this version of the album admin page, all modifications are instantly updated on the server. Edit fields are updated the moment you click anywhere outside the edit box.Selections are updated instantly, except for those that require a button push.The status fields keep you informed on the actions taken at the background.

    Thread Starter iraji

    (@iraji)

    Yes I clicked outside of the text box for the album name!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    What shows the status field?

    Thread Starter iraji

    (@iraji)

    I can’t see a status bar! However, I am using Safari and when I tried with IE9 it works fine and the album name saves fine. It doesn’t save with Safari or Chrome.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    It works with AJAX. So the browser should support window.XMLHttpRequest as in:

    // Get the http request object
    function wppaGetXmlHttp() {
    	if (window.XMLHttpRequest) {		// code for IE7+, Firefox, Chrome, Opera, Safari
    		xmlhttp=new XMLHttpRequest();
    	}
    	else {								// code for IE6, IE5
    		xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    	}
    	return xmlhttp;
    }

    This should also work in Safari and Chrome.
    I just tested it in Chrome 19.0.1084.52 m under windows 7 64 bit, and had no problem.

    The status field is in the edit album box, right below the ‘Reset ratings’ button.

    Thread Starter iraji

    (@iraji)

    Yes I see that. I must not have been clicking outside the box because it is working now fine. I just tried it again but this time I clicked just outside of the text input box and it worked fine so I guess it must have been me doing something wrong.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Album name is not saved or auto saved’ is closed to new replies.