• Resolved tmcqueen

    (@tmcqueen)


    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

    (@tmcqueen)

    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.