- Posts: 13
- Thank you received: 0
printing problem
- Andras Kovacs
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 1 week ago #7455
by Andras Kovacs
printing problem was created by Andras Kovacs
Hello, I'd like you to help me. If I'd like to print a page from the website all URLs are printed. For example on this page
www.grazin5.myhostpoint.ch/index.php/de/...im-scheinwerferlicht
The printed page looks this way. How could I remove them? Mostly from beside flags. Thank you.
Please Log in or Create an account to join the conversation.
- Nguyen Mai
-
- Offline
- Senior Boarder
-
Less
More
- Posts: 47
- Thank you received: 10
11 years 1 week ago #7463
by Nguyen Mai
Replied by Nguyen Mai on topic Re: printing problem
Hello,
I'm not sure how to get the results as your image attached.
You can print each article content by displaying the 'print' link. When clicking on this link will allow print the article content
I'm not sure how to get the results as your image attached.
You can print each article content by displaying the 'print' link. When clicking on this link will allow print the article content
Please Log in or Create an account to join the conversation.
- Andras Kovacs
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 13
- Thank you received: 0
10 years 11 months ago #7548
by Andras Kovacs
Replied by Andras Kovacs on topic Re: printing problem
Hello crystal_moon,
Unfortunately the print icon/link is not enough. My client wants to share whole pages in xps format. Microsoft XPS document writer generates all the links to pages and she said it does only with this website. I tried it with the demo page of Dulcet and it does the same with it.
Please help.
Thank you.
Unfortunately the print icon/link is not enough. My client wants to share whole pages in xps format. Microsoft XPS document writer generates all the links to pages and she said it does only with this website. I tried it with the demo page of Dulcet and it does the same with it.
Please help.
Thank you.
Please Log in or Create an account to join the conversation.
- Nguyen Mai
-
- Offline
- Senior Boarder
-
Less
More
- Posts: 47
- Thank you received: 10
10 years 11 months ago #7549
by Nguyen Mai
Replied by Nguyen Mai on topic Re: printing problem
Hello,
You can add code below into file '/templates/ot_dulcet/css/template.css':
You can add code below into file '/templates/ot_dulcet/css/template.css':
Code:
@media print{
a[href]:after {
content: none !important;
}
}
The following user(s) said Thank You: Andras Kovacs
Please Log in or Create an account to join the conversation.
- Andras Kovacs
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 13
- Thank you received: 0
10 years 11 months ago #7550
by Andras Kovacs
Replied by Andras Kovacs on topic Re: printing problem
Thank you It works fine

Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds