• Resolved marke13

    (@marke13)


    Hi

    Great plugin thank you.
    Had a couple of issues this weekend with predictions not being saved. I personaly experienced this. Is there a way a confirmation message can be displayed after the prediction hits the database to ensure this does not happen?

    Thanks

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

    (@antoineh)

    Hi, the save action of the form returns a message, but I see it is hidden by default in some themes.

    Most themes allow you to add additional CSS, so you can overwrite the default styling. If you go to the “Appearance” ? “Customize” menu, there is a menu item to add the extra CSS. Just add something like:

    
    p.updated {
        display: inherit!important;
        background: #fde073;
        text-align: center;
        line-height: 2.5;
        overflow: hidden; 
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
    }
    

    to show the message again.

    • This reply was modified 7 years, 5 months ago by AntoineH.
    Thread Starter marke13

    (@marke13)

    That worked perfectly. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Prediction Sheet – Not saving’ is closed to new replies.