Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1129938

    Dear Team!

    Our Customer wants the portfolio pages (private content link, we use it for events) to be printable with a minimalist layout, only printing the continuous text + agenda-Table.
    So we have to exclude the whole upper section of the page (the slider with logo & menu) and the lower section with the “Anmeldung” button from the print layout. Problem is, that we can’t find those CSS elements we would have to exclude. The slider area still exists in printed sheet (with blank backround image) with the following Quick-CSS we tried:

    @media print {
    /* All your print styles go here */
    #header { display:none; }
    #content { display:block; }
    #comments { display:none; }
    #sidebar { display:none; }
    #footer { display: none;}
    #comment { display:none;}
    .inner-container {display: none;}
    .slideshow_align_caption {display: none;}
    .caption_fullwidth.av-slideshow-caption.caption_center.caption_center_framed.caption_framed {display: none !important;}
    .flex_column.av_one_full.flex_column_div.first.avia-builder-el-20.el_after_av_two_third.avia-builder-el-last.column-top-margin {display: none !important;}
    }

    Thanks in advance for your help!
    Tobias

    #1130087

    Hey check-t,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1130136

    Hmm, really? But we just need the element’s name to exclude the slider section. That’s a bit disappointing in contrast to the experiences we made with the kriesi-support in many projects in the last couple of years..

    regards
    Tobias

    #1130297

    Hi Tobias,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #after_full_slider_1 .avia-builder-el-7, #fullscreen_slider_1, #header {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1130352

    Awesome Victoria, you saved my day!

    Thank you and kind regards!

    #1130429

    Hi Tobias,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.