[Plugin: Slideshow Gallery] Doesn't work when wordpress is installed in sub directory
-
The thumbnails fail to render when wordpress is installed in a sub directory. Using 1.2.2.1
To fix it. edit helpers\html.php
change line 45 to this
$tt_image = ‘<img src=”‘ . $this -> timthumb_url() . ‘?src=’ .rtrim(get_bloginfo(‘wpurl’), ‘/’).’/’. $image;change line 57 to this
$tt_image = $this -> timthumb_url() . ‘?src=’ .rtrim(get_bloginfo(‘wpurl’), ‘/’).’/’. $image;https://www.ads-software.com/extend/plugins/slideshow-gallery/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Slideshow Gallery] Doesn't work when wordpress is installed in sub directory’ is closed to new replies.