Event Amount does not display

  • Mel Cruzado
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago #94567 by Mel Cruzado
Event Amount does not display was created by Mel Cruzado
Hello,

I just purchased the events module, installed and configured it. On adding my first event I noticed that when I click on
Register Individual the amount for the event is not shown. I would think it should show here, any suggestions would be appreciated.

2017.lnlc.org/index.php/events/events

Thank You
Mel

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago - 7 years 1 month ago #94568 by James Riley
Replied by James Riley on topic Event Amount does not display
The problem is being introduced through CSS in line 4553 of your /templates/yootheme/css/theme.css file: font:inherit;

However, we can fix this using the CSS override located in [Event Booking -> Configuration -> Custom CSS tab]. Enter the following into the Custom CSS box:
Code:
.eb-container input[type="text"]:not([class*="uk-"]){ font: initial; font-family: Pt Serif; }

The funny thing is that the problem only happens on the Amount box and not any other field (at least, none of the other fields that you have displayed). The above CSS will hopefully fix any future problems within other fields too.

This is what your page should look like with the CSS applied:

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Attachments:
Last edit: 7 years 1 month ago by James Riley. Reason: wrong image attached! :(
The following user(s) said Thank You: Tuan Pham Ngoc

Please Log in or Create an account to join the conversation.

  • Mel Cruzado
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago #94570 by Mel Cruzado
Replied by Mel Cruzado on topic Event Amount does not display
Thank you so much, that was a really quick reply. I added the code as you provided and looks great .. Thank You :)

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc