-
AuthorPosts
-
January 7, 2018 at 6:25 pm #1085338
Hello. All of my main images in my articles seem to be clickable. However there is not a modal popup appearing as I would have expected. Instead the image link takes you to the homepage.
Can you please tell me how to remove this link? I think most logical would be to have a popup modal or no link at all, unless a link is specified in the Gallery article type settings.
I could only find this file, but I am unsure it’s the right one: /templates/ja_hotel/html/layouts/joomla/content/gallery_image_detail.php
<div class="item-image"> <a title="" href="<?php echo htmlspecialchars($gallery['link'][$index]); ?>"> <img src="<?php echo htmlspecialchars(JUri::root(true).'/'.$src); ?>" alt="<?php echo htmlspecialchars($gallery['caption'][$index]); ?>" itemprop="thumbnailUrl"/> </a> </div>
Many thanks! Cheers, Emiel.
- This topic was modified 6 years, 10 months ago by mpiprojects.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
January 7, 2018 at 7:48 pm #1085360The K2 content seems to behave as you expect.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
January 7, 2018 at 8:31 pm #1085361Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 8, 2018 at 4:07 am #1085458Hi,
You can open this file: root/templates/ja_hotel/html/layouts/joomla/content/image/intro.php
you will see this snippet of code:
<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image"> <a href="<?php echo $link; ?>"> <?php echo JLayoutHelper::render('joomla.content.image.image', $data); ?> </a> </div>
Just remove the a tag:
<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image"> <?php echo JLayoutHelper::render('joomla.content.image.image', $data); ?> </div>
Cheers!
2 users say Thank You to Saguaros for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 3 voices, and was last updated by Saguaros 6 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove link to homepage on main article image?
Viewing 4 posts - 1 through 4 (of 4 total)