• Hello let me give a quick run down of the steps that have lead to this to see if somebody can finally find whats wrong here.

    1) I had my site on a different hosting company that SUCKED, worst than my first experience with Godaddy if thats imaginable. So I decided to migrate to site over to my new hosting company. WP-Content/DB transferred site looked great, everything worked great.

    2) As I proceeded to keep building my site and adding plugins I added W3 Total Cache.. I enabled minify and all the caching options (I don’t remember exactly). This caused my site to shut down or overload.. I had to go in my cPanel and delete the W3 Total Cache folder, take out the w3tc php files and folder and even set my wp-config to Define_False cache.

    3) When I finally had access to my site again everything that involves javascript (I think this is the problem I really can’t say for sure because Im not an expert) is broken (please take a look at sociallawschool.com). I am running the Dynamix theme and the revolution slider doesn’t come up anymore, my parallax images do not behave the way they are supposed to; I can see in my header that the javascript <script>’s are still there, but I see a couple lines that are missing, I don’t really know how to tell if it’s right or wrong. Any widget that involves jqueries is automatically opened or can’t be closed, or just plain doesn’t work.

    Conclusion is that I think I have narrowed it down to W3 Total Cache.. I just need a solution because I have been going crazy over this for 2-3 days already.

    I am using the latest version of WP, the Dynamix theme, and my site url is sociallawschool.com.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter LSME

    (@lsme)

    It’s not a theme issue from what I see because I switched to other themes and the jqueries still don’t load.. It must be aproblem with the code that loads them or the cache of the site or something.. W3 total cache completely ruined it..

    Thread Starter LSME

    (@lsme)

    I just did this.. I added in the header: <script type=”text/javascript” src=”https://code.jquery.com/jquery-1.7.1.min.js”></script&gt; .. I loaded my site and I got this message from the revolution slider:

    Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
    This includes make eliminates the revolution slider libraries, and make it not work.

    To fix it you can:
    1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
    2. Find the double jquery.js include and remove it.
    Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
    This includes make eliminates the revolution slider libraries, and make it not work.

    To fix it you can:
    1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
    2. Find the double jquery.js include and remove it.

    So I switched the setting to the body option and the slider came out! It looks like jquery is working now.. But in my footer on the lower left hand side it says in small text:

    Loading…
    Loading…

    It seems that the call to load jquery is not working on the original file?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Desperate need of help with jqueries on my site (possible w3 total cache issue)’ is closed to new replies.