Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter brigitteg

    (@brigitteg)

    yes I did today !!
    using the fix-nextgen-lightbox-path.php script https://gist.github.com/deltafactory/6789297
    but the php had to be changed for each lightbox type (none, lightbox, fancybox, highslide, shutter, shutter2, thickbox) for each one run change the post_title in line 33 to the lightbox type then run the first time and check all the value printed which include the old site path and fix them (with the MAKE_CHANGES_TO_SITE set to false), in example for the lightbox I added

    $data->css_stylesheets = $base_url . '/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css';
    	$data->scripts = $base_url . '/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js
    http://www.gilihaskin.com/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/nextgen_lightbox_init.js';
    	$data->guid = $base_url . '/?p=12803';

    then run the script with the MAKE_CHANGES_TO_SITE set to true.

    not simple at all! it seems t be a known problem but I did not found a simplest solution for this.

Viewing 1 replies (of 1 total)