• My completion message text is not displaying with the foreground color specified in the shortcode. I have specified a text color of #ffffff but instead am getting a foreground color of rgb(54, 65, 81). The background color is correct based on the shortcode. Developer tools shows that text color is inherited from the theme body, so I am guessing that the javascript is not generating the style color attribute based on the shortcode.

    I see the same behavior with a fail message – background color is correct but text color is not.

    Here is the relevant snippet from the javascript in the generated page:

    fail_colors:"#fffffff,#a32824,#9ca1a8",success_header:"File %filename% uploaded successfully",success_colors:"#ffffff,#2c632c,#9ca1a8"

    Here is a screen snip of the displayed message after the upload completed.

    • This topic was modified 2 weeks, 4 days ago by dayjohn.

You must be logged in to reply to this topic.