1. ThoKay
  2. Commercial Templates
  3. Saturday, 23 July 2022
  4.  Subscribe via email
Hello Ciaran,

you already provided a print.css in the css-directory of Layla but it is not loaded.

How can I include that file (although I know, it needs to be customized...)?

Thank you, Tom
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tom

I believe the print.css has been deprecated in Joomla 4. In Joomla 3, the print.css was loaded when you selected print from the article options (was displayed along with edit and 'send to a friend') however I believe this option has been removed in Joomla 4.

Assuming you are looking to style the page when you print it, you can use the print media query instead...


@media print {
// your CSS goes here
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
good to know and I will give it a try.

When printing the whole page using the browser's File -> Print or Strg+P the results are very poor now. Printing only marked parts gives better results but is cumbersome and no progress at all.

Thank you
Tom
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!