trattoria-da-giulia
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] Remove header and footerAbout that logo:
If it should only appear once, use the field Print Page Top HTML in the settings of Print-O-Matic.
<img src="http://trattoria-da-giulia.de/wp-content/uploads/2013/11/Logo.png" style="display: block;margin-left: auto; margin-right: auto"/>Header & Footer are inserted by your printer / driver. You can remove them before hitting “print”.
Forum: Plugins
In reply to: [Print-O-Matic] Not working in IE but works in everything else.Same for me with IE (8) / Print-O-Matic JavaScript v1.5.4 / jQuery 1.9.0_
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; .NET4.0E) Timestamp: Fri, 24 Jan 2014 12:25:07 UTC Message: No such interface supported Line: 5 Char: 25399 Code: 0 URI: http://trattoria-da-giulia.de/wp-content/themes/therestaurantclassic/javascripts/scripts.min.js?ver=1.0The exception comes from here (else branch):
//rot in hell, Internet Explorer if (!!navigator.userAgent.match(/Trident\/7\./)){ jQuery(w.document.body).append( jQuery( target ).clone().html() ); } else{ jQuery(w.document.body).append( jQuery( target ).clone() ); }Forum: Plugins
In reply to: [Print-O-Matic] Clicking "Print" changes Original Layout of the Pageneither the one or the other 😀
In Chrome:
– Navigate to http://trattoria-da-giulia.de/karte/tageskarte/
– Remember how the page looks (http://imageshack.com/a/img163/6320/rk09.png)
– Click the small printer icon
– A Popup with Print Preview will show up
– Close this popup and take a look at the page where you clicked the “print” button => Messed up: http://imageshack.com/a/img716/6671/j1oh.pngForum: Plugins
In reply to: [Print-O-Matic] Clicking "Print" changes Original Layout of the PageIt was a typo,
.trcMenuis a CSS-class.