• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: drop down list element does not work

drop down list element does not work 12 years 2 months ago #21454

  • jb93
  • jb93's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Layout used:2 colloms inline, using latest version of RSform, joomla 2.5.9

when I select an item within an "dropdown list element", the item disappears as soon as I klick to the next field or any other field. See
www.signature-steak.de/index.php/bestellung

It works when I use responsive layout


please help

regards
Jurgen
The administrator has disabled public write access.

drop down list element does not work 12 years 2 months ago #21457

  • octavian
  • octavian's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

This is caused by your template - the responsive layout works fine because it's lucky enough to overwrite some styling your template is adding.
The styling that's causing your fields to become blank is:
www.signature-steak.de/templates/cleanlo...templates/cleanlogic
input[type='text'], input[type='password'], input[type='email'], select, textarea {
	color: #ffffff;
	background-color: #147147147;
}

If you remove it you'll see it working correctly.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!