• Running WP 2.6.1 and now Adminimize 1.4.4, when I am logged in as admin with full access, and am in the cforms back end, running firebug inside FF2, I get errors related to Adminimize as follows:

    error message: jQuery is not defined adminimize.js (line 2)
    line 1-3: 1 jQuery(function(){
    2 jQuery(“input#ctoggleCheckboxes_menu, input#ctoggleCheckboxes_menuadm, input#ctoggleCheckboxes_post, input#ctoggleCheckboxes_postadm, input#ctoggleCheckboxes_page, input#ctoggleCheckboxes_pageadm”).css(“display”, “none”);
    3});

    error message: jQuery is not defined admin.php (line 31)
    line 31: jQuery(document).ready(function() { jQuery(‘#footer’).remove(); });

    Everything SEEMS to be running fine, but I want to resolve these errors. Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thanks, i have found the problem and fix this in Adminimize in the next verison.
    Do you wil not wait, please change in the js/adminimize.js the first line in: $(document).ready(function() {
    Ready.

    cForms has the same short version of use jQuery.

    cForms load the JS a little bid earlyer and then works the script of Admminimze. Maybe i write a new version with externel js-files and write not the js in the header of the admin-area.

    Thread Starter sminc

    (@sminc)

    Thanks Bueltge,

    I just upgraded from 1.4.4 to 1.4.6 and the above mentioned problem went away. Thank you so much for your rapid response to the problem.

    Very nice plugin!

    Jeff

    Welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error in cforms backend running Adminimize’ is closed to new replies.