Viewing 11 replies - 16 through 26 (of 26 total)
  • No problem. ??

    Hi,

    There is another pop up like this, it′s on the “add new Gallery”

    The pop up say

    “Client side resize

    You can now resize the images before you start with the upload.”

    How can i delete it?

    Thanxs!!!

    Hey Jano…

    That can be found in the pointer.php file right at the top of the code. It looks like this:

    // create an array if pointers for each page
     		$this->pointers = array(
    			'nggallery-add-gallery' => array(
    				'id'	   => 'image_resize_pointer',
    				'content'  => __('<h3>Client side resize</h3><p>You can now resize the images before you start with the upload.</p>', 'nggallery'),
                    'posititon'=> 'top'
    			)
    		);
    
    $page =  ( isset($_GET['page']) ) ? $_GET['page'] : '';
            $this->settings = ( isset( $this->pointers[$page] ) ) ? $this->pointers[$page] : array();
    
            add_action( 'admin_enqueue_scripts', array( &$this, 'enqueue' ) );
    	}

    I have not seen the pop up myself and I do not know what would happen if you commented out the lines of code. I would make a backup of the file, place // in front of each line and save it. I would not delete the code straight out and try it though.

    Once you do that try the “add new gallery” area and see if it still pops up or if you get any errors.

    Just started to get this annoying pop-up after most recent update… this worked a treat. THANKS Jeremy! ??

    No problemo ??

    had the same problem. they just released an update last day or two with a fix for it: https://www.nextgen-gallery.com/nextgen-gallery-1-9-6/. seemed to do the trick. may want to check if you still have the issue after updating to 1.9.6.

    Yeah it says:

    Bugfix: Fixed an issue with users not being able to dismiss the “Photocrati Acquisition Notice”

    So they probably fixed it. ??

    I still have the same issue in a copy of 1.9.6 that I installed today. One I installed last week doesn’t seem to have the problem. Not sure what the difference is.

    I looked into the new code for the updated files. I see that that line in not commented out as I believe they had fixed the issue. You can try and comment out the same line I mentioned above and see if that works.

    Plugin Contributor photocrati

    (@photocrati)

    Hi Jeremy and all,

    We did introduce a fix in 1.9.6, but a small number of people are still having some difficulties closing the box or getting it to stay closed. There’s a another thread on this issue with some longer responses from us here:

    https://www.ads-software.com/support/topic/plugin-nextgen-gallery-nextgen-gallery-aquisition-announcement?replies=9

    It includes some trouble shooting steps plus the same short term fix that Jeremy also suggested above for those who are still having the issue.

    Thanks and best,
    Erick

    Thanks Erick for the info. ??

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘[Plugin: NextGEN Gallery] Important announcement – one time please’ is closed to new replies.