Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #650757

    Hi there,
    there is a way to view the page printable, witout the image?

    See this link
    http://www.losurdoviaggi.it/luna-di-miele/estremo-oriente/
    Best regards

    #651846

    Hey creoadv,

    Thank you for using Enfold.

    We tried to accessed the site but the login credentials are not working. Please check. Try to add this in the Quick CSS field:

    @media print { 
     /* All your print styles go here */
    img { display: none; }
    }

    Best regards,
    Ismael

    #657724

    I want to hide some areas in the printview.
    In Enfold theme folder I edit the custom.css, but it does’nt work:

    @media print {
    #av_section_1 {
    display:none;
    }
    #top .no_margin.av_one_third {
        display: none;
    	}
    .av-section-color-overlay-wrap {
    display: none;
    }
    }
    #657763

    Hi,

    Please let us know exactly which area you like to hide.

    Editing theme files directly is not recommended as the changes will be lost when the theme updates instead please use a child theme to add custom modifications. kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Vinay

    • This reply was modified 7 years, 8 months ago by Vinay.
    #657863

    I want hide the header image and the left sidebar in the Enfold church theme.

    I use a child theme. But I have found that many statements are not executed there. Now I have added the CSS statements in the QuickCSS and it works! In a separate thread I have asked why this is so. But I do not have an answer yet. Do you have a response? I use the included child-theme.Thereby the quickCss area is very long and confusing.

    #657879

    Hi there,
    I have solved using the plugin “Print Friendly and PDF”.
    Best regards

    #657887

    Many thanks for your answer. I’ll watch the plugin.

    #658339

    Hi,

    Thanks for sharing @creoadv, much appreciated :-)

    Regards,
    Rikard

    #658457

    No problem, it was a pleasure.
    Best regards
    Annalisa

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘printable page of site’ is closed to new replies.