J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
[SOLVED]Slideshow Link? (1 viewing) 
Go to bottom
TOPIC: [SOLVED]Slideshow Link?
#7779
Jose Tarano
Fresh Boarder
Posts: 3
User Offline
[SOLVED]Slideshow Link? Karma: 0  
There is some way to link the slideshow to internal article or category?
 
Logged Logged  
  The topic has been closed.
#7781
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Slideshow Link? Karma: 79  
No that would not make sense because having a link would prevent slideshow arrows to be clickable.
By the way the only way would be to tweak the plugin source code.
 
Logged Logged  
  The topic has been closed.
#7782
Jose Tarano
Fresh Boarder
Posts: 3
User Offline
Re:Slideshow Link? Karma: 0  
Can you tell me how? Becouse I would like more the possibility clickable link than the slideshow arrows to be clickable?
 
Logged Logged  
  The topic has been closed.
#7783
John Dagelmore
Admin
Posts: 3716
User Online Now
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 topic has been closed.
#7784
Jose Tarano
Fresh Boarder
Posts: 3
User Offline
Re:Slideshow Link? Karma: 0  
Thank you very much for your quick and explanatory response. I followed your instructions and everything works properly. https://patriademarti.com/amp
 
Logged Logged  
  The topic has been closed.
Go to top