Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kreativo Pro

    (@kreativopro)

    Hello @camilo517 When scripts are delayed, Defer does not help at all. Please refer to this guide: https://javascript.info/script-async-defer

    “The defer attribute tells the browser that it should go on working with the page, and load the script “in background”, then run the script when it loads.”

    Thanks!

    Thread Starter Camilo

    (@camilo517)

    Right, sorry @kreativopro
    It would be good if only time numbers could be entered in the “delay time” field, to prevent errors
    <input type=”text” id=”kpftc_custom_delay” name=”kpftc_settings[time]” value=”3000″ style=”width:842px;”>
    to
    <input type=”number” id=”kpftc_custom_delay” name=”kpftc_settings[time]” value=”3000″ style=”width:842px;”>

    Plugin Author Kreativo Pro

    (@kreativopro)

    Hello @camilo517

    Very Good Suggestion. We’ll implement it in our next update.

    Thanks!
    Kreativo Pro Team

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