Lightbox problem
-
great plugin but the developers need to do this simple update to stop this problem
The issue is in wp-content/plugins/wassup/js/thickbox/thickbox.css
Line 12: display is set to none.Changing this fixes the TB_overlayBG issue but there are still formatting issues introduced by the css file on the overlays.
The issue appears to be in /wp-content/plugins/wassup/lib/wassup.class.php line 2537 where the variable $menuarg is force set. This is forcing the wassup plugin to load the ‘custom thickbox’ styles regardless of which admin page is loaded.
I commented out line 2537
//$menuarg=”wassup”;And the problem was resolved.
Of course, this will be overwritten if the plugin is reinstalled or updated and the problem not resolved.
The topic ‘Lightbox problem’ is closed to new replies.