Giter Site home page Giter Site logo

Comments (4)

norcross avatar norcross commented on July 28, 2024

I've found the cause, just not sure what the fix is. It's caused by the placeholder text IE fix. since the 'your website' text is in there, it thinks it's an invalid URL and resets itself. Gonna work on some fix.

from wordpress-bootstrap.

davegomez avatar davegomez commented on July 28, 2024

I see...

Let's hope Chris have time to fix it, it's really annoying for my readers.

from wordpress-bootstrap.

stirnim avatar stirnim commented on July 28, 2024

I just stumbled over this as well. This fixes the problem for me

file: wordpress-boostrap/comments.php
line 126:

old: ...input type="url" name="url" id="url"...
new: ...input type="text" name="url" id="url"...

Changing input type from "url" to "text"

from wordpress-bootstrap.

imfromio avatar imfromio commented on July 28, 2024

Stirnim's solution does eliminate the "Your Website" field requirement issue. But an important part of using this responsive theme is to accommodate mobile devices. Taking advantage of the HTML5 "url" field type is important for our mobile device audience.

Anybody else have any suggestions?

I've also noticed that after submitting an empty form, the email field gets highlighted before the name field. Seems like there are multiple problems at work here.

from wordpress-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.