• URL: http://www.rocklands.com/locations/arlington-va/

    In launching this site, I moved the entire WP installation from the /dev folder up to the root folder, and ran mySQL queries to change the path in the database.

    The trouble is that now all 5 NextGen galleries delay in loading.

    In troubleshooting, I see that a stylesheet and some javascript files are still trying to be called in the /dev path – http://www.rocklands.com/dev which no longer exists. Code samples below. I have deleted and reinstalled the plugin, and I’ve searched the mySQL database for the /dev path, but despite these efforts, the path remains. Where does this code reside and how can I fix this?
    Thank you!

    <link rel='stylesheet' id='fancybox-0-css' href='http://www.rocklands.com/dev/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css?ver=3.7.1' type='text/css' media='all' />

    <script type='text/javascript' src='http://www.rocklands.com/dev/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js?ver=3.7.1'></script>
    <script type='text/javascript' src='http://www.rocklands.com/dev/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js?ver=3.7.1'></script>
    <script type='text/javascript' src='http://www.rocklands.com/dev/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js?ver=3.7.1'></script>

    http://wordpress.org/plugins/nextgen-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Moved installation, but plugin still calling old path’ is closed to new replies.