Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Denis V (Artprima)

    (@v-media)

    Add attribute noprint to the shortcode. E.g.:
    [flmenu id="YOUR_MENU_ID" noprint="1"]

    Later, you can also use [flmenuprint id="YOUR_MENU_ID"] shortcode to manually insert the link to the print page.

    P.S. If you liked the plugin, it would be nice if you could vote for it giving 5 stars on www.remarpro.com ??

    Thread Starter audaciouscreative

    (@audaciouscreative)

    BRILLIANT – thank you so much for swiftly resolving.
    Much appreciated.

    An alternate would be to use the custom CSS to hide it. I hid my Print link by adding:

    a[href*=”flprint”] {
    display:none;
    }

    Selects all links whose href contains ‘flprint’ and hides it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Print Option’ is closed to new replies.