• Resolved vegepilot

    (@vegepilot)


    Is there a way to put a title on the thermometer. For example, “New Building Project”

    I figured alt or title were supposed to be used for that but when I add them to the parameters I don’t see anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rhewlif

    (@henryp)

    The alt and title parameters of the plugin relate to html attributes. The alt attribute provides an alternative description of the thermometer when the image cannot be displayed. The title attribute is displayed in browsers as a tooltip when the cursor is hovered over the thermometer.
    I would suggest to add a title for your thermometer before the plugin shortcode, perhaps within a <div> tag that matches the width of the thermometer:

    <div style="width: 200px;"><h1>New Building Project</h1></div>

    Thread Starter vegepilot

    (@vegepilot)

    That makes sense. Thank you!

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

The topic ‘Thermometer Title’ is closed to new replies.