Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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 Franz

    #1305512

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media print { 
      span.logo {
        display: none;
      }
    }

    Best regards,
    Rikard

    #1305523

    Many 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
    Franz

    #1305744

    Hi Franz,

    Thanks for the update. Please try this CSS instead:

    @media print { 
      span.logo, .avia-layerslider {
        display: none;
      }
    }

    Best regards,
    Rikard

    #1305841

    hello rikard
    I have added a printscreen for you
    see below
    the layer slider is still inserted completely in black.

    thanks a lot

    kind regards
    Franz

    #1305843

    Hi,

    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,
    Yigit

    #1305863

    Hello Yigit
    I have captured the code as below

    it’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
    Franz

    #1306774

    Hi 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,
    Yigit

    #1306877

    Hello Yigit
    Thank you for your reply
    Unfortunately does not work

    have 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

    #1307139

    Hi,

    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,
    Ismael

    #1307147

    Hello Ismael

    Thanks for your feedback

    added the code at the top of the additional costomizer CSS
    added.

    also have no additional plugin

    kind regards
    Franz

    #1307399

    Hi!

    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,
    Ismael

    #1307659

    Hello 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 Franz

    #1308038

    Hi,

    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,
    Ismael

    #1308403

    Hallo Ismael

    Thank you very much
    now it fits great

    you can close this request

    kind regards
    Franz

    #1308554

    Hi Franz,

    Great, I’m glad that Ismael could help you out. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Do not print logo’ is closed to new replies.