By Guest on Thursday, 19 January 2017
Replies 14
Likes 0
Views 1.3K
Votes 0
Hello,

I want to print out the month view of the Jevents calendar. included the Color of the categories.

But at the Moment, when i print it out, the categories are just white.
Hello,

What is the custom layout for that view? i.e. the whole HTML?

Many thanks
Tony
·
Thursday, 19 January 2017 20:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

It's the joom template.
Yes, the whole html.

Thanks
Greg
·
Thursday, 19 January 2017 20:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Sorry you need to explain more? From what I gather you want to include the background color in the cells. So the view you have is different from default so have you customised it in:

JEvents -> custom LAyouts -> Monthly Calendar Cell ?

Many thanks
Tony
·
Thursday, 19 January 2017 21:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Tony,

I'm so sorry.

May this picture is the right one?

Thanks a lot
Greg
·
Friday, 20 January 2017 07:18
·
0 Likes
·
0 Votes
·
0 Comments
·
When you do your print are you selecting the print option in your browser to print background images and colours?
·
Friday, 20 January 2017 12:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

It doesn't matter. Even if i make a pdf on the iphone, its only white and black...

If the printer options are set on colour, it comes out black and white.

also the Print Pre-view is White and black.

But the Date at the top, is in Color.

Only the categorie Color isn't print in Color.
·
Friday, 20 January 2017 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you give us the URL

It should be that your template has a css file that affects print views.
·
Friday, 20 January 2017 14:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

The URL will not help you. It's the HP of my Office, which is working allready. And if you're not logged in, you won't see anything, srsy...

But for the template css, what should i check?
·
Friday, 20 January 2017 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I'm afraid what you are asking for is a customisation from what I can gather from your messages. In which case please see:
https://www.jevents.net/docs/item/event-detail-layout-editing

About using our Custom Layouts tool to achieve what you want.

Many thanks
Tony
·
Friday, 20 January 2017 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello all,

It's me again.

if i Chose the " icalevent.detail_body " layout, the Colors are printed out (Picture 1)

and

if i Chose "month.calendar_cell", it's only White and black. (pic2)

I can't figure out the Problem.
·
Monday, 23 January 2017 09:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Its really looks like an issue in your template's css files - look for

@media print

In the files.

See https://developer.mozilla.org/en-US/docs/Web/CSS/@media
·
Tuesday, 24 January 2017 08:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

so, in the bootstrap.css, there is a @media print in row 117:


@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: none
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}


and in row 4901:

@media print {
.visible-print {
display: inherit !important;
}
.hidden-print {
display: none !important;
}

and in the theme.css, there is also a @media print in row 8620:

@media print {
*,
*:before,
*:after {
background: none !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}


I hope you can help me?

Greetings
·
Tuesday, 24 January 2017 09:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

If you are referring to your first post and screenshot still I would suggest contacting your template developers to have a look at what is overriding out CSS.

Please try the default Joomla! Protostar template first to confirm it works as expected here.

Many thanks
Tony
·
Tuesday, 24 January 2017 09:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post