Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Contact module not working in firefox

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

hello! there is something that is not working with contact module on www.fumatto.com/index.php

i can not use the first 3 rows of the module, are like "freezed".
With internet explorer 9 is working, later i'll try with safari.
i'm using firefox 35.0.1

what could be?

thank you
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
I can't really see the fields that well have you tried using css to make them move obvious e.g.

textarea#message {background: rgba(100,100,100,0.2) !important;}

That was a random colour choice :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Do you also get the same if you disable the flash movie?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
hi sorry for the late answer, the problem was that the box were too small to fit the text inside, so no text were displayed when typed.

I solved with this in custom.css


input#name {background: rgba(100,100,100,0.1) !important;}
input#name {width: 100%; height: 100%; !important;}
input#email {background: rgba(100,100,100,0.1) !important;}
input#email {width: 100%; height: 100%; !important;}
input#subject {background: rgba(100,100,100,0.1) !important;}
input#subject {width: 100%; height: 100%; !important;}
textarea#message {background: rgba(100,100,100,0.1) !important;}


changed the background color too becouse the video on the back is white also.

:)
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Cool thanks for posting back with your solution :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers