Jump to content

[solved] Can't write anything in text fields


Recommended Posts

Hi presta users,

I've got a huge problem. Suddenly when i open my website on Chrome or Safari i'm unable to write anything in text fields. In field 'search' or in registration fields such as: 'name', 'surname' etc. when i click into box to start write nothing happens. PLEASE help me.

Link to comment
Share on other sites

Entering your website, I need to give a password/login name in a pop up dialog to enter the site. Is this a protected site only available for pre-registered users? Or is there more wrong??

 

Did you clean up cache and other data in your web browser(s)? Do other browser have the same problem? (Firefox, IE etc.). Does the same problem arise from another computer?

 

pascal

Link to comment
Share on other sites

Website has been secured for moment, but now be free to enter it.

The problem appears only in Chrome and Safari browser. In case of IE and Mozilla everything works fine.

No availability to enter any text is same on other computers.

Link to comment
Share on other sites

I remember I had this in Chrome. In my case I had an add-on that caused the problem (Can't remember which one, though. sorry...). Maybe try to turn them off one by one and see if it get fixed...

 

pascal

 

 

EDIT: Tried here in Chrome and indeed gives problems here as well...

Link to comment
Share on other sites

Hmmm, In Chrome I first had problems as you described. I edited extensions settings (I turned on developer mode) and then it all worked. Turning Developer mode again still let me edit the text, and worked as normal...

 

Strange...

  • Like 1
Link to comment
Share on other sites

The problem has been solved. There was some scrypt in CSS form class which was blocking all. Don't know how it had appeared there. Thanks all for help :) this has been deleted:

 

 

-webkit-user-select: none;

}

 

 

form, input, h1, h2, button, label, a, img {

-moz-user-select: none;

Link to comment
Share on other sites

×
×
  • Create New...