skip to Main Content

WordPress (Understrap framework) custom JS not working

I'm developing a Wordpress custom theme using the child-theme of Understrap. I'm adding my custom jQuery to child-theme > src > js > custom-javascript.js, and the file is already commented with "// Add your custom JS here." https://github.com/understrap/understrap-child/blob/main/src/js/custom-javascript.js I did…

VIEW QUESTION

Submitted datetime is converted to "0001-01-01T00:00:00" – Docker

In my Razor Pages .NET Core 3.1 application I have the following simple form <form method="post" id="formReport"> <div class="form-group"> <label asp-for="Parameters.From" class="control-label"></label> <input id="txtFrom" asp-for="Parameters.From" type="text" class="form-control" style="width:90%;" /> </div> <button type="submit" class="btn btn-primary btn-sm" title="Show report"> <i class="far fa-eye"></i>…

VIEW QUESTION
Back To Top
Search