-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 29, 2016 at 2:06 am #963585Hi
kindly check it again , the link is working fine : http://prntscr.com/cbiugdAugust 29, 2016 at 3:56 pm #963908well, I think my visitors will instantly try to click on the slideshow image to go to the corresponding article. So instead of just the little, red item-title, the entire image should be the link.
I tried to change the style-owl.php so that the link is the image.
<div class="item"> <?php if($helper->get('data.image', $i)): ?> <?php if($helper->get('data.slideshow-link', $i)): ?> <a href="<?php echo $helper->get('data.slideshow-link', $i); ?>" title="<?php echo $helper->get('data.title', $i) ?>"> <?php endif; ?> <img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo $helper->get('data.title', $i) ?>"> <?php endif; ?></a>
But unfortunately it didn’t work. I still cannot click on the image.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 30, 2016 at 2:05 am #964060Hi
Open style-owl.php
find<img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo $helper->get('data.title', $i) ?>">
replace it with
<a href="<?php echo $helper->get('data.slideshow-link', $i); ?>" title="<?php echo $helper->get('data.title', $i) ?>"> <img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo $helper->get('data.title', $i) ?>"> </a>
Add below code in custom.css file
.acm-slideshow .owl-carousel { cursor: pointer!important; }
save and check .
August 30, 2016 at 2:19 pm #964265I did what you suggested but the image in the slideshow is still not linked. Only when I click on the item-title, then it works.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 31, 2016 at 2:19 am #964436This reply has been marked as private.January 18, 2017 at 4:25 am #1003329I also added the text as shown above and the image does not link. Can you help?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 18, 2017 at 5:02 am #1003337Hi
You can send me a temp super user site details via Private reply . I will take a look on your codeJanuary 22, 2017 at 12:54 am #1004381This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 24, 2017 at 9:58 am #1005104Hi
I got the issue and fixed it. The problem is from
/templates/ja_platon/acm/slideshow/css/style.css.acm-slideshow .owl-carousel .item:before { background: rgba(0, 0, 0, 0.25); content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
becuase there is mask the link not working, i just remove it and now its working fine.
Please check your site now.
January 25, 2017 at 1:28 am #1005279The image link works now but I only have three slides in the module–it is showing six slides on the site. The last three are blank.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 25, 2017 at 1:52 am #1005280Hi
You have only 3 items in the module: http://prntscr.com/dzyyh7
Please check and add more sliders.January 25, 2017 at 11:29 pm #1005624Sorry – I didn’t explain it well. I only WANT three slides and that is what I have in the module. When you go to the front page of my site, it shows SIX dots and if you cycle through the images, there are three images, then three blank slides. Where are the three blank slides coming from? I only need three images on the slideshow, not six.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 26, 2017 at 4:12 am #1005665Sorry – I didn’t explain it well. I only WANT three slides and that is what I have in the module. When you go to the front page of my site, it shows SIX dots and if you cycle through the images, there are three images, then three blank slides. Where are the three blank slides coming from? I only need three images on the slideshow, not six.
Hi i tried to create a new module butt your site giving me this error from Joomla
http://prntscr.com/e0g0qd
Can you check and try to create a new module. Also, you can take backup of site nad update All Extension/template and then update your Joomla.Regards
-
AuthorPosts
This topic contains 18 replies, has 3 voices, and was last updated by Pankaj Sharma 7 years, 9 months ago.
The topic ‘No link in slideshow’ is closed to new replies.