Forum
Welcome, Guest
Please Login to access forum.
Re:Slideshow Link? (1 viewing) 
Go to bottom
TOPIC: Re:Slideshow Link?
#7783
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Slideshow Link? Karma: 79  
You have to customize the file root/plugins/system/jamp/core/includes/template/slideshow.php


Wrapping the amp-carousel tag inside and <a> tag.


Code:

<a href="..."> <amp-carousel id="ampcarousel" width="<?php echo $maxImageWidth;?>" height="<?php echo $maxImageHeight;?>" layout="responsive" type="slides" <?php echo $autoplaySlideshow;?> delay="<?php echo $delaySlides;?>"> <?php echo $imagesContentBuffer;?> </amp-carousel> </a>
Sounds like a bizarre request to me.
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
  Topic is closed thread link
[SOLVED]Slideshow Link?
Jose Tarano
    thread link
thread linkthread link Re:Slideshow Link?
John Dagelmore
    thread link
thread linkthread linkthread link Re:Slideshow Link?
Jose Tarano
    thread link
thread linkthread linkthread linkthread link Re:Slideshow Link?
John Dagelmore
    thread link
thread linkthread linkthread linkthread linkthread link Re:Slideshow Link?
Jose Tarano
Go to top