• Aimee

    (@aimeeish)


    Hello.

    I went into the Thickbox files through wp-includes/js/thickbox/ and manually edited the thickbox files to my liking.

    Unfortunately, the modifications won’t show because WordPress automatically has Thickbox set to this:
    /wp-includes/js/thickbox/thickbox.js?ver=3.1-20090123
    /wp-includes/js/thickbox/thickbox.css?ver=20081210

    The problem is the bolded letters…I do NOT want WordPress to automatically call the last updated Thickbox. I want the system to call ONLY these files:
    /wp-includes/js/thickbox/thickbox.js
    /wp-includes/js/thickbox/thickbox.css

    Is there a solution to this? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Aimee

    (@aimeeish)

    This SUCKS. Bump….

    Agreed, this sucks.

    The file /wp-includes/script-loader.php (around line no.167) shows thus:

    $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-20090123');

    You may change the array suitably.

    S.K

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Won’t let me modify the default Thickbox.’ is closed to new replies.