Announcement

  •  » Themes
  •  » Direct fullscreen slideshow url or link

#1 2013-12-04 13:06:59

bonzo_bvd
Member
2013-12-04
3

Direct fullscreen slideshow url or link

Hello.

I'm a Piwigo newbie. I am setting up a new piwigo site with the Slim theme and I can't figure out what's is the URL (or direct link) to the fullscreen slideshow of the album.

Currently I have to access the album page and then click on the first image to get the fullscreen slideshow. The URL showed by the browser does not trigger the fullscreen slideshow if used directly :(

I would like to use a direct link to the fullscreen slideshow and send it by email or put direct links in other webs. Is that possible?

Thank you very much.

Offline

 

#2 2013-12-04 13:11:26

flop25
Piwigo Team
2006-07-06
7037

Re: Direct fullscreen slideshow url or link

hello
author notified


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#3 2013-12-04 13:15:45

bonzo_bvd
Member
2013-12-04
3

Re: Direct fullscreen slideshow url or link

flop25 wrote:

hello
author notified

Thanks!!!!

Offline

 

#4 2013-12-04 17:41:07

Miklfe
Member
1970-01-01
29

Re: Direct fullscreen slideshow url or link

hello,
if I understand, you used Slim with Slim_L configuration: images and slideshow opens in a lightbox (like the picture). You can not have a direct url to this lightbox, try to use the Slim configuration with Slim_XL.


piwitheme.fr Piwigo theme

Offline

 

#5 2013-12-04 18:32:00

bonzo_bvd
Member
2013-12-04
3

Re: Direct fullscreen slideshow url or link

Miklfe wrote:

hello,
if I understand, you used Slim with Slim_L configuration: images and slideshow opens in a lightbox (like the picture). You can not have a direct url to this lightbox, try to use the Slim configuration with Slim_XL.

Thank you for the answer.

I would like to always use lightbox (presentation-like slideshow) and if I change to Slim_XL lightbox is disabled, the opposite of what I want. Is there a way to always trigger the lightbox without user interaction? If not, is that a limitation of the theme or piwigo? May I change it (CSS, HTML or PHP editing)?

Thank you very much.

Last edited by bonzo_bvd (2013-12-04 18:32:56)

Offline

 

#6 2013-12-04 19:20:18

Miklfe
Member
1970-01-01
29

Re: Direct fullscreen slideshow url or link

The lightbox is created in javascript, javascript is a user language (interpreted in the user's browser, not the server), so there is need for user action to create the lightbox.


piwitheme.fr Piwigo theme

Offline

 

#7 2013-12-04 22:50:38

Miklfe
Member
1970-01-01
29

Re: Direct fullscreen slideshow url or link

I tell you a stupidity! Excuse me

instaler and activate the plugin Perso Footer: http://piwigo.org/ext/extension_view.php?eid=554

copy this code in the plugin

Code:

<script>
(function($) {
  $(document).ready(function(){
    var $location = window.location.search,
        $lytebox  = $location.substring($location.lastIndexOf("&"));
    if ($lytebox == '&lytebox'){
      var $href = $('.lytebox').attr('href');
      $lb.launch({
        url: $href,
        options:'slide:true group:name showNavigation:true navType:1 slideInterval:6000',
      });
    }
  })
})(jQuery);

</script>

and use in your url: &lytebox
example: http://monsite/index.php?/category/19&lytebox


piwitheme.fr Piwigo theme

Offline

 
  •  » Themes
  •  » Direct fullscreen slideshow url or link

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact