Support » Plugin: NextCellent Gallery - NextGEN Legacy » WP Supersized does not recognize NextCellent plugin

  • Resolved Chris Borgman

    (@chrisborgman)


    Another favorite plugin http://wordpress.org/plugins/wp-supersized/ does NOT recognize NextCellent galleries as a source for images. I see the notice: NextGen Gallery is not loaded/activated. It may be just in the name, cause if I activate NextGen and upload galleries then select them on a page using WP Supersized, then, deactivate NextGen and activate NextCellent it works. Meaning, the images/gallery select are correctly showing. But, it will say: NextGen Gallery in not loaded/activated.

    So, WP Supersized has not problem with the actual galleries created, just doesn’t recognize it.

    Please take a look. Thank you again!!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPReady

    (@wpready)

    Hi chrisborgman,
    WP Supersized assumes the plugin is folder nextgen-gallery. It is using a similar practice mentioned on http://wpgetready.com/2014/01/nextgen-public-uploader-working-with-nextcellent/

    if (is_plugin_active(‘nextgen-gallery/nggallery.php’) && method_exists(‘nggdb’,’find_all_galleries’)) {

    Which is not bad, but NextCellent can’t be detected.

    There’s a workaround. Renaming NextCellent folder on plugins folder to nextgen-gallery should be enough.

    Thread Starter Chris Borgman

    (@chrisborgman)

    OK, that’s what I was hoping! I renamed the folder and all is well!

    Thank you for the good work and support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Supersized does not recognize NextCellent plugin’ is closed to new replies.