- Posts: 32
- Thank you received: 0
Browsing in Lightbox continues to another Gallery
-
urosm
Inactive member -
Topic Author
- Member
-
Less
More
13 years 4 months ago - 13 years 4 months ago #12087
by urosm
Replied by urosm on topic Re: Browsing in Lightbox continues to another Gallery
Hi
This is changed code - just to be sure
No change, lightbox continue to prev/next gallery when navigating with mouse, but some strange behavior when navigating with left/right cursor keys - jumps to first/last picture in prev/next gallery.
Please try yourself on my site, it's hard to explain in short, you'll see what I mean.
This is changed code - just to be sure
Code:
$UniqueNo = rand(); // dodano
echo '<script type="text/javascript" src="'.JURI :: base().'plugins/content/photogallery/js/jquery.lightbox-0.5.min.js"></script>';
?>
<script type="text/javascript">
jQuery(function() {
if(jQuery('.hjtpgal<?php echo $UniqueNo;?> a')) // zamenjano
jQuery('#gallery a').lightBox();
});
</script>
<?php
$output = '<!-- HOT Photo Gallery Plugin starts here -->';
$output.= '<div id="gallery">';
No change, lightbox continue to prev/next gallery when navigating with mouse, but some strange behavior when navigating with left/right cursor keys - jumps to first/last picture in prev/next gallery.
Please try yourself on my site, it's hard to explain in short, you'll see what I mean.
Last edit: 13 years 4 months ago by urosm.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12095
by ivan.milic
Replied by ivan.milic on topic Re: Browsing in Lightbox continues to another Gallery
forgot this:
change:
jQuery('#gallery a').lightBox();
to:
jQuery('.hjtpgal<?php echo $UniqueNo;?> a').lightBox();
change:
jQuery('#gallery a').lightBox();
to:
jQuery('.hjtpgal<?php echo $UniqueNo;?> a').lightBox();
Please Log in to join the conversation.
-
urosm
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
13 years 4 months ago #12105
by urosm
Replied by urosm on topic Re: Browsing in Lightbox continues to another Gallery
With tahis change it only display enlarged picture, in the same browser tab (no Lightbox pop-up), with no navigation controls, nor with mouse nor with arrow keys.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12109
by ivan.milic
Replied by ivan.milic on topic Re: Browsing in Lightbox continues to another Gallery
I just saw now , you did not do this as I told you:
$output.= '<div id="gallery">';
should be:
$output.= '<div id="gallery" class="photogallery_plg '.'hjtpgal'.$UniqueNo.'" >';
$output.= '<div id="gallery">';
should be:
$output.= '<div id="gallery" class="photogallery_plg '.'hjtpgal'.$UniqueNo.'" >';
The following user(s) said Thank You: urosm
Please Log in to join the conversation.
-
urosm
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
13 years 4 months ago #12110
by urosm
Replied by urosm on topic Re: Browsing in Lightbox continues to another Gallery
Thanks, works great now.
I'm on my way learning HTML, CSS and PHP. Should become less problematic customer soon, I hope.
I'm on my way learning HTML, CSS and PHP. Should become less problematic customer soon, I hope.
Please Log in to join the conversation.
-
thespoon
Inactive member -
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
13 years 4 months ago - 13 years 4 months ago #12740
by thespoon
Replied by thespoon on topic Re: Browsing in Lightbox continues to another Gallery
Hi Ivan,
I read the topic but my file is a little bit different.
it is not in
plugins\content\photogallery\photogallery.php
but in
plugins\content\photogallery.php
and also the code is different
If I modify how it's indicated the plugin doesn't work anymore and the images are opened in a white window.
I read the topic but my file is a little bit different.
it is not in
plugins\content\photogallery\photogallery.php
but in
plugins\content\photogallery.php
and also the code is different
Code:
echo '<script type="text/javascript" src="'.JURI :: base().'plugins/content/plugin_photogallery/js/jquery.lightbox-0.5.min.js"></script>';
?>
<script type="text/javascript">
jQuery(function() {
jQuery('#gallery a').lightBox();
});
</script>
<?php
$html = '<!-- HOT Photo Gallery Plugin starts here -->';
$html.= '<div id="gallery">';
If I modify how it's indicated the plugin doesn't work anymore and the images are opened in a white window.
Last edit: 13 years 4 months ago by thespoon.
Please Log in to join the conversation.
Time to create page: 0.103 seconds