Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
August 11, 2014 at 3:19 pm #200423
JA biz Problem in Print Page( contain media ” appear in each media url ) like this ( (/index.php/en/component/joomsport/team/1/9)
Adam M Moderator
Adam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 13, 2014 at 9:02 am #545810Hi,
Actually, it’s the default behavior in Joomla!, if you switch to default template Protostar, you will see the same result. In order to remove link url in print layout, please open file root_folder/templates/ja_sugite/css/custom.css (if you don’t have this file, just create a new one) then add this code :
@media print {
a:after {
content: "" !important;
}
}AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by
Adam M 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
