Problem printing web pages with Milonic menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
Derek Fielding
Super Advanced
Super Advanced
Posts: 30
Joined: Thu Jan 15, 2004 12:20 pm
Location: UK

Problem printing web pages with Milonic menu

Post by Derek Fielding »

Hi,
I have a problem when trying to print any web page using the Ver 3 or 5 menu on an Epson stylus color 660.

I get an error message - IE has caused an error in EPIJNL30.DRV
This being the printer driver. Pages not using the menu Ver 3 or 5 print fine with no error message. I have stripped out all other code from a page to ensure that it is the menu that causes the problem.

Does anyone know of a conflict between the Milononic menu Ver 3 or 5 and the Epson printer driver EPIJNL30.DRV

example - see http://www.saviour-church.org.uk/

Derek Fielding
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Note that you are pretty far down-level, and you are running v3, which is why your message has been moved.

You have 3.5.11 posted, the last of the v3 series was 3.5.15. Also, v3 is no longer supported or developed, so you might want to consider updating.

We are now at v5, RC40. That means, literally, ~50-60 versions above what you are running. v5 is available at http://milonic.com/.
John
User avatar
timrivera
Super Advanced
Super Advanced
Posts: 31
Joined: Sun Jan 04, 2004 8:21 pm
Location: Metro-Atlanta, Georgia, USA
Contact:

Re: Problem printing web pages with Milonic menu

Post by timrivera »

Derek Fielding wrote:I have a problem when trying to print any web page using the Ver 3 or 5 menu
Do you need to have the menu included when you print the page? How about removing the menu when printing. Just add this to your CSS:

@media print {
    .mmenu {
        display: none;
        }
    }


http://milonic.com/menufaq.php#noMenuOnPrint


Tim
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Note that the above technique will only work with version 5.

Cheers
Andy
Post Reply