• Resolved Tim Rogers

    (@stealingisbad)


    Well, I can’t update my CDN files using these “Upload XXX files” buttons under CDn settings because they simply don’t react when I click on them. (Not so important: The menu “Viewing” doesn’t react on any menu item click as well.)

    This is really annoying… Any ideas how I can still use the Total Cache buttons?

    Side note: Using latest WordPress version and Total Cache version. I’m not fully sure when it stopped working, maybe WP 3.0.3

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter Tim Rogers

    (@stealingisbad)

    *Bump*
    …To annoy the devs and hopefully get a real answer! ??

    Regards,
    Tim

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    You’ve tried emptying your browser cache and temporarily switching the active theme to twentyten and disabling all other plugins except W3TC?

    multimule

    (@multimule)

    Hi, It’s me (Tim).

    Unfortunately I have too many plugins running that my website absolutely needs. I can’t just switch the theme etc.
    However I can tell you which plugins are enabled right now:

    • Embedder
    • Fast Secure Contact Form
    • Hackadelic Sliding Notes
    • qTranslate
    • Secure WordPress
    • Simple 301 Redirects
    • Simply Hide Pages
    • TB Testimonials
    • Widget Logic
    • wp-jquery-lightbox

    I think qTranslate could make some problems because I heard that it does some rather dirty hacking.

    I hope this information somehow helps.

    Regards,
    Tim

    multimule

    (@multimule)

    Update: Out of nothing it started to work… After 5 month doing nothing different!

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    @multimule, surely something has changed?

    Hi Frederick,

    I have bad news: E.g. clicking on “compatibility check” doesn’t work anymore. So I guess the error is back again… Maybe with your latest update? Btw, was it the 4. September?

    Solution
    Its not a bug.
    The buttons are activated using javascript and using the jquery framework.
    So, to find out if you have any jquery conflict or not , just login to wp-admin using firefox browser. and check for jquery object not found or similar error using firebug plugin’s console panel.

    Now, if you see the error, it might be your theme OR plugin.
    if your theme or any plugin uses any functions like wp_enqueue_script(); then make sure that it doesnt do anything for wp-admin section by wrapping up the code something like this.
    if(!is_admin()){ wp_enqueue_script(); }

    post here if you have any questions, will be glad to reply.

    Hah, now it’s working again. Maybe it was because of another plugin. I think “TB Testimonials” changed something in the jquery code part…
    Anyway, thanks for your tip amuralikumar!

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[Plugin: W3 Total Cache] CDN -> "Upload XXX files" buttons don't work!’ is closed to new replies.