- Posts: 9
- Thank you received: 0
Problem with big galleries (30+ images)
-
Vangel
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 5 months ago #11818
by Vangel
Problem with big galleries (30+ images) was created by Vangel
Hello again!
I have found second bug.I've got a big gallery on my website, which contains 40 images -> vangel.eu/index.php/photography/lost-a-forgotten
Everything works great if gallery stays in slide-show mode (non-user interaction).
BUT, if user manually click on one of the last thumbnails (let's say on last thumbnail, or 37th thumbnail) gallery will go to this image but won't show anything. Only black background. If you click on some earlier thumbnail (let's say on 30th thumbnail) everything works great. But still, you can't view the last ones.
But they are shown without a problem if gallery will go to them by it's own, in slid-show mode.
It's a small bug but a little annoying
best regards!
I have found second bug.I've got a big gallery on my website, which contains 40 images -> vangel.eu/index.php/photography/lost-a-forgotten
Everything works great if gallery stays in slide-show mode (non-user interaction).
BUT, if user manually click on one of the last thumbnails (let's say on last thumbnail, or 37th thumbnail) gallery will go to this image but won't show anything. Only black background. If you click on some earlier thumbnail (let's say on 30th thumbnail) everything works great. But still, you can't view the last ones.
But they are shown without a problem if gallery will go to them by it's own, in slid-show mode.
It's a small bug but a little annoying

best regards!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11822
by ivan.milic
Replied by ivan.milic on topic Re: Problem with big galleries (30+ images)
You have one javascript error that may be the reason, it comes from:
<script type="text/javascript">
jQuery(document).ready(function(){jQuery("img").lazyload({
effect : "fadeIn"
});
});
</script>
you get:
lost-a-forgotten:682Uncaught TypeError: Object [object Object] has no method 'lazyload'
<script type="text/javascript">
jQuery(document).ready(function(){jQuery("img").lazyload({
effect : "fadeIn"
});
});
</script>
you get:
lost-a-forgotten:682Uncaught TypeError: Object [object Object] has no method 'lazyload'
Please Log in to join the conversation.
-
Vangel
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
13 years 5 months ago - 13 years 5 months ago #11825
by Vangel
Replied by Vangel on topic Re: Problem with big galleries (30+ images)
Thanks! I will try to work it out. But it's weird that problem occurs only in this big gallery, with last images.
Here is also a larg gallery (28 images), but there is absolutely no problem with rendering all images: vangel.eu/index.php/photography/macro
EDIT:
I just realized that problem occurs only in Opera Browser - everything works fine in Safari. So I maybe it's just a browser problem with scrips or something.
Here is also a larg gallery (28 images), but there is absolutely no problem with rendering all images: vangel.eu/index.php/photography/macro
EDIT:
I just realized that problem occurs only in Opera Browser - everything works fine in Safari. So I maybe it's just a browser problem with scrips or something.
Last edit: 13 years 5 months ago by Vangel.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11828
by ivan.milic
Replied by ivan.milic on topic Re: Problem with big galleries (30+ images)
Last one worked at me also, I saw that error but everything worked normally. That is apparently happening only on some browsers.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11829
by ivan.milic
Replied by ivan.milic on topic Re: Problem with big galleries (30+ images)
Updating jQuery may help is such cases.
The following user(s) said Thank You: Vangel
Please Log in to join the conversation.
Time to create page: 0.165 seconds