You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenMage has a special CSS file for the printing action in browser named print.css. There is an issue when you print pages with buttons, links, images you will get also on the paper their links. I suggest checking all print.css files and add this line:
a[href]::after { content: none; !important }
This will remove all additional links for some visible printed elements. At least for /skin/frontend/default/default/css/print.css this feature should be added. Probably there are more files to be updated, especially in RWD theme.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
OpenMage has a special CSS file for the printing action in browser named print.css. There is an issue when you print pages with buttons, links, images you will get also on the paper their links. I suggest checking all print.css files and add this line:
This will remove all additional links for some visible printed elements. At least for /skin/frontend/default/default/css/print.css this feature should be added. Probably there are more files to be updated, especially in RWD theme.
Beta Was this translation helpful? Give feedback.
All reactions