NextGEN Gallery conflict with Roots Sage Theme

I’m experiencing an issue with NextGEN where I’m unable to open ‘Gallery Settings’ or ‘Other options’ in the WordPress dashboard. Many posts are saying to reset NGG settings, but I can’t get into those areas. I’m also seeing that requests for NextGen assets like JS files are resulting in 404 errors because URL’s are wrong/duplicate my domain.

Related posts

Leave a Reply

1 comment

  1. I found out that my issue stems from a Sage feature found in:

    /mysagetheme/lib/setup.php
    

    I ended up commenting out line 17 in the file:

    //add_theme_support('soil-relative-urls');
    

    I hope this helps someone avoid the same frustration.