-
AuthorPosts
-
June 11, 2021 at 6:46 pm #1305317
hello everyone
I have the following problem
if I want to display a page for example (see below)
with Cntrl + P the logo appears on the printout, although the header is hidden.
Is there a way to avoid this?Thanks and
Kind regards FranzJune 14, 2021 at 6:07 am #1305512Hi Franz,
Please try the following in Quick CSS under Enfold->General Styling:
@media print { span.logo { display: none; } }
Best regards,
RikardJune 14, 2021 at 6:47 am #1305523Many thanks Rikard
This fits great
Can I also set it so that it doesn’t print the layer sliders with Cntrl + P also does not print out.
(on the home startpage it has 2)
Friendly greetings
FranzJune 15, 2021 at 9:32 am #1305744Hi Franz,
Thanks for the update. Please try this CSS instead:
@media print { span.logo, .avia-layerslider { display: none; } }
Best regards,
RikardJune 15, 2021 at 4:27 pm #1305841hello rikard
I have added a printscreen for you
see below
the layer slider is still inserted completely in black.thanks a lot
kind regards
FranzJune 15, 2021 at 4:32 pm #1305843Hi,
It seems like you are using Slider Revolution so please try changing the code to following one
@media print { span.logo, .avia-revolutionslider { display: none; } }
Best regards,
YigitJune 15, 2021 at 5:17 pm #1305863Hello Yigit
I have captured the code as belowit’s like this, i have several different sliders on the home page
on the home page
at https://castellum.li/
3 layerslider (2 for PC and 1 for mobile).https://castellum.li/kontakt/ 1 layerslider
revolutionslider just do not pay attention to them come after all gone
thanks in advance
kind regards
FranzJune 21, 2021 at 4:30 pm #1306774Hi Franz,
Sorry for my late reply!
In that case, the code Rikard shared should have been working as it targets logo and LayerSlider element.
Could you please try changing the code to following one and check if that makes a difference
@media print { span.logo, .avia-layerslider { display: none !important; } }
Best regards,
YigitJune 22, 2021 at 7:35 am #1306877Hello Yigit
Thank you for your reply
Unfortunately does not workhave now only hidden the logo
if I now at the start page (below 1) Cntrl +P open 12 pages.
for all sliders ?if I do on the page (below 2) Cntrl +P opens a page with 1 slider in black
the same thing happens when I enter your code.
kind regards Franz
you can have a look here
June 23, 2021 at 12:47 pm #1307139Hi,
Thank you for the update.
Where did you add the css code? It is not in the Quick CSS field or in the style.css file. Are you using a plugin for custom css?
Best regards,
IsmaelJune 23, 2021 at 1:15 pm #1307147Hello Ismael
Thanks for your feedback
added the code at the top of the additional costomizer CSS
added.also have no additional plugin
kind regards
FranzJune 25, 2021 at 6:55 am #1307399Hi!
Thank you for the info.
Does it work correctly when you add it in the Enfold > General Styling > Quick CSS field or in the child theme’s style.css file? You may need to temporarily disable the Performance > File Compression settings and purge the cache after adding the css code.
Regards,
IsmaelJune 28, 2021 at 6:17 am #1307659Hello Ismael
I added the code alternately to the general styling or to the Quick CSS. Have now also cleared the cache afterwards and turned file compression off and on again.
it behaves the same whether I add the code in the general styling or in the Quick CSS.
with the logo it works fine. that is hidden.
thanks and
kind regards FranzJune 30, 2021 at 7:07 am #1308038Hi,
Thank you for the update.
Adding the following css code helped remove the gap or the layer slide space above the actual content.
.avia-layerslider.container_wrap { display: none; }
Screenshot: https://postimg.cc/xXSQxgVS
Best regards,
IsmaelJuly 1, 2021 at 10:27 pm #1308403Hallo Ismael
Thank you very much
now it fits greatyou can close this request
kind regards
FranzJuly 3, 2021 at 5:27 am #1308554 -
AuthorPosts
- The topic ‘Do not print logo’ is closed to new replies.