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

    (@landoweb)

    Your theme use:

    .fade {
      opacity: 0;
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear;
    }

    Change to opacity: 1; if you want to show the messages.

    Thread Starter nestyper

    (@nestyper)

    thanks very much for your help!
    it seems to work !!!

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

The topic ‘no 'prediction saved' message’ is closed to new replies.