Forum Replies Created

Viewing 1 replies (of 1 total)
  • I also change these in slideshow-gallery/views/default/gallery.php

    <img src="<?php echo $this -> Html -> timthumb_image_src($slide -> image_path, $this -> get_option('thumbwidth'), $this -> get_option('thumbheight'), 100); ?>" alt="<?php echo $this -> Html -> sanitize($slide -> title); ?>" />

    change to:

    <img src="<?php echo $this -> Html -> timthumb_image_src(get_bloginfo('url').'/'.$slide -> image_path, $this -> get_option('thumbwidth'), $this -> get_option('thumbheight'), 100); ?>" alt="<?php echo $this -> Html -> sanitize($slide -> title); ?>" />
    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    in line 51. I think if you want you can change all the path in the images present there.

    It worked for me.

Viewing 1 replies (of 1 total)