[Plugin: Slideshow Satellite] Satellite Slideshow Problem
-
I installed this and messed with it for a while. I tried everything that was in the documentation. I looked at the source code for the page and noticed there was no ‘/’ between ‘plugins’ and ‘slideshow_satellite’ for the css href so the css wasn’t getting called. I had to edit the plugin code so that the ‘/’ would show up.
I editted the following line in slideshow-satellite.php
if ( ! defined( 'SATL_PLUGIN_URL' ) ) define( 'SATL_PLUGIN_URL', WP_PLUGIN_URL . DS . SATL_PLUGIN_NAME);
I changed the ‘DS’ to a “‘/'”, note the single quotes, and it worked.
https://www.ads-software.com/extend/plugins/slideshow-satellite/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Slideshow Satellite] Satellite Slideshow Problem’ is closed to new replies.