Huge Performance Improvements, CSS Units and More

Joomla Wesbite Builder Gridbox with Performance Improvements and CSS Units
Mon. - Fri. 9 am - 5 pm Ask a Question
Remember me

Popup Calendar

6 years 9 months ago #1

  • Ilkka Rytkönen's Avatar
  • Ilkka Rytkönen
  • Posts: 28
How I can get popup calendar like in demo. Nothing happens when I click calendar icon. Form is here:
rytkoset.net/sukuseura/perhetietolomake

6 years 9 months ago #2

  • Artem's Avatar
  • Artem
  • Posts: 10790
Hello,
Problem:
ba_jQuery(...).tooltip is not a function

by another words, it's conflict between your template JS and Forms JS (Bootstrap tooltip)

Tomorrow we are plan to launch new version, and this problem is already fixed there. So you will need just to update.

By the way, your form it's really big, nice job! :)

Regards,

6 years 9 months ago #3

  • Ilkka Rytkönen's Avatar
  • Ilkka Rytkönen
  • Posts: 28
Hi,

and thanks. I updated forms couple of the days ago but it didn't solve the problem. I cleared cache also. Popup calendar doesn't work yet.

6 years 9 months ago #4

  • Artem's Avatar
  • Artem
  • Posts: 10790
Hi,

You have not latest version of Forms. Update your Forms to 1.6.0

Regards,

6 years 9 months ago #5

  • Ilkka Rytkönen's Avatar
  • Ilkka Rytkönen
  • Posts: 28
Ok. I already updated but maybe it fails some way before. There's minor style problem in the top of the calendar.

That's a form that people should input years far away such as 1950 or something like that beside the recent days. Is it possible to type year also directly to the form in some way?

6 years 9 months ago #6

  • Artem's Avatar
  • Artem
  • Posts: 10790
1. Open your form and Click Save

2. Open your template custom.css file and add this code
.calendar td {
    border-top: none;
}
.calendar thead td.title:after {
    box-sizing: initial;
}
.calendar thead td.title {
    padding: 10px 0 !important;
}


For year you can use standard text input >> type
Powered by Kunena Forum