-
AuthorPosts
-
niusha Friend
niusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 9, 2008 at 8:58 pm #132027Hi,
can someone tell me perhaps, why not Slideshow work in Firefox?
http://www.gallerypyongyang.com (in section Gallery)
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 11, 2008 at 4:46 am #264840Hi
That porblem because, your images name have space
You can edit display.class.php(componentscom_rsgallery2templatesja_semantic folder)
Search those lines:
<script type="text/javascript">
function slideshow_<?php echo $kid->get('id'); ?>(){
var images = [];
<?php
foreach( $kid->items() as $item ):
if( $item->type != 'image' )
continue; // we only handle images
$display = $item->display();
?>
images.push(["<?php echo $display->url(); ?>", "<?php echo htmlspecialchars(stripslashes($item->descr), ENT_QUOTES); ?>"]);
<?php endforeach; ?>
Lightbox.open(images, 0);
}
</script>
Change to
function slideshow_<?php echo $kid->get('id'); ?>(){
var images = [];
<?php
foreach( $kid->items() as $item ):
if( $item->type != 'image' )
continue; // we only handle images
$display = $item->display();$url=$display->url();
$url=str_replace(" ","%20",$url);?>
images.push(["<?php echo $url; ?>", "<?php echo htmlspecialchars(stripslashes($item->descr), ENT_QUOTES); ?>"]);
<?php endforeach; ?>
Lightbox.open(images, 0);
}
</script>1 user says Thank You to Sherlock for this useful post
niusha Friendniusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 11, 2008 at 9:20 am #264875Thank you very much :-*
niusha Friendniusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 11, 2008 at 1:29 pm #264889I have now the problem that the Slideshow works only on the page 1 and does not start on second pages :confused:
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 13, 2008 at 7:24 am #265207Hi
Plz publish images in those galleries at page 2niusha Friendniusha
- Join date:
- April 2008
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 13, 2008 at 6:21 pm #265273<em>@nguoiabcd 73346 wrote:</em><blockquote>Hi
Plz publish images in those galleries at page 2</blockquote>And how can I do it?
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Sherlock 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum