• Resolved haacko

    (@haacko)


    Hi – hope someone can help. I’ve installed WordPress tables and the buttons plugin on our website http://www.senpak.nz/courses then timetables. When the Print button is pressed, we get the message “Courses • Test siteSequence.js Preloading Indicator
    Start Date Time Course Class Dates Date Sorter” loaded on to the heading. We would prefer that this didn’t show.
    I’m hoping someone can tell us how to remove it so it doesn’t print or show.
    Tony (NZ)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To hide this, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media print {
        .dt-print-view h1 {
            display: none;
        }
    }

    By default only the page title “Courses • Test site” should be visible here. I have no idea where that other text is coming from, probably from another plugin.

    One other thing: It seems like (from copy/paste) there are some extra HTML tags around your Shortcode. In the text field where you entered the Shortcode, please switch from the “Visual” to the “Text” editor and then remove all <pre> and </pre> HTML code around the [table ... /] Shortcode.

    Regards,
    Tobias

    Thread Starter haacko

    (@haacko)

    Hi Tobias
    I have installed all of your suggestions. Work very well. Have been able to switch off the small header via my printer driver – untick header. Thank you for your prompt and accurate help.

    Tony

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sequence.js Preloading Indicator’ is closed to new replies.