Problems enqueueing Thickbox
-
Is anyone else having issues including the thickbox library on their front-end theme templates? I’ve had no luck, using the following code, which I’m making sure preceeds the call to wp_head()
wp_enqueue_styles( 'thickbox' ); wp_enqueue_script( 'thickbox' );
I’ve also tried using the function add_thickbox(), which just executes that code above. The results I’m seeing is that the styles are being added to the <head> tags, but the JavaScript is not.
- The topic ‘Problems enqueueing Thickbox’ is closed to new replies.