• Resolved adsoink

    (@adsoink)


    As mentioned in my previous post, the issue of the Global Redirects has been resolved. It turned out that there were three total tables deleted from the production database, and the wp_options table was missing the row for permalinks (confirmed that this was deleted on install of the plugin and Pro extension).

    Knowing that everything works as expected in my sandbox instance of the site, I compared how the CSS and JS were being called. Here’s what I found on the live site –

    <link href='https://www.mysite.net/nextgen-static/styles?load=admin-bar;contact-form-7;A2A_SHARE_SAVE;mainStyle;wpcx_sub_style' rel='stylesheet' type='text/css'/>

    As well as –

    <script type='text/javascript' src='https://www.mysite.net/nextgen-static/scripts?load=admin-bar;photocrati_ajax;jquery;sidjs;lazy_resources;wpcx_jquery.cycle;wpcx_jquery.superfish;wpcx_jquery.fredsel;wpcx_jquery.fancybox;wpcx_custom;jquery-form;contact-form-7'></script>

    It appears to me as though something is attempting to either minify or concatenate the calls to CSS and JS, thus giving me the issues I’m now having (i.e. CSS being overridden and not inherited by specific objects on the site.

    We did briefly experiment with the wp-minify plugin, but it broke the front page slide show and several other elements across the site so it was uninstalled as quickly as it was installed. If anyone has thoughts as to by those URLs are being served like they are, please let me know. I feel like I’m inches away from resolving this!

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adsoink

    (@adsoink)

    Please note in the above that WordPress is looking for a top level directory called “nextgen-static”. Said directory of course doesn’t exist.

    Thanks in advance for any thoughts or possible solutions.

    Thread Starter adsoink

    (@adsoink)

    The update to WP 3.6 fixed the oddball minification. Everything is now working as expected.

    Edit: The minification is still happening despite the update.

    Thread Starter adsoink

    (@adsoink)

    This has now been fixed. What I ended up doing was deleting everything NGG related and completely reinstalling. The sad fact of the fix is that I’ll have to rebuild my galleries, but the plus side is that it’s finally working.

    Such an eventful 72 hours…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NextGen 2.0 :: Strange "minified" paths to scripts in head’ is closed to new replies.