-
AuthorPosts
-
August 22, 2019 at 10:33 am #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!
TobiasAugust 22, 2019 at 8:34 pm #1130087Hey 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,
BasilisAugust 22, 2019 at 9:30 pm #1130136Hmm, 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
TobiasAugust 23, 2019 at 11:38 am #1130297Hi 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,
VictoriaAugust 23, 2019 at 1:25 pm #1130352Awesome Victoria, you saved my day!
Thank you and kind regards!
August 23, 2019 at 5:33 pm #1130429Hi Tobias,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.