• Resolved kleb123

    (@kleb123)


    1. Is it possible to show a message after the predictions are saved? “Your predictions are saved”

    2. Is it possible to change the date format without changing wp-config (can’t seem to access that)? Maybe with adding something as plugin or css?

    3. On mobile, can I force that users get the numeric keyboard only in stead of the complete keyboard?

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

    (@antoineh)

    1. Yes, that is already done. Maybe the message is hidden in your theme? Search for the following in the source code after a save:
    <p class="fp-notice updated">Changes saved.</p>

    2. Yes, see my answer in your other topic.

    3. Enable the “Use HTML5 number inputs” option in the plugin settings.

    Thread Starter kleb123

    (@kleb123)

    Thanks for your answers.

    The saved message is indeed hidden but I did not do that.

    “<input type=”hidden” id=”_footballpool_wpnonce” name=”_footballpool_wpnonce” value=”1634f847b1″ />”

    What is the best method to change this?

    Plugin Author AntoineH

    (@antoineh)

    Inspect the HTML that I posted, change the styling in the inspector until it is displayed the way that you want it. And then save that CSS in the Additional CSS field (under Appearance > Customize).

    P.s. this is not the message. This is a WP nonce.
    <input type=”hidden” id=”_footballpool_wpnonce” name=”_footballpool_wpnonce” value=”1634f847b1″ />

    Thread Starter kleb123

    (@kleb123)

    Thanks again ??

    Is it a known issue that when using the shortcode of the prediction form (in Elementor) the predictions are often not saved? With the ‘default’ predictions page no problems.

    • This reply was modified 3 years, 1 month ago by kleb123.
    Plugin Author AntoineH

    (@antoineh)

    Is it a known issue that when using the shortcode of the prediction form (in Elementor) the predictions are often not saved? With the ‘default’ predictions page no problems.

    No, haven’t heard that before. I will do some testing. See if I can find some clues on what might be the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Some questions’ is closed to new replies.