This topic has 4 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #186973
     mrintala
    Participant

    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

    #187001
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #187194
     Radu
    Moderator

    Hi,

    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 solution
    #187255
     mrintala
    Participant

    Thanks 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.

    #187293
     Radu
    Moderator

    Hi,

    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
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?