×

Notice

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

TOPIC: Where to remove div.mat_event_infoline

Where to remove div.mat_event_infoline 8 years 9 months ago #31542

  • Pat Vanden Bosche
  • Pat Vanden Bosche's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 52
  • Thank you received: 1
I do not want Status "This event can not be booked online" to be displayed on the Events List page:
Events List Page

And on the Event Page I do not want the Event Number and the Status to be displayed:
Event Page

Please tell me what switch I need to turn off for this or where in the code I need to go to remove it. We are merely listing events in Middle Tennessee, not running any of these events.

Thank you,
Pat

Where to remove div.mat_event_infoline 8 years 9 months ago #31544

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

i would suggest you use css for that, it's just a one liner:

.mat_noticket {display: none}

Just add this to your joomla template file (Because of updates).

Same for status and event number:

.mat_event_status, .mat_event_number {display: none}

Just drop me a line if you need further help with it.

Kind regards,

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