NextGen 2.0 :: Strange "minified" paths to scripts in head
-
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!
- The topic ‘NextGen 2.0 :: Strange "minified" paths to scripts in head’ is closed to new replies.