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

    Hi, thank you for the introduction of print.css!!!
    How is it possibile to:

    – remove the fixed logo in every printed page (if the page is long) becouse the text o the page goes under the logo in page 2, 3, … ecc.ecc and keep it only in page 1?

    – keep the logo in every page but set something like a top-padding in every page content so that it is not covered by the logo?

    Thank you
    Alessandro

    #237392

    Hey italia76!

    Can you show me an example (link to your site)? I wasn’t able to test for a lot of individual cases with the new print stylesheet and not at all with the new header layouts so if I can see some live examples I can push out fixes pretty quickly.

    Best regards,
    Devin

    #237660

    Sure:
    http://www.italia76.com/catalogue/healthy-food/hazelnut-cream-sugarfree-xylitol/

    In Internet Explorer first page is ok and as you can see, in the second page there is still logo over text.
    In Firefox first page logo is missing and, in the second page there is logo over text.

    thank you
    Alessandro

    • This reply was modified 10 years, 8 months ago by italia76.
    #237980

    In the themes css folder open up the print.css file and add this to the header section which starts on line 84:

    
    .html_header_top.html_header_sticky #header {
    position: relative;
    }
    
    #245540

    Thank you for the tip. I’m going to try this right now ! I also really love the addition of this print.css !!! Great job… as usual !

    I have an other issue though : the next and previous links’ arrows (right and left) appear on every printed page, hidding part of the content. I tried to print out this page (as a pdf) : agi.to/metadonnees-et-ressources-pedagogiques/

    I guess that hiding those elements in print.css should do the trick but I prefer to report it here anyway for future releases.

    Regards to the team,

    Fred

    #245624

    Thank you! Added in just now with #top .avia-post-nav on line 116 to the general removes. Full updated rule:

    
    /*General Items*/
    nav,
    #footer,
    #scroll-top-link,
    .image-overlay,
    #top #main .sidebar,
    #commentform, .comment_container .miniheading, .comment_container .minitext,
    #top .avia-post-nav
    {display: none;}
    
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.