×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Visible Text on Bookings; Calendar Modifications

Visible Text on Bookings; Calendar Modifications 10 years 6 months ago #28329

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
My first issue is on the frist screen of the booking. I get to the part where it should show me a form that has prepopulated information based on the user name that is loged into the Joomla site. However, while there is information in the fields, that information is not visible unless I highlight the field. Additionally, if I type information in the field it also does not show, even though the text is available.

Image 1:
This is what appears when I make a booking. The three required fields are configured to pipe in information from the user id. Nothing shows in the text boxes, although there is data there.


Image 2:
Data is revealed when the field is selected by the mouse.


Image 3:
Even changing the style of the text does not change the text in the form.


My second issue is that I have a small version of the calendar on the main page of my site. I would like to remove the time from the events if that is possible. Is there a setting to do so? Since space is an issue, as you can see in the image, I would like to remove the time in each of the event boxes if possible.

Visible Text on Bookings; Calendar Modifications 10 years 6 months ago #28330

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Bill,

1. and 2.) Hmm weird normally it shows up directly. Do you have any CSS / Javascript effect on the input elements? Do you have a link?

My second issue is that I have a small version of the calendar on the main page of my site. I would like to remove the time from the events if that is possible. Is there a setting to do so?


Hmm you could empty the time formatting (in the module settings), e.g. just enter a single space into it.

Or you can just add that following css code to your template:

.matukiocalendar .fc-event-time {display: none;}

Kind regards,

Yves

Visible Text on Bookings; Calendar Modifications 10 years 6 months ago #28339

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
(1) Not that I know of. I haven't added any .js or .css changes other than the template itself. I'll look to see though. The link it www.t347.net , currently registrations are set for registered users only. I can change that if you'd like.

(2) Excellent, I'll give that a try and let you know.

Visible Text on Bookings; Calendar Modifications 10 years 6 months ago #28340

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
1.) Can you create a test account for me or can i just register on the page?

Kind regards,

Yves

Visible Text on Bookings; Calendar Modifications 10 years 6 months ago #28341

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
I was just doing so.

The account is test/test9. That should let you see the booking.

Oh, and #2 works just fine.

Visible Text on Bookings; Calendar Modifications 10 years 6 months ago #28342

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hey Bill,

the font color is #555, that's the reason it's hidden.

.compojoom-bootstrap .form-control {
color: #fff;
}

Should fix that, if not just add !important to it. (e.g. color: #fff !important;) - just copy that into the bottom of your template css file.

Yves

Visible Text on Bookings; Calendar Modifications 10 years 6 months ago #28345

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
Wonderful! Got it working. Took me a while to find the .LESS files that I needed to add the .CSS too. Thank you very much for the assistance.

Visible Text on Bookings; Calendar Modifications 10 years 5 months ago #28812

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
Bringing up an older topic, but is there a similar field for dates?
.matukiocalendar .fc-event-time {display: none;}

Since they are looking at a calendar, they don't need the date in the event.

Also the time edit for the module doesn't seem to take the a or A parameter if you want to see things in 12h time format.

Visible Text on Bookings; Calendar Modifications 10 years 5 months ago #28813

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Bill,

not sure what you mean - do you mean the time in the event? The date is not displayed in the event.

Also the time edit for the module doesn't seem to take the a or A parameter if you want to see things in 12h time format.


For that you just change the time / date format from H:mm to for example h(:mm)t

Kind regards,

Yves
  • Page:
  • 1
Time to create page: 0.188 seconds