norcross / gravity-tooltips

Adds a custom field to each form element for tooltips
MIT License
74 stars 20 forks source link

incorrect font file path #49

Open AdamMarton opened 5 years ago

AdamMarton commented 5 years ago

open() "<path>/plugins/gravity-tooltips/lib/css/fonts/gf-tooltip.eot" failed (2: No such file or directory)

My logs are littered with these messages, using 2.0.5.

The font is under lib/fonts/gf-tooltip.eot.

Could you please confirm if this is a bug or something with my code?

norcross commented 5 years ago

it looks like the src url in the hint.css file is incorrect. until i can get some free time to fix this (and other issues) look at line 700 and change the path there

AdamMarton commented 4 years ago

Hey @norcross,

Could you please give me some update on this? :)