[Plugin: Slideshow Gallery] URI problem for link to css steelsheet
-
In slideshow-satellite.php, you use the var DS for DIRECTORY_SEPARATOR. if this separator is ‘\’, the css of the pluggin can’t be find.
You have to change line 20 in slideshow-satellite.php :
define( 'SATL_PLUGIN_URL', WP_PLUGIN_URL . DS . SATL_PLUGIN_NAME );
to :
define( 'SATL_PLUGIN_URL', WP_PLUGIN_URL . '/' . SATL_PLUGIN_NAME );
Thanks email me when you integrate this in a next version of your pluggin.
??https://www.ads-software.com/extend/plugins/slideshow-gallery/
- The topic ‘[Plugin: Slideshow Gallery] URI problem for link to css steelsheet’ is closed to new replies.