-
AuthorPosts
-
okkhalid Friend
okkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
July 10, 2014 at 7:51 pm #199579Hello,
I would like to make the items are not linkable in this page:
http://ja-medicare.demo.joomlart.com/index.php/en/bonus-page/our-services
now if you go this page you will find a list of services, and the title and the image are linkable to an article.
I would like to have this items are not linkable by disable the links in the title and image.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 11, 2014 at 8:48 am #541954Hi,
1. To disable article linked titles, please to go Admin >>> Menus >>> Our Services >>> switch to tab Options >>> choose No in Linked Titles.
2. To disable this function in article thumbnail, you will have to remove hyperlink in the code instead. Please open file root_folder/templates/ja_medicare/html/com_content/category/blogservices_item.php and look for this code :
<a href="<?php echo $link; ?>"><img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/></a>then update as below :
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>Save your file and recheck.
okkhalid Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
July 11, 2014 at 6:33 pm #542029That is just GREAT. THANK YOU 😀
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by okkhalid 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
remove links
Viewing 3 posts - 1 through 3 (of 3 total)