• Resolved webwise

    (@webwise)


    I just wanted to let you know that there is an error in the css.
    When we run weblink validator, it gives a 404 error/broken link in wp-content/plugins/genesis-printstyle-plus/css/none

    After doing some searching, I found the problem in wp-content/plugins/genesis-printstyle-plus/css/print.css:

    In the css for body the current background: is background: #fff url(none) !important; url(none) is what is causing the error/broken link. The line below background is handling it correctly (background-image: none !important;) Can you please remove url(none) from background: so that updates will not overwrite the changes I have made?

    Thanks

    http://wordpress.org/extend/plugins/genesis-printstyle-plus/

Viewing 1 replies (of 1 total)
  • Plugin Author David Decker

    (@daveshine)

    @webwise:
    Thank you for reporting this – you are true, this should not be in the CSS this way!

    I just pushed out an update with v1.6.1 which fixes this rule!

    Please note for adding own style additions:
    DO NOT change the packaged print.css anymore! This has ended with the v1.5 release early this summer!

    To achieve completely own CSS rules for printing and ignoring my own plugin file just add a file named “gpsp-print.css” to your child theme’s root folder! — Recommended if you have LOTS of own stuff to add…

    If you only want to add/ tweak/ override a few of the existing print rules just put all in a file named “print-additions.css” and add it to your child theme’s root folder.

    This way all is update-secure and you won’t lost any changes… Just to mention this again (is already stated in FAQ documentation) to clarfiy things.

    Hope this helps!
    Thanks again for reporting the issue!
    -Dave 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Genesis Printstyle Plus] CSS Issue/fix’ is closed to new replies.