Fix to allow WordPress installed in a different folder
-
In nextgen-scrollgallery/nggScrollGallery.php:
define('SCROLLGALLERY_URL', get_option('siteurl').'/wp-content/plugins/' . dirname(plugin_basename(__FILE__)));
With
define('SCROLLGALLERY_URL', WP_CONTENT_URL . '/plugins/' . dirname(plugin_basename(__FILE__))); // get_bloginfo('wpurl')
- The topic ‘Fix to allow WordPress installed in a different folder’ is closed to new replies.