Title: [Plugin: LightWindow] Got it to work!
Last modified: August 19, 2016

---

# [Plugin: LightWindow] Got it to work!

 *  Resolved [tmcqueen](https://wordpress.org/support/users/tmcqueen/)
 * (@tmcqueen)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-lightwindow-got-it-to-work/)
 * I had to rename the plugin folder from “lightwindow-20-for-images” to “tf_lightwindow”
   and then it worked. If you do a view source you could see that the path to the
   javascript and css files was wrong.

Viewing 1 replies (of 1 total)

 *  Thread Starter [tmcqueen](https://wordpress.org/support/users/tmcqueen/)
 * (@tmcqueen)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-lightwindow-got-it-to-work/#post-1635602)
 * Even better, go into tf_lightwindow.php and change
 *     ```
       function getPluginPath() {
           return get_option("siteurl")."/wp-content/plugins/tf_lightwindow/";
       }
       ```
   
 * to
 *     ```
       function getPluginPath() {
           return get_option("siteurl")."/wp-content/plugins/lightwindow-20-for-images/";
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: LightWindow] Got it to work!’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lightwindow.svg)
 * [LightWindow](https://wordpress.org/plugins/lightwindow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lightwindow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lightwindow/)
 * [Active Topics](https://wordpress.org/support/plugin/lightwindow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lightwindow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lightwindow/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [tmcqueen](https://wordpress.org/support/users/tmcqueen/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-lightwindow-got-it-to-work/#post-1635602)
 * Status: resolved