• 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: Hide field calendar

Hide field calendar 9 years 1 month ago #34511

HI,
1) is it possible to hide the field over the calendar (see picture)? How?
2) Can I keep the month fix?
3) Can I change the calendar template?
4) Is there system to show a time field?


Thanks.
The administrator has disabled public write access.

Hide field calendar 9 years 1 month ago #34528

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Each input has an unique id assigned to it. If you check out the page source code (or use an inspector tool such as Firebug) you will be able to see it. You can then use the form's CSS/Javascript area, CSS section to hide it. Example:
#field_id_here{
display:none;
}
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.
The following user(s) said Thank You: cristian.rossato
  • 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!