• A very nice plugin, thanks. You may want to know that in developer mode (all errors and warnings showing), i am getting this notice:

    Notice: Undefined variable: custom_tooltip_active in F:\projects-active\tourwriter.com\2015-08\www\wp-content\plugins\simple-tooltips\index.php on line 566

    It’s a simple fix and i’ve made it on my copy for now. Hopefully with the next update this will go away ??

    — shanna

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Shanna,
    would you please share how you fixed it
    i have the same probleme and i don’t know how to resolve it
    Help! ‘^_^

    Thread Starter wildmice

    (@wildmice)

    just change line 566 from :

    if($custom_tooltip_active == 1) {

    to :

    if (isset($custom_tooltip_active) && $custom_tooltip_active == 1) {

    thank you for your answer
    Have a nice day!

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