Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ulrich

    (@grapplerulrich)

    You can hide the URL with this CSS

    .is-error .fp-message p {
    	display: none;
    }
    Thread Starter hiphopservers

    (@hiphopservers)

    This worked to remove the message. Is it possible to customize or show an alternate message? If so how is this done? It would be great if some of these features were already in the plugin configuration menu to make it easier to change the settings.

    Plugin Author Ulrich

    (@grapplerulrich)

    Here is an example how you could customize the error message. https://demos.flowplayer.org/api/live-check.html
    The error codes are explained here: https://flowplayer.org/docs/api.html#error-codes

    I will be adding a JS variable that you can extend and customize the messages. I don’t plan to add this to the configuration menu as it is beyond the scope of the plugin. If you were using the basic Flowplayer JavaScript you would need to extend it.

    I will let you know once the next version is released. I still have a few things I need to improve before I can release it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing Error Message’ is closed to new replies.