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

    (@setzer)

    undraftedsecretagents,

    Looks like the JS minify function of your W3 Total Cache plugin is causing this conflict. Basically, W3TC is causing your site to load 2 Side Matter Javascript components in the wrong order. (Specifically, side-matter.js is getting minified and linked in the page head by W3TC, when it should instead be linked after SM variables are printed in the footer by wp_localize_script.)

    I suggest, as a test, turning off the JS minify function in your W3 Total Cache settings (and empty the W3TC cache). See if that makes things look right.

    Note that you can probably get Side Matter and W3TC working in harmony again by putting /wp-content/plugins/side-matter/js/side-matter.js on your W3TC minify exclusion list (here are some instructions).

    Thread Starter undraftedsecretagents

    (@undraftedsecretagents)

    Perfect! Thanks so much for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thesis Integration’ is closed to new replies.