-
Author
-
January 27, 2018 at 04:44 #186973mrintalaParticipant
Hello, I try to print pages that uses buddyapp theme but i can’t see anything or it doesn’t seem to match what I see on the screen at all. Any help with this? I would like to leave out the menu and print out the main content area with full with about 1200px wide
January 27, 2018 at 18:19 #187001Kieran_SQModeratorHi,
Thanks for reaching out to us regarding issues with the print stylesheet. I will refer this ticket to a developer for review. They’ll be in touch with you as soon as they can, Monday to Friday, East European Time.
Thank you for your patience.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 29, 2018 at 16:10 #187194RaduModeratorHi,
I see there you should enable background graphics from see more when you print from browser, see below screenshot
Then click “Background graphics”
Here it’s a css that handles the print view that adapt a little the view
COPY CODE@media print { .profile-cover-inner {display:none;} .item-scroll-header {margin: 22px !important;} #buddypress ul#activity-stream.activity-list > li { list-style: none; padding: 15px; margin-bottom: 5px; } .activity-meta > a { color: #fff !important; } #header {position:initial;} }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 30, 2018 at 01:24 #187255mrintalaParticipantThanks for this! Is there a way to force things to print in certain width? Let’s say 1200px. Now when I print i can see that my columns are not side to side but on top of each others.
January 30, 2018 at 17:14 #187293RaduModeratorHi,
Just add your desired css intro @media print { css rules here } to manipulate the layout while printing
COPY CODE@media print { body {min-width:1200px} }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.